AI & Machine Learning
kitoolsheute.com
MCP server for searching, fetching, and submitting AI tools to the KI Tools Heute catalog.
ENDPOINT 1
https://kitoolsheute.com/api/mcp/mcp
MCP server metadata
- Name
- kitoolsheute
- Version
- 1.20.0
KI Tools Heute ist die tägliche Rangliste neu veröffentlichter KI-Tools. Übliche Reihenfolge: search_tools, um Kandidaten zu finden -> get_tool für alle Details eines Eintrags -> list_alternatives, wenn Alternativen zu einem genannten Produkt gesucht sind. Slugs: Jedes Tool wird über den Slug seines Eintrags angesprochen. Nimm ihn aus der toolUrl eines search_tools-Ergebnisses ("/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 Tools Heute 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.g.
Inferred read-onlylist_alternativesList live, same-category alternatives to a well-known AI tool (e.g.
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.kitoolsheute]
url = "https://kitoolsheute.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kitoolsheute": {
"type": "http",
"url": "https://kitoolsheute.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kitoolsheute
Remote MCP URL: https://kitoolsheute.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": {
"kitoolsheute": {
"url": "https://kitoolsheute.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kitoolsheute": {
"type": "http",
"url": "https://kitoolsheute.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kitoolsheute",
"transport": "streamable-http",
"url": "https://kitoolsheute.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://kitoolsheute.com/mcp
MCP server metadata
- Name
- kitoolsheute
- Version
- 1.20.0
KI Tools Heute ist die tägliche Rangliste neu veröffentlichter KI-Tools. Übliche Reihenfolge: search_tools, um Kandidaten zu finden -> get_tool für alle Details eines Eintrags -> list_alternatives, wenn Alternativen zu einem genannten Produkt gesucht sind. Slugs: Jedes Tool wird über den Slug seines Eintrags angesprochen. Nimm ihn aus der toolUrl eines search_tools-Ergebnisses ("/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 Tools Heute 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.g.
Inferred read-onlylist_alternativesList live, same-category alternatives to a well-known AI tool (e.g.
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.kitoolsheute]
url = "https://kitoolsheute.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kitoolsheute": {
"type": "http",
"url": "https://kitoolsheute.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kitoolsheute
Remote MCP URL: https://kitoolsheute.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": {
"kitoolsheute": {
"url": "https://kitoolsheute.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kitoolsheute": {
"type": "http",
"url": "https://kitoolsheute.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kitoolsheute",
"transport": "streamable-http",
"url": "https://kitoolsheute.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://kitoolsheute.com/api/mcp-docs/mcp
MCP server metadata
- Name
- kitoolsheute-docs
- Version
- 1.20.0
KI Tools Heute documentation MCP. Read-only. Typical order: search_docs with a heading or path fragment -> get_doc with a public path such as /docs, /auth.md, /llms/mcp, /pricing. This server does not search the catalog and does not submit listings. Use the product MCP at /api/mcp/mcp for those tools. Auth: none. Environment: production. Sandbox: false.
Known tools 2
get_docReturn the markdown twin for a public path such as /docs, /auth.md, /llms/mcp, /pricing.
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.kitoolsheute-docs]
url = "https://kitoolsheute.com/api/mcp-docs/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kitoolsheute-docs": {
"type": "http",
"url": "https://kitoolsheute.com/api/mcp-docs/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kitoolsheute-docs
Remote MCP URL: https://kitoolsheute.com/api/mcp-docs/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": {
"kitoolsheute-docs": {
"url": "https://kitoolsheute.com/api/mcp-docs/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kitoolsheute-docs": {
"type": "http",
"url": "https://kitoolsheute.com/api/mcp-docs/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kitoolsheute-docs",
"transport": "streamable-http",
"url": "https://kitoolsheute.com/api/mcp-docs/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.