PluginBench
MCP Server
Active
MIT

SEO Tools: XMLRiver SERP (Google + Yandex) MCP Server

io.github.antohins/seo-tools-mcp-xmlriver

What is the SEO Tools: XMLRiver SERP (Google + Yandex) MCP server?

Google & Yandex SERP, image/news verticals and URL indexation checks via XMLRiver (read-only).

How to install SEO Tools: XMLRiver SERP (Google + Yandex)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • XMLRIVER_USER

    XMLRiver user ID (from the xmlriver.com dashboard).

  • XMLRIVER_KEY
    secret

    XMLRiver API key.

  • XMLRIVER_EXCLUDE_DOMAINS

    Aggregator domains excluded by excludeAggregators, comma-separated.

  • XMLRIVER_PRICE_PER_CALL

    Price per SERP call in RUB for cost logging (default 0.02).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-tools-mcp-xmlriver": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-xmlriver"
      ],
      "env": {
        "XMLRIVER_USER": "<YOUR_XMLRIVER_USER>",
        "XMLRIVER_KEY": "<YOUR_XMLRIVER_KEY>",
        "XMLRIVER_EXCLUDE_DOMAINS": "<YOUR_XMLRIVER_EXCLUDE_DOMAINS>",
        "XMLRIVER_PRICE_PER_CALL": "<YOUR_XMLRIVER_PRICE_PER_CALL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-xmlriver": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-xmlriver"
      ],
      "env": {
        "XMLRIVER_USER": "<YOUR_XMLRIVER_USER>",
        "XMLRIVER_KEY": "<YOUR_XMLRIVER_KEY>",
        "XMLRIVER_EXCLUDE_DOMAINS": "<YOUR_XMLRIVER_EXCLUDE_DOMAINS>",
        "XMLRIVER_PRICE_PER_CALL": "<YOUR_XMLRIVER_PRICE_PER_CALL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seo-tools-mcp-xmlriver": {
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-xmlriver"
      ],
      "env": {
        "XMLRIVER_USER": "<YOUR_XMLRIVER_USER>",
        "XMLRIVER_KEY": "<YOUR_XMLRIVER_KEY>",
        "XMLRIVER_EXCLUDE_DOMAINS": "<YOUR_XMLRIVER_EXCLUDE_DOMAINS>",
        "XMLRIVER_PRICE_PER_CALL": "<YOUR_XMLRIVER_PRICE_PER_CALL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "seo-tools-mcp-xmlriver": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-xmlriver"
      ],
      "env": {
        "XMLRIVER_USER": "<YOUR_XMLRIVER_USER>",
        "XMLRIVER_KEY": "<YOUR_XMLRIVER_KEY>",
        "XMLRIVER_EXCLUDE_DOMAINS": "<YOUR_XMLRIVER_EXCLUDE_DOMAINS>",
        "XMLRIVER_PRICE_PER_CALL": "<YOUR_XMLRIVER_PRICE_PER_CALL>"
      }
    }
  }
}
Claude Code
claude mcp add seo-tools-mcp-xmlriver --env XMLRIVER_USER=<YOUR_XMLRIVER_USER> --env XMLRIVER_KEY=<YOUR_XMLRIVER_KEY> --env XMLRIVER_EXCLUDE_DOMAINS=<YOUR_XMLRIVER_EXCLUDE_DOMAINS> --env XMLRIVER_PRICE_PER_CALL=<YOUR_XMLRIVER_PRICE_PER_CALL> -- npx -y seo-tools-mcp-xmlriver

Related MCP servers

Bridge to a self-hosted A-Parser: SERP, suggests and 150+ parsers via its API (read-only).

3
TypeScript
MIT
View repository →

Google Analytics 4: reports, traffic sources, landing pages, events, realtime (read-only).

3
TypeScript
MIT
View repository →

Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct).

3
TypeScript
MIT
View repository →

MCP server for Yandex.Metrica Stat API (read-only).

3
TypeScript
MIT
View repository →

MCP server for Yandex Wordstat keyword frequencies (official API v2). Free Yandex Cloud Search API.

3
TypeScript
MIT
View repository →

Google & Yandex SERP + Yandex Wordstat via XMLStock (read-only).

3
TypeScript
MIT
View repository →