DataImpulse MCP Proxy
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DataImpulse MCP ProxyFetch example.com from the US proxy and return the text"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DataImpulse MCP Proxy
Use DataImpulse residential proxy targeting from Claude Code or OpenCode without routing the rest of your system through a proxy. This educational MCP server provides bounded access to public HTTP(S) pages with best-effort SSRF safeguards.
Never configureHTTP_PROXY or HTTPS_PROXY globally. This server creates a DataImpulse ProxyAgent for each MCP request, so other terminals, editors, package managers, and MCP servers remain unaffected.
Quick Start
Prerequisites: Node.js 22.19.0 or later and a DataImpulse account with a username and password.
git clone https://github.com/Gentleman-Programming/dataimpulse-mcp.git
cd dataimpulse-mcp
npm installThe server reads only DI_USER and DI_PASS at runtime. Copy .env.example for local reference if useful, but configure credentials in your MCP client rather than committing a .env file.
Related MCP server: Decodo MCP Server
Connect Clients
Claude Code
Run this from the checked-out repository, replacing the placeholders and path:
claude mcp add di-proxy --scope user \
--env DI_USER=your_dataimpulse_username \
--env DI_PASS=your_dataimpulse_password \
-- node /absolute/path/to/dataimpulse-mcp/index.js--scope user makes the server available to your local Claude Code user. Claude Code stores this configuration, including the supplied credentials, in ~/.claude.json; protect that file and never commit or share it.
OpenCode
Add this entry to your OpenCode configuration, replacing the placeholders and absolute path:
{
"mcp": {
"di-proxy": {
"type": "local",
"command": ["node", "/absolute/path/to/dataimpulse-mcp/index.js"],
"environment": {
"DI_USER": "your_dataimpulse_username",
"DI_PASS": "your_dataimpulse_password"
}
}
}
}Restart OpenCode after saving the configuration so it starts the stdio server with the new environment.
Tool Reference
fetch_page
Fetches a public HTTP(S) page through DataImpulse. By default, it returns cleaned, readable text; set raw to true when the caller needs HTML.
Parameter | Required | Description |
| Yes | Public HTTP(S) URL, up to 2,048 characters. URLs with credentials and local/private destinations are rejected. |
| No | Two-letter ISO country code, such as |
| No | City token using letters, numbers, hyphens, or underscores. Requires |
| No | Stable session token using letters, numbers, hyphens, or underscores. |
| No | Set to |
{
"url": "https://example.com",
"country": "US",
"session": "research-001"
}{
"url": "https://example.com",
"country": "ES",
"city": "Madrid",
"raw": true
}check_exit_ip
Checks the public exit IP selected by DataImpulse without fetching a target page. Use it to verify country or session targeting before a workflow.
Parameter | Required | Description |
| No | Two-letter ISO country code. |
| No | Session token to check a stable route. |
{
"country": "US",
"session": "research-001"
}Targeting And Errors
Targeting practices
Use an explicit
countryfor geo-specific content.Reuse the same
sessionacross multi-step flows that need a consistent route.Use
cityonly when necessary: DataImpulse charges city targeting at double the normal rate.Avoid blind retries. Change one variable, observe the result, and stop when the target rejects the request.
Error actions
Response | Meaning | Action |
| DataImpulse traffic credit is exhausted. | Add traffic credit, then retry. |
| The account has more than 2,000 active connections. | Reduce concurrent requests, then retry. |
| No proxy IP matches the requested targeting. | Remove city targeting and retain only the country. |
| The destination blocked the request. | Try another country or a fixed session once; respect the site's rules. |
| The destination applied rate limiting or anti-bot controls. | Try one new session or another country once. If it persists, access the target site directly or use another search engine. Do not retry blindly. |
Security Model
Best-effort SSRF safeguards: every initial URL and redirect target is checked for an HTTP(S) scheme, no credentials, a permitted hostname, and public-only local DNS resolution. Local, private, metadata, credentialed, and mixed-resolution hosts are rejected, with a maximum of 10 redirects.
Remote proxy resolution:
ProxyAgentsends the hostname to the remote proxy, which performs its own DNS resolution. DNS rebinding or split-horizon DNS can therefore differ from local validation. Do not use this tool with untrusted URLs in high-security environments; if exposing it to untrusted users, prefer a domain allowlist.Credentials:
DI_USERandDI_PASSare read only at startup and are never logged or returned to MCP clients.Response bounds: bodies with an advertised
Content-Lengthabove 1,048,576 bytes (1 MiB) are rejected before reading; streaming bodies are cancelled once they exceed that limit. Successful and error output is then limited to 60,000 characters.Timeout: every request has a 45-second timeout; each per-request proxy agent is destroyed after use.
License
This project is licensed under the MIT License.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityBmaintenanceGives AI assistants real-time access to web data with the ability to scrape any website, bypass anti-bot systems, extract structured data, and capture screenshots through enterprise-grade infrastructure.65612ISC
- AlicenseBqualityCmaintenanceEnables web scraping and data extraction from websites with geographic flexibility, privacy features, and anti-detection capabilities. Supports scraping general websites, Google Search, Amazon Search, and Reddit with customizable parameters for rendering, geolocation, and locale.3015334ISC

Novada Proxyofficial
Alicense-qualityBmaintenanceEnables AI agents to route HTTP requests through millions of real residential IPs, bypassing anti-bot systems and geo-targeting by country or city.4MIT- Alicense-qualityDmaintenanceA geo-distributed HTTP proxy for AI agents, enabling web fetching from multiple global regions (Frankfurt, Sydney, New York, San Francisco) with support for screenshots, scraping, and JS rendering.MIT
Related MCP Connectors
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
The most accurate web access API. Stop getting blocked.
Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gentleman-Programming/dataimpulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server