← Back to Plugins
MCP Server MCP

SEO Tools: XMLStock SERP (Google + Yandex)

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

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

Comments

Sign in to leave a comment

Loading comments...