Supports containerized deployment using Docker with cross-platform compatibility and isolated environment.
Allows retrieving search results from DuckDuckGo for SEO analysis, domain ranking, and backlink research.
Enables running the MCP server directly from GitHub repositories using npx without installation.
Provides access to Google search results (SERP) with features for SEO analysis, AI overview, and content extraction.
Supports executing custom JavaScript on webpages during scraping operations.
Referenced for tunneling capabilities to expose the local MCP server to the internet.
Supports distribution and installation via the npm registry for easy deployment.
Provides integration with OpenAI's API for programmatic usage with the MCP server.
FetchSERP MCP Server
A Model Context Protocol (MCP) server that exposes the FetchSERP API for SEO, SERP analysis, web scraping, and keyword research.
Features
This MCP server provides access to all FetchSERP API endpoints:
SEO & Analysis
- Domain Analysis: Get backlinks, domain info (DNS, WHOIS, SSL, tech stack)
- Keyword Research: Search volume, suggestions, long-tail keyword generation
- SEO Analysis: Comprehensive webpage SEO analysis
- AI Analysis: AI-powered webpage analysis with custom prompts
- Moz Integration: Domain authority and Moz metrics
SERP & Search
- Search Results: Get SERP results from Google, Bing, Yahoo, DuckDuckGo
- AI Overview: Google's AI overview with JavaScript rendering
- Enhanced Results: SERP with HTML or text content
- Ranking Check: Domain ranking for specific keywords
- Indexation Check: Verify if pages are indexed
Web Scraping
- Basic Scraping: Scrape webpages without JavaScript
- JS Scraping: Execute custom JavaScript on pages
- Proxy Scraping: Scrape with country-specific proxies
- Domain Scraping: Scrape multiple pages from a domain
User Management
- Account Info: Check API credits and user information
Installation
No installation required! This MCP server runs directly from GitHub using npx.
Get your FetchSERP API token: Sign up at https://www.fetchserp.com to get your API token. New users get 250 free credits to get started!
Usage
Transport Modes
This MCP server supports two transport modes:
npx mode (Option 1):
- ✅ Zero installation required
- ✅ Always gets latest version from GitHub
- ✅ Perfect for individual users
- ✅ Runs locally with Claude Desktop
HTTP mode (Option 2):
- ✅ Remote deployment capability
- ✅ Multiple clients can connect
- ✅ Better for enterprise/team environments
- ✅ Centralized server management
- ✅ Single API key authentication (FetchSERP token)
- ✅ Scalable architecture
Configuration
Option 1: Using npx (Local/Remote GitHub) Add this server to your MCP client configuration. For example, in Claude Desktop using github registry :
or using npm registry
Option 2: Claude API with MCP Server For programmatic usage with Claude's API and your deployed MCP server:
Option 3: OpenAI API with MCP Server For programmatic usage with OpenAI's API and your deployed MCP server:
Option 4: Docker Use the pre-built Docker image from GitHub Container Registry for containerized deployment:
Docker Features:
- ✅ Containerized deployment
- ✅ Cross-platform compatibility (ARM64 & AMD64)
- ✅ Isolated environment
- ✅ Easy scaling and deployment
- ✅ Automated builds from GitHub
Manual Docker Usage:
Available Tools
Domain & SEO Analysis
get_backlinks
Get backlinks for a domain
- domain (required): Target domain
- search_engine: google, bing, yahoo, duckduckgo (default: google)
- country: Country code (default: us)
- pages_number: Pages to search 1-30 (default: 15)
get_domain_info
Get comprehensive domain information
- domain (required): Target domain
get_domain_emails
Extract emails from a domain
- domain (required): Target domain
- search_engine: Search engine (default: google)
- country: Country code (default: us)
- pages_number: Pages to search 1-30 (default: 1)
get_webpage_seo_analysis
Comprehensive SEO analysis of a webpage
- url (required): URL to analyze
get_webpage_ai_analysis
AI-powered webpage analysis
- url (required): URL to analyze
- prompt (required): Analysis prompt
get_moz_analysis
Get Moz domain authority and metrics
- domain (required): Target domain
Keyword Research
get_keywords_search_volume
Get search volume for keywords
- keywords (required): Array of keywords
- country: Country code
get_keywords_suggestions
Get keyword suggestions
- url: URL to analyze (optional if keywords provided)
- keywords: Array of seed keywords (optional if url provided)
- country: Country code
get_long_tail_keywords
Generate long-tail keywords
- keyword (required): Seed keyword
- search_intent: informational, commercial, transactional, navigational (default: informational)
- count: Number to generate 1-500 (default: 10)
SERP & Search
get_serp_results
Get search engine results
- query (required): Search query
- search_engine: google, bing, yahoo, duckduckgo (default: google)
- country: Country code (default: us)
- pages_number: Pages to search 1-30 (default: 1)
get_serp_html
Get SERP results with HTML content
- Same parameters as
get_serp_results
get_serp_text
Get SERP results with text content
- Same parameters as
get_serp_results
get_serp_js_start
Start AI Overview SERP job (returns UUID)
- query (required): Search query
- country: Country code (default: us)
- pages_number: Pages to search 1-10 (default: 1)
get_serp_js_result
Get AI Overview SERP results
- uuid (required): UUID from start job
check_page_indexation
Check if domain is indexed for keyword
- domain (required): Target domain
- keyword (required): Search keyword
get_domain_ranking
Get domain ranking for keyword
- keyword (required): Search keyword
- domain (required): Target domain
- search_engine: Search engine (default: google)
- country: Country code (default: us)
- pages_number: Pages to search 1-30 (default: 10)
Web Scraping
scrape_webpage
Scrape webpage without JavaScript
- url (required): URL to scrape
scrape_domain
Scrape multiple pages from domain
- domain (required): Target domain
- max_pages: Maximum pages to scrape, up to 200 (default: 10)
scrape_webpage_js
Scrape webpage with custom JavaScript
- url (required): URL to scrape
- js_script (required): JavaScript code to execute
scrape_webpage_js_proxy
Scrape webpage with JavaScript and proxy
- url (required): URL to scrape
- country (required): Proxy country
- js_script (required): JavaScript code to execute
User Management
get_user_info
Get user information and API credits
- No parameters required
API Token
You need a FetchSERP API token to use this server.
Getting your API token:
- Sign up at https://www.fetchserp.com
- New users automatically receive 250 free credits to get started
- Your API token will be available in your dashboard
Set the token as an environment variable:
Error Handling
The server includes comprehensive error handling:
- Missing API token validation
- API response error handling
- Input validation
- Proper MCP error responses
Docker deploy
To start tunneling
This server cannot be installed
A Model Context Protocol server that provides AI assistants with access to FetchSERP API capabilities for SEO analysis, SERP data, web scraping, and keyword research.
Related MCP Servers
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -16TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -1448JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol server enabling AI assistants to scrape web content with high accuracy and flexibility, supporting multiple scraping modes and content formatting options.Last updated -4172TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to search the web using Bocha AI's search API, supporting features like time filtering, domain inclusion/exclusion, and summarized results.Last updated -129JavaScriptApache 2.0