Back to the catalog

PieterPost MCP

Let AI agents prepare, review, pay for, and send real letters and postcards.

Open source Repository Open in the app JSON README (API)

About

Let AI agents prepare, review, pay for, and send real letters and postcards.

Details

Kind
MCP servers
Topic
No topic detected
Publisher
neddes
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Last push
2026-07-21T19:53:03Z
Repository state
ativo
Added
2026-08-29 04:00:53
Updated
2026-08-29 04:00:53
Origin id
io.github.neddes/pieterpost-mcp

README

# PieterPost MCP

[PieterPost MCP](https://pieterpost.com/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/](https://pieterpost.com/mcp/)
- Human docs: [PieterPost MCP documentation](https://pieterpost.com/api/docs/mcp)
- Markdown docs: [PieterPost MCP documentation in Markdown](https://pieterpost.com/api/docs/mcp.md)
- 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:

```text
https://pieterpost.com/mcp/
```

Example MCP client snippet:

```json
{
  "type": "mcp",
  "name": "PieterPost",
  "server_url": "https://pieterpost.com/mcp/"
}
```

## Docs

- [Setup](docs/setup.md)
- [OAuth and permissions](docs/oauth.md)
- [Tools](docs/tools.md)
- [Safe sending flow](docs/safe-sending.md)

## Contact

For questions, contact `pieter@pieterpost.com`.

More