← Back to Plugins
MCP Server MCP

SEO Tools: A-Parser bridge

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "seo-tools-mcp-aparser",
      "version": "1.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "A-Parser API endpoint, e.g. http://IP:9091/API (Settings -> API).",
          "format": "string",
          "name": "APARSER_URL"
        },
        {
          "description": "A-Parser API password (Settings -> API).",
          "format": "string",
          "isSecret": true,
          "name": "APARSER_PASSWORD"
        },
        {
          "description": "Default config preset for SE::Google (preset name from the GUI).",
          "format": "string",
          "name": "APARSER_GOOGLE_PRESET"
        },
        {
          "description": "Default config preset for SE::Yandex (preset name from the GUI).",
          "format": "string",
          "name": "APARSER_YANDEX_PRESET"
        },
        {
          "description": "Default proxy checker groups, comma-separated.",
          "format": "string",
          "name": "APARSER_PROXY_CHECKERS"
        },
        {
          "description": "Use proxies by default (true/false; default true).",
          "format": "string",
          "name": "APARSER_USE_PROXY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...