← Registry

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.

1 endpoint5 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://transportpigeon.com/mcp

No auth detected

MCP server metadata

Name
transport-pigeon
Version
1.0.0
Capabilities
tools

Known tools 5

create_room

Create a new ephemeral, end-to-end encrypted Transport Pigeon room.

Potential side effects
join_room

Check whether a Transport Pigeon room exists and read its current activity (message count, participant count, last activity).

Potential side effects
send_message

Send an end-to-end encrypted text message into a Transport Pigeon room.

Potential side effects
send_image

Send an end-to-end encrypted image into a Transport Pigeon room.

Potential side effects
read_messages

Join 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-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.