
SEO Review Tools
STDIOMCP server for accessing SEO data through natural language via SEO Review Tools API
MCP server for accessing SEO data through natural language via SEO Review Tools API
The SEO Review Tools MCP server offers a new way to integrate advanced SEO data into your applications and AI agents. By leveraging the Model Context Protocol (MCP), this server acts as a seamless bridge, enabling Large Language Models (LLMs) and other AI tools to interact with the vast SEO Review Tools API endpoints directly through natural language.
The MCP server provides you with access to:
✅ 3.1T+ Backlinks ✅️ 7B+ Keywords ✅️ 560M+ Crawled SERPs
You can connect SEO Review Tools MCP server to any MCP client. Here are some examples of MCP clients:
Before starting, please ensure you have:
1. Install dependencies
Run from your project's root directory:
npm install
In the .env
file, you'll see environment variable placeholder.
Register for a subscription SEO Review Tools API key → and add your private Key.
SEO_API_WORKSPACE_API_KEY=
Follow these steps to connect the SEO Review Tools MCP server to Claude Desktop.
Step 1: Note the full path to node and the mcpServer.js
from the previous step.
Step 2. Open Claude Desktop → Settings → Developers → Edit Config and add a new MCP server:
{ "mcpServers": { "<server_name>": { "command": "<absolute/path/to/node>", "args": ["<absolute/path/to/mcpServer.js>"] } } }
Restart Claude Desktop to activate.
Step 1: Download Postman Desktop.
Step 2: Set the type of the MCP request to STDIO
and set the command to node </absolute/path/to/mcpServer.js>
.
Step 3: Connect with the SEO Review Tools APIs using Postman.