Discover / Marketing
SEO Review Tools MCP
by SEO-Review-ToolsJavaScript
Connects AI agents to SEO Review Tools API for keyword and backlink data.
Maturity: slowing because no commit in 14 months. Derived from release and commit history, not a rating.
- Stars
- 5
- Forks
- 0
- Downloads / mo
- 27
- Last commit
- 2025-06-11
- License
- —
- Open issues
- 0
Market and trust evidence
Edition not yet matchedNo exact skills.sh identity match is available for this repository. Repository adoption and freshness remain visible above; install momentum is not inferred.
Trust analysis is a screening signal, not a security warranty. Read the ranking and trust methodology.
In practice
Written by AI from this repository’s README · medium confidenceSEO datasets sit behind separate REST endpoints that an assistant cannot call without an integration layer.
Use it when
When an agent or app should query SEO Review Tools data through natural language in an MCP client.
Not the right pick when
Needs a paid SEO Review Tools API subscription key, and setup is manual with absolute paths in the client config.
Capabilities
- backlinks API access
- keywords API access
- website traffic API
- SERP and rank tracker API
- SEO content optimization and domain authority APIs
- plagiarism and duplicate content API
Requirements
- Node.js v18+, v20+ recommended
- a SEO Review Tools API key from a paid subscription, set as SEO_API_WORKSPACE_API_KEY
Cost: Needs a paid API or account
Install
Derived from the published package name in the repository, not from a model.
Video walkthroughs
How To Analyze and Optimize SEO with Claude MCP server
How to Connect Ahrefs MCP with ChatGPT & Claude (plus 4 SEO Agents!!)
Third-party YouTube uploads matched to this tool by title, channel and repository name on 2026-08-03. Not made, reviewed or endorsed by SkillPilot. View counts and publish months are as of the match date and the month is approximate. Nothing loads from YouTube until you press play.
What the repository ships
Detected from the actual files in the repository root.
Tags
README
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.