Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

get_serp_html

Extract HTML content from search engine results pages (SERPs) for specific queries, search engines, and countries using the FetchSERP MCP Server.

Instructions

Get search engine results with HTML content

Input Schema

NameRequiredDescriptionDefault
countryNoThe country to search from. Default: usus
pages_numberNoThe number of pages to search (1-30). Default: 1
queryYesThe query to search
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" }, "pages_number": { "default": 1, "description": "The number of pages to search (1-30). Default: 1", "maximum": 30, "minimum": 1, "type": "integer" }, "query": { "description": "The query to search", "type": "string" }, "search_engine": { "default": "google", "description": "The search engine to use (google, bing, yahoo, duckduckgo). Default: google", "type": "string" } }, "required": [ "query" ], "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