← Back to Plugins
MCP Server MCP

SEO Tools: XMLRiver SERP (Google + Yandex)

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "seo-tools-mcp-xmlriver",
      "version": "1.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "XMLRiver user ID (from the xmlriver.com dashboard).",
          "format": "string",
          "name": "XMLRIVER_USER"
        },
        {
          "description": "XMLRiver API key.",
          "format": "string",
          "isSecret": true,
          "name": "XMLRIVER_KEY"
        },
        {
          "description": "Aggregator domains excluded by excludeAggregators, comma-separated.",
          "format": "string",
          "name": "XMLRIVER_EXCLUDE_DOMAINS"
        },
        {
          "description": "Price per SERP call in RUB for cost logging (default 0.02).",
          "format": "string",
          "name": "XMLRIVER_PRICE_PER_CALL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...