API Tools
aidemos.com
Provides structured data about AI tools, including use cases, rankings, comparisons, and toolkits.
ENDPOINT 1
https://mcp.aidemos.com/mcp
MCP server metadata
- Name
- aidemos-mcp
- Version
- 2.0.0
Evidence-backed answers about AI tools, from hands-on testing (published data only). START WITH `answer` for any 'which tool is best at X' question — it returns the resolved verdict in one call: winner for the asked criterion, ranked scores, the conditions each result holds under, dissent preserved, openable proof; it refuses honestly when we never tested the topic. Then: list_* to enumerate use cases, rankings, tools, comparisons, toolkits, personas, and categories; tools_in_ranking / rankings_for_tool to traverse; get_persona for everything tagged to a persona; get_tool / get_ranking / get_use_case for the full page as a JSON-structure + Markdown-content envelope; get_evidence for the raw observation cells behind any answer. Every entity has id, slug, and a full url.
Known tools 17
answerANSWER a buyer question in ONE call: which tool is best at a specific capability, with proof.
Inferred read-onlylist_use_casesList published use-case pages (how-to guides): id, title, slug, url, persona, category, updated_at.
Inferred read-onlylist_rankingsList published ranking pages ("best X"): id, title, slug, url, use_case, persona, category, tools_count, winner, tested_as_of, updated_at.
Inferred read-onlylist_toolsList published AI tool pages: id, name, slug, url, domain, personas[], categories[].
Inferred read-onlylist_comparesList published head-to-head comparison pages: id, title, slug, url, tool_a, tool_b, personas[], shared_use_cases[], updated_at.
Inferred read-onlylist_toolkitsList published toolkit pages (curated bundles): id, title, slug, url, category.
Inferred read-onlylist_personasList personas with published-page counts per type {use_cases, rankings, tools, compares, toolkits}.
Inferred read-onlylist_categoriesList the category vocabulary in use with per-type counts and a source flag ("collection"|"derived"), sorted by total.
Inferred read-onlysearchSearch the published catalogue across use cases, rankings, tools, comparisons, and toolkits.
Inferred read-onlytools_in_rankingGiven 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).
Inferred read-onlyrankings_for_toolGiven a tool id, return the tool {id,name,slug} and every ranking it appears in [{id,title,slug,url,use_case,rank,badge}].
Inferred read-onlyget_personaGiven a persona slug (from list_personas), return everything tagged with it: persona, use_cases[], rankings[], compares[], toolkits[], tools[].
Inferred read-onlyget_toolFull tool detail as a JSON+Markdown envelope: identity, pricing, per-feature scores, fit, FAQ, relationships (JSON) + our_take / in-depth review (Markdown).
Inferred read-onlyget_rankingFull ranking detail as a JSON+Markdown envelope: ranked tools (rank/badge/scores), criteria, winner, breakdown (JSON) + verdicts / final take (Markdown).
Inferred read-onlyget_use_caseFull use-case detail as a JSON+Markdown envelope: step guide, pros/cons, FAQ, tools used (JSON) + the full narrative guide (Markdown, full_md).
Inferred read-onlyget_evidenceQuery the evidence graph: observation cells (tool × test-scenario × criterion) → verdict, score, the researcher's note, and the REAL artifacts (input/output screenshots) that prove it.
Inferred read-onlycompare_toolsEvidence-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.
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.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.
ENDPOINT 2
https://mcp.aidemos.com/api/mcp
MCP server metadata
- Name
- aidemos-mcp
- Version
- 2.0.0
Discovery + detail API for the FutureSmart AI Demos catalogue (published data only). Use list_* to enumerate use cases, rankings, tools, comparisons, toolkits, personas, and categories; tools_in_ranking / rankings_for_tool to traverse; get_persona for everything tagged to a persona; and get_tool / get_ranking / get_use_case for the full page as a JSON-structure + Markdown-content envelope. Every entity has id, slug, and a full url.
Known tools 16
list_use_casesList published use-case pages (how-to guides): id, title, slug, url, persona, category, updated_at.
Inferred read-onlylist_rankingsList published ranking pages ("best X"): id, title, slug, url, use_case, persona, category, tools_count, winner, tested_as_of, updated_at.
Inferred read-onlylist_toolsList published AI tool pages: id, name, slug, url, domain, personas[], categories[].
Inferred read-onlylist_comparesList published head-to-head comparison pages: id, title, slug, url, tool_a, tool_b, personas[], shared_use_cases[], updated_at.
Inferred read-onlylist_toolkitsList published toolkit pages (curated bundles): id, title, slug, url, category.
Inferred read-onlylist_personasList personas with published-page counts per type {use_cases, rankings, tools, compares, toolkits}.
Inferred read-onlylist_categoriesList the category vocabulary in use with per-type counts and a source flag ("collection"|"derived"), sorted by total.
Inferred read-onlysearchSearch the published catalogue across use cases, rankings, tools, comparisons, and toolkits.
Inferred read-onlytools_in_rankingGiven 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).
Inferred read-onlyrankings_for_toolGiven a tool id, return the tool {id,name,slug} and every ranking it appears in [{id,title,slug,url,use_case,rank,badge}].
Inferred read-onlyget_personaGiven a persona slug (from list_personas), return everything tagged with it: persona, use_cases[], rankings[], compares[], toolkits[], tools[].
Inferred read-onlyget_toolFull tool detail as a JSON+Markdown envelope: identity, pricing, per-feature scores, fit, FAQ, relationships (JSON) + our_take / in-depth review (Markdown).
Inferred read-onlyget_rankingFull ranking detail as a JSON+Markdown envelope: ranked tools (rank/badge/scores), criteria, winner, breakdown (JSON) + verdicts / final take (Markdown).
Inferred read-onlyget_use_caseFull use-case detail as a JSON+Markdown envelope: step guide, pros/cons, FAQ, tools used (JSON) + the full narrative guide (Markdown, full_md).
Inferred read-onlyget_evidenceQuery the evidence graph: observation cells (tool × test-scenario × criterion) → verdict, score, the researcher's note, and the REAL artifacts (input/output screenshots) that prove it.
Inferred read-onlycompare_toolsEvidence-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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aidemos.com was fetched 2026-08-26T00:04:33.611Z.
aidemos.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.