Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HTTP_MODE | No | Set to 'true' to run the server in HTTP mode instead of standard mode | false |
FETCHSERP_API_TOKEN | Yes | Your FetchSERP API token obtained from https://www.fetchserp.com |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_backlinks | Get backlinks for a given domain |
get_domain_emails | Retrieve emails from a given domain |
get_domain_info | Get domain info including DNS records, WHOIS data, SSL certificates, and technology stack |
get_keywords_search_volume | Get search volume for given keywords |
get_keywords_suggestions | Get keyword suggestions based on a url or a list of keywords |
get_long_tail_keywords | Generate long-tail keywords for a given keyword |
get_moz_analysis | Get Moz domain analysis data |
check_page_indexation | Check if a domain is indexed for a given keyword |
get_domain_ranking | Get domain ranking for a given keyword |
scrape_webpage | Scrape a web page without JS |
scrape_domain | Scrape a domain |
scrape_webpage_js | Scrape a web page with custom JS |
scrape_webpage_js_proxy | Scrape a web page with JS and proxy |
get_serp_results | Get search engine results |
get_serp_html | Get search engine results with HTML content |
get_serp_ai_mode | Get SERP with AI Overview and AI Mode response. Returns AI overview and AI mode response for the query. Less reliable than the 2-step process but returns results in under 30 seconds. |
get_serp_text | Get search engine results with text content |
get_user_info | Get user information including API credit |
get_webpage_ai_analysis | Analyze a web page with AI |
get_webpage_seo_analysis | Get SEO analysis for a given url |