Google PageRank for AI agents. 25,000+ tools indexed.
What is AgentRank?
AgentRank is a ranked index of MCP servers and agent tools. It crawls GitHub daily, scores every tool on eight real quality signals, and publishes the results as a live leaderboard at agentrank-ai.com. Think of it as Google PageRank for AI agents — a score that reflects not just popularity, but whether a tool is actively maintained and production-ready.
How is the AgentRank score calculated?
The AgentRank score (0–100) is a weighted composite of eight GitHub signals: freshness (20% — days since last commit), issue health (25% — closed/total issues ratio), inbound dependents (25% — how many other repos depend on this one), stars (15% — normalized popularity), contributor count (10% — bus factor), and three minor signals for license quality, documentation, and release cadence. Full details on the methodology page.
How often is the data updated?
AgentRank re-crawls indexed repositories every night and recomputes all scores. New repositories matching MCP-related search terms are discovered and added continuously. Score changes from a commit you push today will typically be reflected in rankings within 24 hours. Verified Publisher subscribers get priority indexing with commits reflected within 24h guaranteed.
How do I submit my MCP server or agent tool to AgentRank?
Go to the Submit page and enter your GitHub repository URL. AgentRank will crawl it on the next nightly run and add it to the index. There's no approval queue — if your repo matches the indexing criteria (MCP server, agent tool, or AI SDK), it gets scored and listed. The submission form also lets you suggest a category.
How do I claim my tool listing?
Claiming is available on the Verified Publisher plan ($24/mo billed annually). After subscribing, you verify ownership of the repository via a GitHub token or a small commit. Once verified, you unlock an enhanced listing: custom logo, description, documentation and Discord links, monthly analytics, and a Verified Publisher badge visible to developers browsing the index.
What is the AgentRank API?
The AgentRank API provides programmatic access to the full ranked index. Endpoints include /tools (paginated leaderboard), /search (keyword and semantic search), /categories (tools filtered by category), and /skills. Responses include complete score breakdowns, GitHub signals, and metadata. API access requires the Pro API plan ($41/mo billed annually). Full documentation at the API docs.
How do I add an AgentRank badge to my README?
Visit agentrank-ai.com/badges and enter your GitHub repository slug. The page generates a Markdown snippet with a live badge that displays your current AgentRank score. The badge updates nightly as your score changes. Example: [![AgentRank](https://agentrank-ai.com/api/badge/owner--repo)](https://agentrank-ai.com/tools/owner--repo/)
What categories does AgentRank track?
AgentRank tracks MCP servers and agent tools across a broad set of categories including: Database & Data Access, DevOps & Infrastructure, Code Generation, Browser Automation, Communication & Collaboration, Productivity, AI/ML, Security, Data Science, API Integration, and more. Browse all categories at agentrank-ai.com/category. Categories are assigned based on repository metadata and commit analysis.
Is AgentRank free?
Browsing the leaderboard, reading tool pages, and accessing rankings is completely free. There are three paid tiers for builders and maintainers: Verified Publisher ($24/mo) for claiming and enhancing your listing, Pro API ($41/mo) for programmatic access to the full index, and Sponsored Listings for featured category placement. The underlying infrastructure costs are covered by these tiers.
What is MCP (Model Context Protocol)?
MCP is an open standard published by Anthropic in November 2024 that defines how AI agents connect to external tools and data sources. An MCP server exposes capabilities — tools, resources, and prompts — that AI clients like Claude Desktop, Cursor, and GitHub Copilot can discover and call at runtime. Build one MCP server and it works with every MCP-compatible client. See the full explanation in What is MCP? Model Context Protocol Explained.
How many MCP servers does AgentRank index?
AgentRank indexes over 25,000 MCP-related repositories on GitHub as of March 2026, growing by thousands each month. The ecosystem launched in November 2024 with roughly 200 repositories and has expanded 100x in 16 months. Only public repositories are indexed.
Why did my tool's score change?
AgentRank scores update nightly based on live GitHub data. Common reasons for score changes: a period without commits reduces the freshness signal (20% of score); a backlog of open unresponded issues lowers issue health (25%); gaining or losing dependent repos affects the dependents signal (25%); and star growth or decay affects the stars signal (15%). Check the Methodology page for the full signal definitions and decay curves.
How can I improve my tool's AgentRank score?
The highest-impact actions: (1) commit regularly — freshness decays sharply after 90 days; (2) close or respond to open issues — issue health (closed/total ratio) accounts for 25% of the score; (3) write good documentation so other projects depend on yours — inbound dependents are the strongest signal at 25%; (4) add type definitions and a comprehensive README. Stars matter less than the other signals and are difficult to game meaningfully.
What's the difference between Skills, Tools, and Agents on AgentRank?
Skills are reusable capability modules that AI agents can invoke — typically prompt templates or pre-packaged workflows (shown on the home page). Tools are MCP servers and function-calling integrations that expose external services to AI agents (see Tools). Agents are complete autonomous AI systems that orchestrate tools and skills to accomplish goals (see Agents, currently in beta). All three are scored by the same AgentRank signal methodology.
How do I use the AgentRank embed widget?
The embed widget lets you display a live AgentRank leaderboard on your own site or docs. Add a single <script> tag with your configuration and the widget renders an inline ranked list. See the embed documentation for configuration options, including category filtering, custom limits, and dark/light theme support.
Is AgentRank open source?
Yes — the core AgentRank infrastructure (crawler, scoring engine, and website) is open source at github.com/superlowburn/agentrank. The scoring weights and methodology are documented publicly on the Methodology page. There are no black boxes in how scores are computed.
Does AgentRank have an MCP server?
Yes. The AgentRank MCP server lets AI agents query the full ranked index programmatically. Your agent can call tools like search_tools, get_top_tools, and get_tool_score directly from Claude Desktop, Cursor, or any MCP-compatible client. Install it via npx -y agentrank-mcp. See the API documentation for available tools and parameters.
Does AgentRank track npm, PyPI, and Docker Hub packages?
Currently AgentRank indexes GitHub repositories as its primary data source. npm download counts and PyPI stats are used as supplementary signals where available but are not yet primary ranking inputs. Docker Hub, registry.mcp.so, and other distribution channels are on the roadmap. GitHub alone covers the vast majority of the MCP ecosystem since almost all servers are open source.
What is the Verified Publisher badge?
The Verified Publisher badge is a trust signal displayed on your AgentRank listing after you verify ownership of the repository and subscribe to the Verified Publisher plan. It tells developers that the listing is maintained by the actual authors of the tool. Verified listings also unlock enhanced features: custom logo, long description, documentation and community links, monthly traffic analytics, and email alerts on significant score changes.
Can I see the historical score for my tool?
Historical score data (30-day rolling window) is available on the Pro API plan. The public tool pages show current scores and last-updated timestamps. Maintainers on the Verified Publisher plan receive email alerts when scores change by 10 or more points, providing a practical change log without needing API access.