The agentic layer of letters. Agents send real printed mail worldwide, German compliance built in.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Hosted, remote MCP server. Nothing to install, nothing to self-host. Point your agent at https://mcp.frankki.app (remote, streamable-http, OAuth 2.1 or API key). This repository is the public manifest, documentation and changelog for that server; the server itself is closed-source and runs on our own infrastructure, which is why there is no src/ directory here.
Physical mail for AI agents. With one tool call, FrankKi MCP lets an agent send a real, printed letter to a physical address anywhere in the world. Compose, price, send, and track. The document is printed, franked, and delivered by postal partners worldwide.
This is the official Model Context Protocol (MCP) server for FrankKi. It is built for B2B and developer use: give your agents, backends, and automated workflows the ability to put real letters in the mail, at scale, worldwide.
Website: frankki.app Β· MCP for humans and agents: frankki.app/mcp (English: frankki.app/en/mcp)
FrankKi MCP is the agent-native interface to FrankKi's physical mail infrastructure. FrankKi composes, prints, and physically mails letters. This server exposes that capability to software: your model drafts a letter and sends it, and a real document arrives at the recipient's address.
Delivery is worldwide, handled by our postal partners in each destination country. It is primarily a B2B and developer product: if you are building an assistant, an ops automation, or a backend that needs to produce and dispatch physical correspondence, this is your physical-output layer.
Some things still have to arrive on paper: formal and legal notices, transactional and compliance mail, contract confirmations, dunning and reminders, customer onboarding, official correspondence. These workflows usually dead-end at "now a human prints this and walks to a postbox." FrankKi MCP removes that step. The same agent that drafts the letter can send it, worldwide, and track delivery.
Typical uses:
The server exposes a focused, scoped tool set. The core send flow:
| Tool | What it does | Side effect |
|---|---|---|
address_validate | Validate a recipient address against destination-country postal rules | read only |
address_search_company | Look up a company's postal address by name | read only |
template_list | Browse reusable letter templates | read only |
letter_create_draft | Draft a professionally formatted letter from plain text plus a recipient, returns a preview | creates a draft, no send |
shipping_quote | Get the exact price for a send to a given destination before committing | read only |
wallet_balance | Read the prepaid wallet balance | read only |
order_send | Send one physical letter, charges the wallet; supports a maxCostEuros guard | spends money, mails paper |
order_send_batch | Bulk send: one call, many recipients with merge fields | spends money, mails paper |
approval_submit | Route a letter into the four-eyes approval queue instead of sending directly | queues, no send |
order_status | Track a letter through printed, posted, and delivered | read only |
wallet_topup_link | Create a secure Stripe top-up link | creates a payment link |
Beyond the core flow there are tools for attachments, letterheads and signatures, sender profiles, send presets, scheduled sends, order cancellation, posting receipts (Einlieferungsbeleg), client (Mandanten) lookups, and GoBD/DATEV archive exports. The full list with scopes and side effects: docs/tools.md. The authoritative, versioned list is always what the server returns from the MCP tools/list method.
Composition is text-first: you provide the letter content and the recipient, and FrankKi produces the correctly laid-out document (DIN 5008 by default). Attachments are supported. Sending a pre-rendered arbitrary PDF is intentionally not part of the platform.
You do not clone or self-host anything. The FrankKi MCP server is hosted. You point your MCP client at it and authenticate.
1. Get access. Create a partner account and issue a key from the dashboard at frankki.app/mcp. Fund your wallet, or use the sandbox first (no real mail).
2a. Claude Desktop and clients with native remote support. Add a custom connector pointing at the endpoint. OAuth runs in your browser on first use:
2b. Clients that only speak stdio (older Claude Desktop, some Cursor setups). Bridge with mcp-remote:
2c. Headless with an API key (no interactive browser). Pass the key as a bearer header:
2d. Claude Code. One command:
Restart the client, and your model can now send letters. Ask it something like: "Send this payment reminder to the address on file, but show me the price first."
Step-by-step guides for Cursor, VS Code, Windsurf, Zed, the OpenAI Agents SDK, and LangChain: docs/clients.md.
The server is standard streamable HTTP MCP. Discovery, endpoint, and auth in one place:
https://mcp.frankki.appapp.frankki/letters (published in the Official MCP Registry, version 1.0.0)https://mcp.frankki.app/.well-known/oauth-authorization-server (OAuth 2.1, dynamic client registration) or a static bearer API keyhttps://frankki.app/llms.txtTwo modes, pick per client:
FrankKi runs on a prepaid wallet. You top it up (via Stripe), and each send draws from the balance. No surprise post-paid invoices, and an out-of-credit agent simply cannot spend.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/frankki)<a href="https://allmcps.com/mcp/frankki"><img src="https://allmcps.com/api/badge/frankki?style=directory" alt="FrankKi on AllMCPs" /></a>