Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

KI Tools Heute

REMOTE · KITOOLSHEUTE.COM · SCANNED AUG 20

Tägliche Rangliste neuer KI-Tools mit echten Startdaten und über Stripe geprüften Umsätzen.

Available components

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1190 tokens (~198/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · kitoolsheute.com

# add to Claude Code
claude mcp add --transport http com-kitoolsheute-kitoolsheute https://kitoolsheute.com/api/mcp/mcp
# ~/.codex/config.toml
[mcp_servers.com-kitoolsheute-kitoolsheute]
url = "https://kitoolsheute.com/api/mcp/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-kitoolsheute-kitoolsheute": {
      "type": "remote",
      "url": "https://kitoolsheute.com/api/mcp/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-kitoolsheute-kitoolsheute --url https://kitoolsheute.com/api/mcp/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-kitoolsheute-kitoolsheute:
    url: "https://kitoolsheute.com/api/mcp/mcp"
// mcp.json
{
  "mcpServers": {
    "com-kitoolsheute-kitoolsheute": {
      "type": "http",
      "url": "https://kitoolsheute.com/api/mcp/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Probed https://kitoolsheute.com/api/mcp/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.kitoolsheute.com CN=YR2,O=Let's Encrypt,C=US 25 Jul 2026 23 Oct 2026 RSA 2048 SHA256-RSA 52cdab0f1435393bbb183f7f910ae79bcf3
SANs: *.kitoolsheute.com, kitoolsheute.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of kitoolsheute.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
kitoolsheute.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), interest-cohort=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://kitoolsheute.com/api/mcp/mcp Verified 200
http (plaintext) http://kitoolsheute.com/api/mcp/mcp HTTPS enforced 308 https://kitoolsheute.com/api/mcp/mcp
MCP tools · 6 exposed · ~957 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_checkout ~147

Create a Stripe checkout URL for one paid add-on on one listing, and return it for a HUMAN to open. Never present this as a completed purchase: nothing is charged until a person completes checkout in a browser. Returns an error when the listing doesn't exist, the add-on isn't purchasable yet (free early access), or payments aren't configured in this environment.

NameTypeReqDescription
productstringyesAdd-on key: premium_launch, review_one, review_monthly. See list_offers for names, effects, and prices.
slugstringyesThe listing's slug (as in a toolUrl, e.g. '/tools/acme-writer' -> 'acme-writer').

No output schema declared.

No examples provided.

get_tool ~106

Fetch the full public detail for one AI tool by its listing slug (as returned by search_tools' toolUrl, e.g. '/tools/acme-writer' -> slug 'acme-writer'). Call this after search_tools to get a tool's full description, launch date, revenue signals (verified or self-reported), and for-sale status. Returns null if the slug doesn't resolve to a live KI Tools Heute listing.

NameTypeReqDescription
slugstringyesThe tool's listing slug.

No output schema declared.

No examples provided.

list_alternatives ~107

List live, same-category alternatives to a well-known AI tool (e.g. 'chatgpt', 'notion-ai', 'figma'). Call this when a user asks 'what are the alternatives to X' or wants competitors/substitutes for a named product. `target` is the well-known tool's slug, not a listing slug from this catalog.

NameTypeReqDescription
targetstringyesSlug of the well-known target tool, e.g. 'chatgpt'.

No output schema declared.

No examples provided.

list_offers ~90

List the optional paid add-ons a maker can buy to promote their listing (name, one-sentence effect, price in USD). Listing is always free; these only ADD reach and are always labeled 'Sponsored'. Call this to see what's purchasable before create_checkout. During free early access (early-bird), offers are not yet purchasable and this says so (purchasable=false).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_tools ~108

Search the KI Tools Heute catalog of live, published AI tools by a free-text query. Matches on tool name, tagline, or category name (case-insensitive substring). Call this first when a user asks to find, discover, or compare AI tools by keyword, use-case, or category (e.g. 'agents', 'writing assistants'). Returns up to 20 results.

NameTypeReqDescription
querystringyesFree-text search term, e.g. a tool name, use-case, or category.

No output schema declared.

No examples provided.

submit_tool ~399

Submit a new AI tool to KI Tools Heute on behalf of its maker. Creates a draft listing (not yet public) and returns a claimUrl the maker must visit to sign up and claim/publish it. Call this only when a user explicitly wants to list their own tool — never to submit a tool on someone else's behalf without their email. Rate-limited globally to 5 submissions per hour. Supply tagline, problemSolved, logoUrl and imageUrls whenever you can: they are what make the published listing look like a real product page rather than a stub.

NameTypeReqDescription
categorystringyesCategory slug, e.g. 'agents', 'writing', 'coding', 'design', 'marketing', 'productivity', 'video', 'analytics'.
descriptionstringyesA description of the tool (40-1000 chars).
emailstringyesThe maker's email — used to claim the listing on signup.
imageUrlsarrayUp to 5 https screenshot URLs, best first. Copied to our own storage. Without any, the listing shows a generated placeholder card instead of a real screenshot.
logoUrlstringhttps URL of the tool's logo. We copy it to our own storage — we never hotlink the maker's host.
namestringyesThe tool's name.
problemSolvedstringWhat problem the tool solves, in the maker's words (max 160 chars). Rendered as its own block on the listing page.
taglinestringOne line shown on every card (max 60 chars). Supply it — without one we fall back to a truncated description.
urlstringyesThe tool's https homepage URL.
xHandlestringX/Twitter handle, without the @.
xHandleIsFounderbooleanTrue when the handle is the founder's personal account rather than the product's.

No output schema declared.

No examples provided.