← aimrank.io
INDIVIDUAL MCP TOOL
aimrank_get_ranking
Fetch a ranking's metadata + top 25 entities sorted by rating.
LIVE ENDPOINT
https://app.aimrank.io/mcp/public
Connect to this endpoint to inspect the live schema for aimrank_get_ranking and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
aimrank_get_daily_pair— Fetch today's Daily Pair — the trending matchup chosen at 00:00 UTC.aimrank_get_leaderboard— Get the top N entities of a ranking sorted by rating.aimrank_get_matchup— Get the next pair of entities to evaluate.aimrank_search_entities— Find entities by name substring within a ranking.aimrank_create_share_card— Return share-ready URLs + embed snippets for a ranking.aimrank_predict_matchup_winner— Predict the winner of a matchup BEFORE a vote is cast.aimrank_discover_public_rankings— Browse public rankings — agent equivalent of surfing aimrank.aimrank_list_domain_entities— List all entities in a domain's pool sorted by rating.