Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

scrape_domain

Extract structured data from a specified domain to gather insights for SEO analysis, research, and data collection, with control over the number of pages scraped.

Instructions

Scrape a domain

Input Schema

NameRequiredDescriptionDefault
domainYesThe domain to scrape
max_pagesNoThe maximum number of pages to scrape (up to 200). Default: 10

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "The domain to scrape", "type": "string" }, "max_pages": { "default": 10, "description": "The maximum number of pages to scrape (up to 200). Default: 10", "maximum": 200, "type": "integer" } }, "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