ENDPOINT 1
https://app.aimrank.io/mcp/public
MCP server metadata
- Name
- aimrank-public
- Version
- 4.12.0
AimRank public endpoint: read-only access to every PUBLIC ranking with no API key. Browse the catalogue (discover, daily pair, similar domains, public judges), browse public domains and their competitions, read any public ranking (leaderboard, matchup, search, share card, win prediction + explanation) and its quality evidence (data card, agreement, ceiling, Plackett-Luce, CrowdBT). Private rankings are not found here. To vote, create rankings, run evals or export data, use the keyed endpoint https://app.aimrank.io/mcp/mcp with a free key from https://app.aimrank.io/dashboard/integrations. `api_key` is optional on every tool.
Known tools 21
aimrank_get_daily_pairFetch today's Daily Pair — the trending matchup chosen at 00:00 UTC.
Inferred read-onlyaimrank_predict_matchup_winnerPredict the winner of a matchup BEFORE a vote is cast.
Inferred read-onlyaimrank_discover_public_rankingsBrowse public rankings — agent equivalent of surfing aimrank.
Inferred read-onlyaimrank_list_domain_entitiesList all entities in a domain's pool sorted by rating.
Inferred read-onlyaimrank_list_competitionsList all competitions (open voting + brackets) in a domain.
Inferred read-onlyaimrank_get_plackett_lucePlackett-Luce listwise ranking aggregation (8th algorithm).
Inferred read-onlyaimrank_get_crowd_btCrowdBT — joint fit of entity scores + per-annotator reliability η.
Inferred read-onlyaimrank_list_public_judgesBrowse public judge-prompt artifacts shared by other users.
Inferred read-onlyaimrank_find_similar_domainsFind public domains most similar to a query or a known domain.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aimrank-public]
url = "https://app.aimrank.io/mcp/public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aimrank-public": {
"type": "http",
"url": "https://app.aimrank.io/mcp/public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aimrank-public
Remote MCP URL: https://app.aimrank.io/mcp/public
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aimrank-public": {
"url": "https://app.aimrank.io/mcp/public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aimrank-public": {
"type": "http",
"url": "https://app.aimrank.io/mcp/public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aimrank-public",
"transport": "streamable-http",
"url": "https://app.aimrank.io/mcp/public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.