# Kann KI das? Sponsoring (remote · kannkidas.de)

Find available sponsorship slots and create buyer-confirmed Stripe Checkouts on kannkidas.de.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `kannkidas.de`: 70/100 (this document), [markdown](https://verifymcp.io/servers/de-kannkidas-sponsorship/api-mcp.md), [page](https://verifymcp.io/servers/de-kannkidas-sponsorship/api-mcp)

## Channel facts

- Endpoint: `https://kannkidas.de/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-17.

- **Endpoint Security**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 404, which proves neither a plaintext path nor enforcement.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 131 tokens (~65/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http de-kannkidas-sponsorship https://kannkidas.de/api/mcp
```

### Codex

```toml
[mcp_servers.de-kannkidas-sponsorship]
url = "https://kannkidas.de/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "de-kannkidas-sponsorship": {
      "type": "remote",
      "url": "https://kannkidas.de/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add de-kannkidas-sponsorship --url https://kannkidas.de/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  de-kannkidas-sponsorship:
    url: "https://kannkidas.de/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "de-kannkidas-sponsorship": {
      "type": "http",
      "url": "https://kannkidas.de/api/mcp"
    }
  }
}
```

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-17 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-13 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-12 (score 67, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-11 (score 67)

First indexed and scored.

## MCP tools (2)

### `list_sponsor_slots` (~23 tokens)

List sponsor slots

List current availability. This tool never reserves or purchases a slot.

Output parameters:

- `slots` (array)

### `create_sponsor_checkout` (~108 tokens)

Create sponsor checkout

Create a Stripe hosted checkout only after explicit buyer confirmation of slot, EUR 990 net price and 30-day term.

Input parameters:

- `buyer_confirmed` (boolean, required): Must be true only after the buyer explicitly confirms the slot, EUR 990 net price and 30-day term.
- `idempotency_key` (string, required): Stable retry key for this exact buyer and slot request; reuse it for safe retries.
- `slot_id` (string, required): Confirmed sponsor slot identifier selected by the buyer.

Output parameters:

- `amount` (integer): Net amount in euro cents.
- `checkout_url` (string): Stripe-hosted checkout URL when payment is still open.
- `currency` (string): ISO 4217 settlement currency.
- `expires_at` (string): Time at which the checkout hold expires.
- `purchase_id` (string): Stable purchase identifier.
- `slot_id` (string): Reserved sponsor slot identifier.
- `status` (string): Current purchase lifecycle state.
- `status_url` (string): Status endpoint for this purchase.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/de-kannkidas-sponsorship/api-mcp#diagnostics

## Score history

- 2026-08-17: 70
- 2026-08-16: 69
- 2026-08-15: 69
- 2026-08-14: 68
- 2026-08-13: 68
- 2026-08-12: 67
- 2026-08-11: 67

## Links

- Remote endpoint: https://kannkidas.de/api/mcp
- Website: https://kannkidas.de/agents/
- Changelog RSS feed: https://verifymcp.io/servers/de-kannkidas-sponsorship/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/de-kannkidas-sponsorship/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/de-kannkidas-sponsorship/api-mcp
