io.pickrate/pickrate
Official3 toolsPickrate
Whether AI agents pick a dev tool over competitors: Pick Rate, leaderboards, and reports.
Tracks developer tool adoption rates, leaderboards, and competitive analytics.
Captured live from the server via tools/list.
getPickRate
Get the headline Pick Rate and rank for a single developer tool — the share of the time AI agents pick it over competitors on unbranded tasks.
Parameters (1)
- toolstringrequired
Tool name, slug, domain, or package (e.g. 'stripe', 'clerk', '@sendgrid/mail').
getLeaderboard
Get the ranked list of tools for a category by Pick Rate. Omit category to list available categories.
Parameters (1)
- categorystring
Category slug (e.g. 'payments', 'auth', 'search'). Optional.
lookupTool
Resolve a tool name, slug, domain, or package to its Pickrate report (Pick Rate, rank, who beats it).
Parameters (1)
- querystringrequired
Search term: name, slug, domain, or package.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pickrate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pickrate.io/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.