serpstat-mcp-server-js
Verified Safeby SerpstatGlobal
Overview
Integrates Serpstat SEO API with Anthropic's Model Context Protocol (MCP) to provide AI assistants with comprehensive SEO data and analysis tools.
Installation
npx -y @serpstat/serpstat-mcp-serverEnvironment Variables
- SERPSTAT_API_TOKEN
Security Notes
The server uses Zod schemas for robust input validation, mitigating common vulnerabilities. Serpstat API token is correctly handled via environment variables, avoiding hardcoded secrets. It employs `axios` with interceptors for network requests and `winston` for logging, all standard and secure practices. No 'eval' or obvious obfuscation found. Network requests to Serpstat API are retried for transient errors. Overall, follows good security hygiene for an integration server.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
dataforseo-mcp-server
A Model Context Protocol (MCP) server that enables LLMs to interact with DataForSEO and Local Falcon SEO APIs for tasks like keyword research, backlink analysis, and SERP data retrieval.