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

@fastergeo/mcp

v0.1.6

Published

FasterGEO MCP server — exposes GEO audits, funnel metrics, machine-verified tickets, live engine sampling, and the fabrication gate as Model Context Protocol tools for any MCP-capable agent (Claude, Cursor, custom agents).

Downloads

1,113

Readme

@fastergeo/mcp

FasterGEO as a Model Context Protocol server — GEO audits, Brand Entity Funnel metrics, machine-verified tickets, live AI-engine sampling, and the fabrication gate as 9 tools any MCP-capable agent can call.

claude mcp add fastergeo -- npx -y @fastergeo/mcp     # Claude Code
# or point any MCP client at: npx -y @fastergeo/mcp   (stdio)

Tools

| Tool | What it does | |---|---| | list_engines | 18 supported engines (10 China-market + 8 global) with key-configured status — booleans only, never key values | | sample_engine | Ask one question to one engine; verbatim answer + citations + model + channel | | audit_page | Six-dimension GEO score for one URL, fetched exactly as AI crawlers see it (no JS) | | audit_site | Site-level audit: robots.txt AI-crawler policy, sitemap, llms.txt, per-page scores; unreachable pages are named in failedUrls, never silently dropped | | check_ai_crawlers | Which of the 9 visibility-deciding AI crawlers a site blocks | | compute_metrics | Funnel metrics from raw samples: mention rate, top1/top3, SoV, citations, recognition (knows/unknown/confused with quoted evidence) | | generate_tickets | Findings → prioritized tickets with machine-checkable acceptance criteria | | verify_tickets | Re-check acceptance criteria: todo→done on pass, done→regressed when a fix rots | | check_fabrication | Lint a draft against a fact store: unsourced numbers, superlatives, do-not-claim, E-grade facts |

Engine API keys come from the environment (ZHIPUAI_API_KEY, ARK_API_KEY, OPENAI_API_KEY, …) — same conventions as the fastergeo CLI. No keys → auditing and metrics still work; only live sampling needs them.

Every metric is publicly defined and traceable to code — see METHODOLOGY.md. Unmeasured values are returned as null; do not substitute zeros.

Security note

audit_page / audit_site / check_ai_crawlers fetch caller-supplied URLs. Over the default stdio transport this is equivalent to the local user running curl — fine. Do not expose this server over an HTTP transport to untrusted callers: in a shared or remote environment those tools become an internal-network probe (SSRF). Run it in local, trusted environments only.

License

Apache-2.0 · github.com/arronyounging/fastergeo