You're viewing a demo portfolio

Join the waitlist
PRSM

decodo_google_search

Active

Tool of Decodo

declared in 0.1.0

Google search results scraping via Decodo (formerly Smartproxy) — runs a Google search through rotating proxies and returns structured organic results (position, title, url, snippet) plus related searches when parsing succeeds. BYOK — _apiKey is your Decodo Web Scraping API "username:password" credentials. Example: decodo_google_search({ query: "best running shoes 2026", geo: "United States", _apiKey: "user:pass" })

Parameters schema

{
  "type": "object",
  "required": [
    "query",
    "_apiKey"
  ],
  "properties": {
    "geo": {
      "type": "string",
      "description": "Location name to geotarget the search, e.g. \"United States\", \"United Kingdom\". Optional."
    },
    "query": {
      "type": "string",
      "description": "The Google search query, e.g. \"best running shoes 2026\""
    },
    "locale": {
      "type": "string",
      "description": "Language code for the Google interface, e.g. \"en-US\", \"de-DE\". Optional."
    },
    "_apiKey": {
      "type": "string",
      "description": "Decodo Web Scraping API credentials as \"username:password\" (from https://dashboard.decodo.com)."
    },
    "page_count": {
      "type": "number",
      "description": "Number of result pages to retrieve (1-10). Default 1."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Decodo

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

2/7 registries
View full server →