INDIVIDUAL MCP TOOL
compare_tools
Evidence-aligned comparison of two tools, honesty enforced structurally: head_to_head (cells from the SAME test input — provable same-input comparison), related_not_same_input (same dimension, different runs — flagged), and each tool's unique evidence.
LIVE ENDPOINT
https://mcp.aidemos.com/api/mcp
Connect to this endpoint to inspect the live schema for compare_tools and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aidemos-mcp": {
"type": "http",
"url": "https://mcp.aidemos.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aidemos-mcp
Remote MCP URL: https://mcp.aidemos.com/api/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/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aidemos-mcp": {
"type": "http",
"url": "https://mcp.aidemos.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aidemos-mcp",
"transport": "streamable-http",
"url": "https://mcp.aidemos.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.search— Search the published catalogue across use cases, rankings, tools, comparisons, and toolkits.