Your Coding Agent Can Now Ask Pickrate Which Tool to Pick
A week ago we made Pickrate callable by agents inside the browser via WebMCP. Today we're closing the loop: Pickrate is a remote MCP server. Any agent — Cursor, Claude Desktop, a terminal agent, a background workflow — can connect and ask which tool wins, mid-task.
One line to add it
Point any MCP client at the endpoint:
{
"mcpServers": {
"pickrate": { "url": "https://pickrate.io/api/mcp" }
}
}No API key, no install. Then ask your agent "what's the pick rate for clerk?" or "rank the payments tools agents recommend" and it calls Pickrate and uses the result. Three read tools ship today: getPickRate (one tool's headline number and rank), getLeaderboard (a category ranking), and lookupTool (resolve a name, slug, domain, or package to its report). They return the same live data as the report and leaderboard pages.
Why being callable is the whole point
Pickrate exists to answer one question: when an agent has to choose a tool, does it choose you? For two years the way to win that was to be recommended — named in the answer. But agents increasingly don't just recommend, they act: they call tools, read APIs, and wire up the thing on the spot. At that moment the tools that are callable get used, and the ones that aren't are a sentence the agent has to remember.
This is the end of the Agent Funnel's Discovery stage. Each layer of machine-readability — llms.txt, clean markdown, OpenAPI, MCP — lowers the friction between an agent and a tool. An MCP server removes the last step: the agent doesn't read about Pickrate and then go find an endpoint. It calls Pickrate.
Three surfaces, one source of truth
Pickrate is now reachable three ways, all returning the same numbers: the MCP server (/api/mcp) for agents anywhere, WebMCP (/.well-known/webmcp) for agents in the browser, and a documented REST API (/openapi.json) for everything else. Each one links to the other two, so an agent that lands on any surface can find the rest.
It's also the most honest version of the product. We tell dev tools to be readable and callable by agents. The company measuring that should be the easiest tool in the world for an agent to call.
Add it to your agent, then go see where your tool ranks — and whether an agent would pick it.
FAQ
How do I add the Pickrate MCP server to my agent?
Point any MCP client at https://pickrate.io/api/mcp. In Cursor or Claude Desktop, add it under mcpServers with that URL — no API key, no install. Then ask your agent something like "what's the pick rate for clerk" and it calls Pickrate directly.
What's the difference between this and Pickrate's WebMCP support?
WebMCP exposes Pickrate's tools to an agent running inside the user's browser, on pickrate.io. The MCP server exposes the same tools to any agent anywhere — your IDE, a terminal agent, a background workflow — without a browser. Same three read tools, two surfaces, plus a documented REST API. An agent that finds any one of them finds the others.
What can the tools do?
getPickRate returns a single tool's headline Pick Rate and rank. getLeaderboard returns a category ranking. lookupTool resolves a name, slug, domain, or package to its report. They're read-only and return the same live numbers as the pickrate.io report and leaderboard pages.
See your Pick Rate
Check how often AI agents pick your tool — free, no account needed.
Check your tool →Keep reading
We Measure Whether Agents Pick Tools. Now They Can Pick Pickrate.
Pickrate is now WebMCP-native: open it in Chrome and an in-browser AI agent can call its tools directly. Why being callable, not just recommended, is the next stage of Agent SEO.
What Is Pick Rate? Measuring Whether AI Agents Choose Your Tool
Pick Rate is the share of the time an AI agent picks your tool over competitors on a real task. Here's what it measures, why citations aren't the same thing, and how to read it.