← frankki.app

INDIVIDUAL MCP TOOL

pricing_tiers

Liefert die Staffelpreise (Mengenrabatte) von FrankKi: ab welcher Monatsmenge welcher Beispielpreis pro Brief gilt.

frankki.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.frankki.app

No auth detected

Connect to this endpoint to inspect the live schema for pricing_tiers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

frankki.app

CONNECT 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.frankki-mcp]
url = "https://mcp.frankki.app"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "frankki-mcp": {
      "type": "http",
      "url": "https://mcp.frankki.app"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: frankki-mcp
Remote MCP URL: https://mcp.frankki.app

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": {
    "frankki-mcp": {
      "url": "https://mcp.frankki.app"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "frankki-mcp": {
      "type": "http",
      "url": "https://mcp.frankki.app"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "frankki-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.frankki.app"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • mcp_health — Health-/Echo-Probe - prüft das Partner-Token und die Verarbeitungskette von Anfang bis Ende und sagt dir unter setup, welche Voraussetzungen für einen echten Versand schon erfüllt sind (Absender-Profil, AVV, Guthaben, Sandbox, Freigabe) und was der nächste Schritt ist.
  • address_validate — Prüft eine Adresse anhand landesspezifischer Regeln und meldet harte Fehler als ADDRESS_INVALID.
  • shipping_quote — Ermittelt den Preis, das Briefformat, die Versandart und die voraussichtliche Laufzeit für einen geplanten Brief, bevor er versendet wird.