General Tools
frankki.app
FrankKi is an MCP server and app that enables sending physical letters worldwide via AI or self-written content, covering tasks from cancellations to invoices.
ENDPOINT 1
https://mcp.frankki.app
MCP server metadata
- Name
- frankki-mcp
- Version
- 1.0.0
Known tools 4
mcp_healthHealth-/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.
Inferred read-onlyaddress_validatePrüft eine Adresse anhand landesspezifischer Regeln und meldet harte Fehler als ADDRESS_INVALID.
Inferred read-onlyshipping_quoteErmittelt den Preis, das Briefformat, die Versandart und die voraussichtliche Laufzeit für einen geplanten Brief, bevor er versendet wird.
Inferred read-onlypricing_tiersLiefert die Staffelpreise (Mengenrabatte) von FrankKi: ab welcher Monatsmenge welcher Beispielpreis pro Brief gilt.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for frankki.app was fetched 2026-08-23T22:01:28.566Z.
frankki.app 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.