Search evidence-backed AI-tool reviews, rankings, use cases, comparisons & toolkits (read-only).
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://mcp.aidemos.com/mcp17 Tools · 94 msanswerANSWER a buyer question in ONE call: which tool is best at a specific capability, with proof. Returns the resolved verdict our testing team's evidence supports — a named winner FOR THE ASKED CRITERION, every tested tool ranked with a comparable score /5, the CONDITIONS each result holds under (e.g.…ANSWER a buyer question in ONE call: which tool is best at a specific capability, with proof. Returns the resolved verdict our testing team's evidence supports — a named winner FOR THE ASKED CRITERION, every tested tool ranked with a comparable score /5, the CONDITIONS each result holds under (e.g.…
| Parameter | Typ | Beschreibung |
|---|---|---|
| question | string | The buyer question in natural language, e.g. 'Which document extraction tool best preserves table structure from scanned PDFs?'. Alternative: pass ranking + cr… |
| ranking | string | Ranking slug (skips routing). |
| criterion | string | Criterion slug or exact name (with `ranking`). |
| scenario | string | Optional scenario/condition of interest. |
list_use_casesList published use-case pages (how-to guides): id, title, slug, url, persona, category, updated_at.List published use-case pages (how-to guides): id, title, slug, url, persona, category, updated_at.
| Parameter | Typ | Beschreibung |
|---|---|---|
| limit | integer | Max items to return. Omit for all. |
| offset | integer | Items to skip (paging). |
list_rankingsList published ranking pages ("best X"): id, title, slug, url, use_case, persona, category, tools_count, winner, tested_as_of, updated_at.List published ranking pages ("best X"): id, title, slug, url, use_case, persona, category, tools_count, winner, tested_as_of, updated_at.
| Parameter | Typ | Beschreibung |
|---|---|---|
| limit | integer | Max items to return. Omit for all. |
| offset | integer | Items to skip (paging). |
list_toolsList published AI tool pages: id, name, slug, url, domain, personas[], categories[].List published AI tool pages: id, name, slug, url, domain, personas[], categories[].
| Parameter | Typ | Beschreibung |
|---|---|---|
| limit | integer | Max items to return. Omit for all. |
| offset | integer | Items to skip (paging). |
list_comparesList published head-to-head comparison pages: id, title, slug, url, tool_a, tool_b, personas[], shared_use_cases[], updated_at.List published head-to-head comparison pages: id, title, slug, url, tool_a, tool_b, personas[], shared_use_cases[], updated_at.
| Parameter | Typ | Beschreibung |
|---|---|---|
| limit | integer | Max items to return. Omit for all. |
| offset | integer | Items to skip (paging). |
list_toolkitsList published toolkit pages (curated bundles): id, title, slug, url, category.List published toolkit pages (curated bundles): id, title, slug, url, category.
| Parameter | Typ | Beschreibung |
|---|---|---|
| limit | integer | Max items to return. Omit for all. |
| offset | integer | Items to skip (paging). |
list_personasList personas with published-page counts per type {use_cases, rankings, tools, compares, toolkits}. The slugs are valid input for get_persona.List personas with published-page counts per type {use_cases, rankings, tools, compares, toolkits}. The slugs are valid input for get_persona.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
list_categoriesList the category vocabulary in use with per-type counts and a source flag ("collection"|"derived"), sorted by total.List the category vocabulary in use with per-type counts and a source flag ("collection"|"derived"), sorted by total.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
searchSearch the published catalogue across use cases, rankings, tools, comparisons, and toolkits. Returns ranked light refs [{ kind, id, title, slug, url, snippet, score, meta }] — then call get_tool / get_ranking / get_use_case for full detail. `mode`: keyword (substring), semantic (meaning, via embedd…Search the published catalogue across use cases, rankings, tools, comparisons, and toolkits. Returns ranked light refs [{ kind, id, title, slug, url, snippet, score, meta }] — then call get_tool / get_ranking / get_use_case for full detail. `mode`: keyword (substring), semantic (meaning, via embedd…
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Free-text search query. |
| mode | string | Search mode. |
| type | array | Restrict to these kinds (default: all). |
| persona | string | Restrict to items tagged with this persona slug. |
| category | string | Restrict to this category (case-insensitive). |
| limit | integer | Max results (default 20). |
tools_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).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).
| Parameter | Typ | Beschreibung |
|---|---|---|
| ranking_id* | string | integer | Ranking id (from list_rankings). |
rankings_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}].Given a tool id, return the tool {id,name,slug} and every ranking it appears in [{id,title,slug,url,use_case,rank,badge}].
| Parameter | Typ | Beschreibung |
|---|---|---|
| tool_id* | string | integer | Tool id (from list_tools). |
get_personaGiven a persona slug (from list_personas), return everything tagged with it: persona, use_cases[], rankings[], compares[], toolkits[], tools[]. Mirrors a persona landing page.Given a persona slug (from list_personas), return everything tagged with it: persona, use_cases[], rankings[], compares[], toolkits[], tools[]. Mirrors a persona landing page.
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | Persona slug, e.g. "students". |
get_toolFull tool detail as a JSON+Markdown envelope: identity, pricing, per-feature scores, fit, FAQ, relationships (JSON) + our_take / in-depth review (Markdown). Includes `proof`: real artifact URLs (input/output screenshots, recordings) from the runs that tested it, each with the /evidence permalink fo…Full tool detail as a JSON+Markdown envelope: identity, pricing, per-feature scores, fit, FAQ, relationships (JSON) + our_take / in-depth review (Markdown). Includes `proof`: real artifact URLs (input/output screenshots, recordings) from the runs that tested it, each with the /evidence permalink fo…
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | Tool seo_slug, e.g. "affinda" (from list_tools). |
| fields | array | Optional projection: return ONLY these top-level fields (identity id/name/title/slug/url is always included) to control response size. Available: id, name, slu… |
| proof | string | How many proof artifacts to inline. "sample" (default) = up to 6 per tool, spread across distinct criteria so you see breadth; "full" = every artifact; "none"… |
get_rankingFull ranking detail as a JSON+Markdown envelope: ranked tools (rank/badge/scores), criteria, winner, breakdown (JSON) + verdicts / final take (Markdown). Every ranked tool carries `proof`: real artifact URLs from the exact evidence run this page is bound to, each with the /evidence permalink for th…Full ranking detail as a JSON+Markdown envelope: ranked tools (rank/badge/scores), criteria, winner, breakdown (JSON) + verdicts / final take (Markdown). Every ranked tool carries `proof`: real artifact URLs from the exact evidence run this page is bound to, each with the /evidence permalink for th…
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | Ranking slug, e.g. "resume-parsing-api" (from list_rankings). |
| fields | array | Optional projection: return ONLY these top-level fields (identity id/name/title/slug/url is always included) to control response size. Available: id, title, sl… |
| proof | string | How many proof artifacts to inline. "sample" (default) = up to 6 per tool, spread across distinct criteria so you see breadth; "full" = every artifact; "none"… |
get_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). null if unknown. Pass `fields` to project to only the keys you need (token-efficient).Full use-case detail as a JSON+Markdown envelope: step guide, pros/cons, FAQ, tools used (JSON) + the full narrative guide (Markdown, full_md). null if unknown. Pass `fields` to project to only the keys you need (token-efficient).
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | Use-case slug (from list_use_cases). |
| fields | array | Optional projection: return ONLY these top-level fields (identity id/name/title/slug/url is always included) to control response size. Available: id, title, sl… |
get_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. The ground truth behind every ranking — filter any combination of tool(s), scenario (slug, group tag, or name), cr…Query 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. The ground truth behind every ranking — filter any combination of tool(s), scenario (slug, group tag, or name), cr…
| Parameter | Typ | Beschreibung |
|---|---|---|
| tool | string | Tool slug or name, e.g. "landing-ai". |
| tools | array | Several tools at once. |
| ranking | string | Ranking page slug — scope cells to the evidence run that published ranking is bound to (exactly what the page renders). |
| scenario | string | Scenario slug, cross-run group tag (e.g. "scanned-research-paper"), or name fragment. |
| criterion | string | Criterion slug or name, e.g. "table extraction". |
| verdict | string | — |
| evidence | string | — |
| limit | integer | Max cells (default 50). |
compare_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. Built from real observation cells with artifac…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. Built from real observation cells with artifac…
| Parameter | Typ | Beschreibung |
|---|---|---|
| tool_a* | string | First tool slug, e.g. "llamaparse". |
| tool_b* | string | Second tool slug, e.g. "landing-ai". |
| criterion | string | Optional: restrict to one criterion. |
17 von 17 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Search evidence-backed AI-tool reviews, rankings, use cases, comparisons & toolkits (read-only).
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.