# PieterPost MCP [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/neddes/pieterpost-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/pieterpost-mcp

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "pieterpost-mcp": {
    "url": "https://pieterpost.com/mcp/"
  }
}
```

## Documentation & 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](https://github.com/neddes/pieterpost-mcp/blob/HEAD/docs/setup.md)
- [OAuth and permissions](https://github.com/neddes/pieterpost-mcp/blob/HEAD/docs/oauth.md)
- [Tools](https://github.com/neddes/pieterpost-mcp/blob/HEAD/docs/tools.md)
- [Safe sending flow](https://github.com/neddes/pieterpost-mcp/blob/HEAD/docs/safe-sending.md)

## Contact

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

