This MCP server provides access to Decodo help docs only.Looking to scrape websites with an AI agent instead? See the MCP Server documentation.
What your agent can do
Connect your AI coding agent to Decodo help docs so it can search and retrieve documentation in real time – without copy-pasting or outdated training data. Once connected, your agent can:- Search the entire Decodo help docs.
- Read individual documentation pages.
- Retrieve code examples and parameter references.
- Answer implementation questions using the latest documentation.
Connect your client
Decodo help documentation is available through the following MCP server:Claude Code
Run the following command in your terminal:bash
Cursor
- Open Settings → Tools & MCPs.
- Under Home MCP Servers, click Add Custom MCP.
-
In
mcp.json, add the following undermcpServers:
- Save the
mcp.jsonfile.
Devin
- Open Devin → Settings → Devin Settings.
- Under Devin Local, select Configuration.
- Scroll down to Configuration file, click Open
config.jsonin editor. - Add the following entry to the
mcpServersobject:
- Save the
config.jsonfile.
Visual Studio Code
- Open View → Command Palette… (Cmd/Ctrl+Shift+P).
- Enter and select MCP: Add Server….
- Select HTTP (HTTP or Server-Sent Events).
- Enter the server URL:
https://help.decodo.com/mcp. - Enter
decodo-docsas the server name. - Save the generated
mcp.jsonfile. - Open View → Chat and ask a question about Decodo help docs.
Claude
- Open Settings → Connectors.
- In the top right corner, click Add → Add custom connector.
- Enter a name (for example,
decodo-docs), specify the MCP server URL, and click Add:https://help.decodo.com/mcp. - Start a new chat, ask a question about Decodo help docs, then click Always allow when prompted to let Claude access the connector.
Test the connection
Once connected, your agent automatically searches Decodo help docs when relevant to your prompt. Try prompts like:- What parameters does the google_search target support?
- How do I configure sticky sessions for residential proxies?
- Can you show me a cURL example for asynchronous scraping?
- What’s the difference between Standard and Premium proxy pools?
- How do I enable JavaScript rendering for Amazon product pages?
Fetch a page as plain text
Every help documentation page is also available as Markdown. Append.md to any documentation URL: