mcprank

mcprank/mcprank
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
Agent-readiness audits for MCP servers and websites. CLI + web rankings + auto-generated llms.txt.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcprank": {
      "command": "npx",
      "args": [
        "-y",
        "mcprank/mcprank"
      ]
    }
  }
}

README Excerpt

Agent-readiness audits for websites and MCP servers. Score how discoverable, structured, and citable a target is to AI agents. Public rankings, embeddable badges, free auto-generated `llms.txt`. ``` packages/ core/ @mcprank/core Audit engine (library). Pure TS, no Next.js. cli/ @mcprank/cli Command-line auditor that wraps core.