Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

get_backlinks

Analyze backlinks for any domain by extracting link data from specified search engines and regions. Use custom parameters like search engine type, country, and pages to refine SEO insights and strategize link-building campaigns.

Instructions

Get backlinks for a given domain

Input Schema

NameRequiredDescriptionDefault
countryNoThe country to search from. Default: usus
domainYesThe domain to search for backlinks
pages_numberNoThe number of pages to search (1-30). Default: 15
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 for backlinks", "type": "string" }, "pages_number": { "default": 15, "description": "The number of pages to search (1-30). Default: 15", "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": [ "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