Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

get_domain_ranking

Retrieve the search engine ranking of a specific domain for a given keyword. Customize results by search engine, country, and number of pages analyzed.

Instructions

Get domain ranking for a given keyword

Input Schema

NameRequiredDescriptionDefault
countryNoThe country to search from. Default: usus
domainYesThe domain to search
keywordYesThe keyword to search
pages_numberNoThe number of pages to search (1-30). Default: 10
search_engineNoThe search engine to use (google, bing, yahoo, duckduckgo). Default: googlegoogle

Input Schema (JSON Schema)

{ "properties": { "country": { "default": "us", "description": "The country to search from. Default: us", "type": "string" }, "domain": { "description": "The domain to search", "type": "string" }, "keyword": { "description": "The keyword to search", "type": "string" }, "pages_number": { "default": 10, "description": "The number of pages to search (1-30). Default: 10", "maximum": 30, "minimum": 1, "type": "integer" }, "search_engine": { "default": "google", "description": "The search engine to use (google, bing, yahoo, duckduckgo). Default: google", "type": "string" } }, "required": [ "keyword", "domain" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fetchSERP/fetchserp-mcp-server-node'

If you have feedback or need assistance with the MCP directory API, please join our Discord server