How to Use the Nimbleway MCP in Claude Code
Equip Claude Code with the Nimbleway MCP server to execute headless web scraping and data extraction directly from your terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nimbleway MCP to Claude Code
Create your Vinkius account to connect Nimbleway to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Command-line web scraping with Claude Code
The `extract_html` and `extract_markdown` tools let your MCP terminal agent pull live web content into standard output or local files. You can script Claude Code to fetch release notes, documentation, or competitor pricing without opening a browser. When exact URLs are unknown, the agent uses the `search_web` tool to find them first. It queries search engines programmatically, evaluates the resulting links, and pipes the correct URLs into the extraction functions.
Manage automated data pipelines via MCP Server
The `get_pipeline` and `list_pipelines` tools allow your CLI agent to inspect remote scraping configurations. You can run a cron job that asks Claude Code to verify all pipelines are active and correctly formatted. For active tasks, the agent relies on `list_jobs` and `get_job`. If you trigger a massive crawl, Claude Code polls these endpoints to report progress back to your terminal or CI/CD logs.
Audit proxies and account limits
The `get_account_usage` and `get_me` tools expose your raw bandwidth consumption and account constraints. You can write a shell script that tells Claude Code to check these metrics and alert your Slack channel if usage spikes. Network routing details are accessible through `list_proxies`. The agent reads your current proxy assignments to ensure scraping traffic routes through the correct geographic regions before initiating requests.
Set up Nimbleway MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seenimbleway-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Nimbleway transactions." It will automatically discover and invoke the available Nimbleway tools.
claude mcp add --transport http nimbleway-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Nimbleway MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nimbleway MCP today
We host it, we monitor it, we maintain it. You just paste one token.