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

@ordinaryfuture/agent-readiness-mcp

v0.1.0

Published

MCP server that scans any website for AI agent readiness — checks 21 signals across 5 categories, generates fix files

Readme

Agent Readiness Scanner — MCP Server

Scan any website and get an instant AI agent readiness score. Checks 21 signals across 5 categories, returns a 0-100 grade, and generates ready-to-deploy fix files (llms.txt, agent-card.json, robots.txt).

Why it matters: AI agents are becoming a major traffic source. Sites that aren't agent-discoverable are invisible to ChatGPT, Claude, Perplexity, and the growing ecosystem of autonomous agents. This scanner tells you exactly what's missing and generates the files to fix it.

Tools

scan_url

Full 21-check audit. Returns score, grade, detailed results per check, and auto-generated fix files.

Example prompt: "Scan stripe.com for agent readiness"

quick_check

Fast check of the 5 most critical signals: llms.txt, agent-card.json, robots.txt AI directives, JSON-LD, and HTTPS. Use when you need a quick yes/no on agent visibility.

Example prompt: "Quick check if shopify.com is agent-ready"

generate_fixes

Scan and return copy-paste fix files. Generates llms.txt, agent-card.json, and robots.txt additions customized to the target site.

Example prompt: "Generate agent readiness fix files for my-saas.com"

What It Checks (21 Signals)

| Category | Points | Signals | |----------|--------|---------| | Discoverability | 35 | llms.txt, llms-full.txt, agent-card.json (A2A), robots.txt AI directives, sitemap.xml, AGENTS.md | | Structured Data | 25 | JSON-LD, OpenGraph tags, meta description, title tag | | Content Quality | 20 | Product description, features section, pricing info, FAQ | | Technical | 10 | HTTPS, response time, viewport, H1 heading | | API/Agent | 10 | API documentation, developer docs, auth documentation |

Grading Scale

| Grade | Score | Meaning | |-------|-------|---------| | A | 81-100 | Fully agent-optimized | | B | 61-80 | Good foundation, minor gaps | | C | 41-60 | Partially visible to agents | | D | 21-40 | Major gaps in agent readiness | | F | 0-20 | Invisible to AI agents |

Usage

Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "agent-readiness": {
      "command": "npx",
      "args": ["-y", "@ordinaryfuture/agent-readiness-mcp"]
    }
  }
}

Local Installation

npm install -g @ordinaryfuture/agent-readiness-mcp
agent-readiness-mcp

From Source

git clone https://github.com/ordinary-future/agent-readiness-mcp
cd agent-readiness-mcp
npm install && npm run build
node dist/index.js

Use Cases

  • SEO/GEO Agencies: Audit client sites for AI agent visibility before proposing optimization work
  • SaaS Founders: Check if your product is discoverable by AI assistants and autonomous agents
  • Developers: Validate llms.txt, agent-card.json, and A2A protocol compliance
  • Content Teams: Understand how AI crawlers see your site vs human visitors

Built By

Ordinary Future — building infrastructure for the agent economy.