streamable-httpupdated 2mo ago
PieterPost MCP is a hosted Model Context Protocol (MCP) server for preparing, pricing, reviewing, paying for, and sending real physical letters and postcards from ChatGPT, Claude, and other compatible AI assistants.
¿Qué puedes hacer con PieterPost MCP?
PieterPost MCP
PieterPost MCP is a hosted Model Context Protocol (MCP) server for preparing, pricing, reviewing, paying for, and sending real physical letters and postcards from ChatGPT, Claude, and other compatible AI assistants.
This public repository contains the integration documentation and registry metadata for the hosted PieterPost MCP server.
Server
- MCP server URL: pieterpost.com/mcp/
- Human docs: PieterPost MCP documentation
- Markdown docs: PieterPost MCP documentation in Markdown
- OAuth issuer:
https://pieterpost.com/mcp/oauth
What It Does
PieterPost gives MCP clients a safe postal outbox. Agents can draft letters and postcards, quote prices, create review links, create hosted payment links, upload assets, use Mailbook contacts, and check order status.
For normal use, agents should create a PieterPost review or payment link. PieterPost sends the mail only after the user reviews and pays.
Client Configuration
Use this server URL in MCP clients that support remote Streamable HTTP servers:
https://pieterpost.com/mcp/
Example MCP client snippet:
{
"type": "mcp",
"name": "PieterPost",
"server_url": "https://pieterpost.com/mcp/"
}
Docs
Contact
For questions, contact pieter@pieterpost.com.
Instalación
Añade PieterPost MCP a tu cliente. Elige el que uses.
claude mcp add --transport http pieterpost-mcp https://pieterpost.com/mcp/codex mcp add pieterpost-mcp --url https://pieterpost.com/mcp/{
"mcpServers": {
"pieterpost-mcp": {
"url": "https://pieterpost.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pieterpost-mcp": {
"type": "http",
"url": "https://pieterpost.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pieterpost-mcp": {
"url": "https://pieterpost.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pieterpost-mcp": {
"serverUrl": "https://pieterpost.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento16/25
- Confianza6/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 73 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 19 jun 2026 |