SEO Review Tools - MCP server
Get access to real-time SEO data, including: keyword insights, backlink data, traffic estimates and more. Allow AI tools and Large Language Models (LLMs) to tap into the real-time SEO Review Tools API with natural language commands.
README Documentation
SEO Review Tools API - MCP server
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
Included SEO endpoints
- Backlinks API →
- Keywords API →
- Website traffic API →
- SERP API →
- SEO Content optimization API →
- Domain authority API →
- Plagiarism API →
MCP Clients
You can connect SEO Review Tools MCP server to any MCP client. Here are some examples of MCP clients:
Requirements
Before starting, please ensure you have:
Installation & Setup
1. Install dependencies
Run from your project's root directory:
npm install
Set tool environment variables
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=
How to connect the SEO Review Tools MCP server to Claude Desktop?
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.
Connect the MCP Server to Postman
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.