MCP server overview
What is the project? The SEO Review Tools MCP server exposes the SEO Review Tools API through the Model Context Protocol (MCP), allowing LLMs, AI agents and developer tools to query SEO datasets (backlinks, keywords, crawled SERPs, traffic, domain authority, plagiarism and content optimization) via natural language or MCP-enabled clients.
How to use the project?
- Prerequisites: Node.js v18+ (v20+ recommended) and an SEO Review Tools API key (subscription required).
- Install: run
npm installin the project root. - Configure: add your SEO API key to the
.envfile (SEO_API_WORKSPACE_API_KEY=…). - Run the MCP server: execute the provided
mcpServer.jswith node (e.g.node /path/to/mcpServer.js). - Connect an MCP client: register the server command/args in clients such as Claude Desktop, VS Code, Copilot Studio, OpenAI Agents SDK, LibreChat or use Postman with STDIO to test.
Key features
- Exposes multiple SEO endpoints via MCP: Backlinks, Keywords, Website Traffic, SERP, SEO Content Optimization, Domain Authority, Plagiarism.
- Provides access to large SEO datasets (3.1T+ backlinks, 7B+ keywords, 560M+ crawled SERPs).
- Enables natural-language access for LLMs and AI agents to fetch SEO metrics.
- Simple Node.js setup and integration with popular MCP clients.
Use cases
- Enrich chatbots and agents with live SEO data for analysis and recommendations.
- Automated keyword research and SERP monitoring from within IDEs or agent workflows.
- Backlink audits and domain authority checks integrated into apps or pipelines.
- Content optimization and plagiarism detection via AI-driven workflows.
- Building SEO dashboards, reports, or custom tooling that require large-scale SEO datasets.
FAQ
- Do I need an API key?
Yes — register for an SEO Review Tools API subscription and add the key to the
.env.
- What Node version is required?
Node.js v18+ is required; v20+ is recommended.
- Which MCP clients are supported?
Any MCP client. Examples: Claude Desktop, Visual Studio Code, Copilot Studio, OpenAI Agents SDK, LibreChat. Postman can be used via STDIO mode.
- Is there documentation and source code?
Yes — repository and documentation are on GitHub (https://github.com/SEO-Review-Tools/SEO-API-MCP) and the project site has more integration details and support links.
- Is the service free?
The MCP server is open-source but using the SEO data requires a subscription/API key (see the SEO Review Tools API pricing page).