Productivity
postbridge.ai
Provides an API to send, track, and obtain proof for physical letters via supported postal services.
ENDPOINT 1
https://api.postbridge.ai/mcp/openai
MCP server metadata
- Name
- PostBridge
- Version
- 0.4.0
Known tools 7
send_letterPrint and send one real physical letter using the authenticated workspace wallet.
Potential side effectstrack_letterReturn the current delivery status, tracking data, and recipient summary for one workspace letter.
Inferred read-onlyget_proofList available sending or delivery proof metadata and authenticated download links for one workspace letter, together with its sender and recipient postal addresses, price, and tracking details.
Inferred read-onlylist_lettersList up to 50 of the most recent letters in the authenticated workspace, optionally filtered by status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.postbridge]
url = "https://api.postbridge.ai/mcp/openai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"postbridge": {
"type": "http",
"url": "https://api.postbridge.ai/mcp/openai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: postbridge
Remote MCP URL: https://api.postbridge.ai/mcp/openai
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"postbridge": {
"url": "https://api.postbridge.ai/mcp/openai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"postbridge": {
"type": "http",
"url": "https://api.postbridge.ai/mcp/openai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "postbridge",
"transport": "streamable-http",
"url": "https://api.postbridge.ai/mcp/openai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.