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
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | yes | Search query to look up, e.g. “best running shoes” |
location_code | integer | no | DataForSEO location code (default 2840 = United States). e.g. 2826 = UK, 2124 = Canada. |
language_code | string | no | Two-letter language code (default “en”) |
depth | integer | no | Number of organic results to return (default 10, max 20) |
_apiKey | string | yes | DataForSEO 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.