pingen-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pingen-mcpSend a registered letter from /documents/letter.pdf as a draft."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pingen-mcp
MCP server for Pingen v2 — send physical letters (A-Post / B-Post / registered / Einschreiben) from a PDF and track their status, straight from any MCP client. Uses the official Pingen REST API (no browser automation), data hosted in Switzerland.
Auth
OAuth2 client_credentials. Create an OAuth client in the Pingen dashboard
(Settings → API), then provide the credentials via env vars or, on macOS,
the login keychain:
security add-generic-password -a pingen -s pingen-mcp-client-id -w "<CLIENT_ID>" -U
security add-generic-password -a pingen -s pingen-mcp-client-secret -w "<CLIENT_SECRET>" -U
# optional (auto-detected from /organisations otherwise):
security add-generic-password -a pingen -s pingen-mcp-org-uuid -w "<ORG_UUID>" -UEnv-var alternative: PINGEN_CLIENT_ID, PINGEN_CLIENT_SECRET,
PINGEN_ORG_UUID, PINGEN_API_BASE (default https://api.pingen.com).
Never commit credentials.
Related MCP server: SendLayer MCP Server
Tools
Tool | Purpose |
| verify credentials, show the active organisation |
| list letters with status + tracking |
| upload a PDF and create a letter — DRAFT by default ( |
| send an existing draft with a delivery product (physically mails it) |
| status/tracking of one letter |
| cancel a not-yet-sent letter |
Safety
pingen_send_letter creates a draft unless you pass auto_send: true.
Nothing is physically mailed until you call pingen_submit_letter (or send
with auto_send: true). Review the draft in the Pingen dashboard first.
Delivery products (Switzerland)
Pass delivery_product as e.g. cheap (B-Post), fast (A-Post),
registered (Einschreiben), premium. Exact availability depends on your
organisation/plan — check the Pingen dashboard.
Install
git clone git@github.com:sapn95/pingen-mcp.git
cd pingen-mcp && npm install
claude mcp add --scope user pingen -- node /path/to/pingen-mcp/index.jsExample
pingen_send_letter { "file_path": "/…/Einsprache_2024.pdf", "delivery_product": "registered", "address_position": "left" }
→ creates a draft; review in dashboard, then
pingen_submit_letter { "letter_id": "…", "delivery_product": "registered" }This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sapn95/pingen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server