seo_serp_google

Pack: seo-serp · Endpoint: https://gateway.pipeworx.io/seo-serp/mcp

Who ranks for <term> on Google — live organic search results (rank, title, domain, URL, snippet) for a keyword in a given country. SEO rank-tracking and SERP analysis. Example: seo_serp_google({ keyword: “best running shoes”, location_code: 2840, _apiKey: “your-base64-key” })

Parameters

NameTypeRequiredDescription
keywordstringyesSearch query to look up, e.g. “best running shoes”
location_codeintegernoDataForSEO location code (default 2840 = United States). e.g. 2826 = UK, 2124 = Canada.
language_codestringnoTwo-letter language code (default “en”)
depthintegernoNumber of organic results to return (default 10, max 20)
_apiKeystringyesDataForSEO API key = base64(“login:password”) from your dataforseo.com account

Example call

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

Connect

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

{
  "mcpServers": {
    "seo-serp": {
      "url": "https://gateway.pipeworx.io/seo-serp/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 26, 2026