npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

seo-tools-mcp-aparser

v1.7.0

Published

MCP server bridging a self-hosted A-Parser instance: SERP, suggests and hundreds of parsers via its HTTP API

Readme

seo-tools-mcp-aparser

MCP server that bridges a self-hosted A-Parser instance to Claude Code and any MCP client — SERP, suggests and hundreds of parsers via A-Parser's HTTP API. Read-only, strict JSON output. Part of seo-tools-mcp (SEO servers for the Google/Yandex market).

You need your own running A-Parser instance (licence + server). This bridge drives it; it does not host or proxy A-Parser for you.

Install

claude mcp add aparser --scope user -- npx -y seo-tools-mcp-aparser

Self-contained package — the shared code is bundled in, nothing else to install. For any other MCP client (Claude Desktop, Cursor…), add one block to mcpServers:

{
  "mcpServers": {
    "aparser": {
      "command": "npx",
      "args": ["-y", "seo-tools-mcp-aparser"],
      "env": { "APARSER_URL": "http://IP:9091/API", "APARSER_PASSWORD": "..." }
    }
  }
}

Then set credentials right in the chat: aparser_auth_statusaparser_set_credentials. In A-Parser: Settings → API, enable the API server, note the port (usually 9091) and password. Check readiness with aparser_ping and aparser_status. Full docs and all servers: https://github.com/antohins/seo-tools-mcp

Tools

  • aparser_ping — connectivity + password check
  • aparser_status — readiness verdict: version, installed parsers, queue, live proxies (ready:false if 0 live proxies)
  • aparser_proxies — live proxies on the instance (checkers filters to specific proxy packs); credentials never shown
  • aparser_parsers — parsers installed on the instance
  • aparser_parser_fields — result fields a parser can return (flat + arrays)
  • aparser_get_preset — read a config preset's options (useproxy, domain, hl/gl, proxy checkers…)
  • aparser_serp_google — Google organic SERP (SE::Google); proxies on by default + preflight
  • aparser_serp_yandex — Yandex organic SERP (SE::Yandex); region via lr
  • aparser_suggest — Google/Yandex search suggestions
  • aparser_request — universal single request to any parser (oneRequest)
  • aparser_bulk_request — bulk request: one parser, many queries, N threads (bulkRequest)

Proxies. A-Parser needs proxies + a running Proxy Checker to scrape Google/Yandex without bans. Proxy packs (proxy checkers) are configured once in the A-Parser GUI; this bridge reads, verifies and selects them (checkers), but does not create or load them. v1 is synchronous and read-only — the task queue and large async exports are a v2 candidate.


🛰 Maintained by PBN Workers — search-visibility infrastructure: semantic cores, PBN & satellites, SEO automation. We use these tools in production. Need steady organic traffic? Get in touch.

MIT © antohins