AI & Machine Learning
ki-alternativen.com
Provides a searchable catalog of AI tools with details, alternatives, and submission capabilities.
ENDPOINT 1
https://ki-alternativen.com/api/mcp/mcp
MCP server metadata
- Name
- kialternativen
- Version
- 1.0.0
KI Alternativen beantwortet eine einzige Frage: Was kann ich statt dieses KI-Tools verwenden? Übliche Reihenfolge: list_alternatives mit dem Slug des bekannten Produkts ("chatgpt", "notion-ai", "figma") -> get_tool für alle Details einer Kandidatin. Nimm stattdessen search_tools, wenn ein Stichwort oder eine Kategorie genannt wird und kein Produkt. Slugs: list_alternatives erwartet als target den Slug des bekannten Produkts. Jedes Ergebnis wird über den Slug seines eigenen Eintrags angesprochen, entnommen aus einer toolUrl ("/tools/<slug>" -> "<slug>"); erfinde keinen. Umgang mit Daten: Umsätze sind entweder als verifiziert (über Stripe angebunden) oder als selbst angegeben gekennzeichnet; beides ist nicht austauschbar. Ein Eintrag geht erst nach der Badge-Prüfung live. Bezahlte Platzierungen sind immer gekennzeichnet und ändern nie das rel-Attribut eines Links. Bewertungen oder Sterne gibt es hier nicht, nenne also keine. submit_tool legt einen ENTWURF an, den ein Mensch per E-Mail bestätigen muss, bevor er veröffentlicht wird. create_checkout gibt eine URL zurück, die ein MENSCH öffnen muss — führe niemals selbst eine Zahlung aus.
Known tools 6
search_toolsSearch the KI Alternativen catalog of live, published AI tools by a free-text query.
Inferred read-onlyget_toolFetch the full public detail for one AI tool by its listing slug (as returned by search_tools' toolUrl, e.
Inferred read-onlylist_alternativesList live, same-category alternatives to a well-known AI tool (e.
Inferred read-onlylist_offersList the optional paid add-ons a maker can buy to promote their listing (name, one-sentence effect, price in USD).
Inferred read-onlycreate_checkoutCreate a Stripe checkout URL for one paid add-on on one listing, and return it for a HUMAN to open.
Potential side effectsCONNECT 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.kialternativen]
url = "https://ki-alternativen.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kialternativen": {
"type": "http",
"url": "https://ki-alternativen.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kialternativen
Remote MCP URL: https://ki-alternativen.com/api/mcp/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": {
"kialternativen": {
"url": "https://ki-alternativen.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kialternativen": {
"type": "http",
"url": "https://ki-alternativen.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kialternativen",
"transport": "streamable-http",
"url": "https://ki-alternativen.com/api/mcp/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 ki-alternativen.com was fetched 2026-08-24T02:46:29.964Z.
ki-alternativen.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.