You're viewing a demo portfolio

Join the waitlist
PRSM

decodo_scrape

Active

Tool of Decodo

declared in 0.1.0

Scrape any web page through Decodo (formerly Smartproxy) rotating proxies and return its content. Handles anti-bot pages; use render_js:true for JavaScript-heavy sites (headless-browser rendering) and markdown:true for clean LLM-ready markdown instead of raw HTML. BYOK — _apiKey is your Decodo Web Scraping API "username:password" credentials. Example: decodo_scrape({ url: "https://example.com", render_js: true, _apiKey: "user:pass" })

Parameters schema

{
  "type": "object",
  "required": [
    "url",
    "_apiKey"
  ],
  "properties": {
    "geo": {
      "type": "string",
      "description": "Proxy exit location as a location name, e.g. \"United States\", \"Germany\", \"Japan\". Default: randomized."
    },
    "url": {
      "type": "string",
      "description": "The absolute URL of the page to scrape, e.g. \"https://example.com/products\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Decodo Web Scraping API credentials as \"username:password\" (from the dashboard at https://dashboard.decodo.com — free plan available)."
    },
    "markdown": {
      "type": "boolean",
      "description": "Return the page as clean markdown instead of raw HTML (ideal for feeding an LLM). Default false."
    },
    "render_js": {
      "type": "boolean",
      "description": "Render the page in a headless browser (executes JavaScript) before returning content. Default false (faster raw fetch of static pages)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Decodo

https://github.com/pipeworx-io/mcp-decodo

2/7 registries
View full server →