decodo_scrape

Pack: decodo · Endpoint: https://gateway.pipeworx.io/decodo/mcp

Scrape any web page through Decodo (formerly Smartproxy) rotating proxies and return its content.

Parameters

NameTypeRequiredDescription
urlstringyesThe absolute URL of the page to scrape, e.g. “https://example.com/products
render_jsbooleannoRender the page in a headless browser (executes JavaScript) before returning content. Default false (faster raw fetch of static pages).
geostringnoProxy exit location as a location name, e.g. “United States”, “Germany”, “Japan”. Default: randomized.
markdownbooleannoReturn the page as clean markdown instead of raw HTML (ideal for feeding an LLM). Default false.
_apiKeystringyesDecodo Web Scraping API credentials as “username:password” (from the dashboard at https://dashboard.decodo.com — free plan available).

Example call

curl -X POST https://gateway.pipeworx.io/decodo/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"decodo_scrape","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "decodo": {
      "url": "https://gateway.pipeworx.io/decodo/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026