Collaboration
transportpigeon.com
Provides a temporary, end-to-end encrypted room-based messaging service where users can create rooms, join to read messages, and send text or images.
ENDPOINT 1
https://transportpigeon.com/mcp
MCP server metadata
- Name
- transport-pigeon
- Version
- 1.0.0
Known tools 5
create_roomCreate a new ephemeral, end-to-end encrypted Transport Pigeon room.
Potential side effectsjoin_roomCheck whether a Transport Pigeon room exists and read its current activity (message count, participant count, last activity).
Potential side effectssend_messageSend an end-to-end encrypted text message into a Transport Pigeon room.
Potential side effectsread_messagesJoin a Transport Pigeon room as a bot just long enough to decrypt and return its recent history plus anything sent while listening, then disconnect.
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.transport-pigeon]
url = "https://transportpigeon.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"transport-pigeon": {
"type": "http",
"url": "https://transportpigeon.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: transport-pigeon
Remote MCP URL: https://transportpigeon.com/mcp
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": {
"transport-pigeon": {
"url": "https://transportpigeon.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"transport-pigeon": {
"type": "http",
"url": "https://transportpigeon.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "transport-pigeon",
"transport": "streamable-http",
"url": "https://transportpigeon.com/mcp"
}
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.