INDIVIDUAL MCP TOOL
tools_in_ranking
Given a ranking id, return the ranking {id,title,slug} and its ranked tools [{id,name,slug,url,rank,badge}] (badge: Best/Usable/Needs work/Unstable/Failed).
LIVE ENDPOINT
https://mcp.aidemos.com/mcp
Connect to this endpoint to inspect the live schema for tools_in_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.aidemos-mcp]
url = "https://mcp.aidemos.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aidemos-mcp": {
"type": "http",
"url": "https://mcp.aidemos.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aidemos-mcp
Remote MCP URL: https://mcp.aidemos.com/mcp
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": {
"aidemos-mcp": {
"url": "https://mcp.aidemos.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aidemos-mcp": {
"type": "http",
"url": "https://mcp.aidemos.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aidemos-mcp",
"transport": "streamable-http",
"url": "https://mcp.aidemos.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
answer— ANSWER a buyer question in ONE call: which tool is best at a specific capability, with proof.list_use_cases— List published use-case pages (how-to guides): id, title, slug, url, persona, category, updated_at.list_rankings— List published ranking pages ("best X"): id, title, slug, url, use_case, persona, category, tools_count, winner, tested_as_of, updated_at.list_tools— List published AI tool pages: id, name, slug, url, domain, personas[], categories[].list_compares— List published head-to-head comparison pages: id, title, slug, url, tool_a, tool_b, personas[], shared_use_cases[], updated_at.list_toolkits— List published toolkit pages (curated bundles): id, title, slug, url, category.list_personas— List personas with published-page counts per type {use_cases, rankings, tools, compares, toolkits}.list_categories— List the category vocabulary in use with per-type counts and a source flag ("collection"|"derived"), sorted by total.