SEO Review Tools MCP

Official
Other

The SEO Review Tools MCP gives you direct access to our SEO API.

About SEO Review Tools MCP MCP Server

The SEO Review Tools MCP gives you direct access to our SEO API.

Features

Tools

Transport

sse
Getting Started

Step 1: Get your API Key This server requires a valid API key to communicate with the SEO Review Tools database. Go to SEO Review Tools API. Sign up for a paid account -> https://api.seoreviewtools.com/ Copy your API Key from your dashboard. Step 2: Install Node.js This server is built with TypeScript and runs on Node.js. Ensure you have Node.js (v18 or higher) installed on your machine. Verify by typing node -v in your terminal. Step 3: Locate your Configuration File The Model Context Protocol (MCP) uses a JSON configuration file to tell the AI client which servers to start. macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Step 4: Configure the Server Open the claude_desktop_config.json file in a text editor (like VS Code or Notepad) and add the following configuration. Replace YOUR_API_KEY with the key you got in Step 1. JSON { "mcpServers": { "seo-review-tools": { "command": "npx", "args": [ "-y", "@seoreviewtools/mcp-server", "--api-key", "YOUR_API_KEY" ] } } } Step 5: Restart your AI Client Fully quit Claude Desktop (don't just close the window; right-click the icon in the tray/dock and select Quit). Restart the app. Look for a hammer icon 🛠️ or a "Server Connected" status in the chat interface. This indicates the MCP server is active.

Tools (5)
Functions this server exposes to AI clients

SEO Keyword research

Keyword suggestions, search volume and CPC

Backlinks

Backlink data for any domain or URL

Website Traffic

website traffic estimates on domain level

SERP

Analyse Google search results

SEO content optimization

Optimize content for SEO

Example
{
  "mcpServers": {
    "seo-review-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@seoreviewtools/mcp-server",
        "--api-key",
        "YOUR_API_KEY_HERE"
      ]
    }
  }
}
Compatible With
Claude Desktop
Cursor