mcpbeat

SEO Tools: A-Parser bridge MCP Server

local only

SEO Tools: A-Parser bridge runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 4 Aug 2026.

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

Installs / week
npm · seo-tools-mcp-aparser
1
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add seo-tools-mcp-aparser -- npx -y seo-tools-mcp-aparser
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-tools-mcp-aparser": {
      "args": [
        "-y",
        "seo-tools-mcp-aparser"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seo-tools-mcp-aparser]
command = "npx"
args = ["-y", "seo-tools-mcp-aparser"]
.cursor/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-aparser": {
      "args": [
        "-y",
        "seo-tools-mcp-aparser"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-aparser": {
      "args": [
        "-y",
        "seo-tools-mcp-aparser"
      ],
      "command": "npx"
    }
  }
}

Alternatives to SEO Tools: A-Parser bridge

same job, measured the same way
SEO Tools: XMLStock SERP (Google + Yandex)
by antohins

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

173 installs/wk local only
SEO Tools: XMLRiver SERP (Google + Yandex)
by antohins

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

116 installs/wk local only
Yandex Search
by johnisanerd

Yandex search results, images, and SERP data via the Apify Yandex Search Scraper, hosted MCP.

answering
Baidu Search
by johnisanerd

Baidu search results and Chinese SERP data via the Apify Baidu Search Scraper, hosted MCP.

answering
SEO Tools
by seodesignlab

SEO tools via x402: briefs, keywords, SERP, backlinks, audits. $0.50-$3/req USDC on Base.

53 installs/wk local only
Rankrat
by psyb0t

Read Search Console, Bing Webmaster, GA4 and PageSpeed data through one self-hosted MCP server.

local only
Google Shopping
by johnisanerd

Google Shopping products, prices, sellers, and deals as structured data via a hosted MCP server.

answering
Google AI Overview
by johnisanerd

Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.

answering

SEO Tools: A-Parser bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for SEO Tools: A-Parser bridge?
SEO Tools: A-Parser bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package seo-tools-mcp-aparser.
How do I connect SEO Tools: A-Parser bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls seo-tools-mcp-aparser straight from npm; nothing to host, nothing to sign up for.
Is SEO Tools: A-Parser bridge open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.