Skip to main content
Glama

FetchSERP MCP Server

Official
by fetchSERP

get_domain_emails

Extract emails associated with a specific domain using a chosen search engine and country. Specify pages to refine results for targeted outreach or data collection.

Instructions

Retrieve emails from a given domain

Input Schema

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