Serversbot.mailbox/mailbox
M

bot.mailbox/mailbox

bot.mailbox/mailbox · v1.0.0
● Remote
v1.0.0remote🌐 https://mailbox.bot/api/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "bot.mailbox/mailbox",
  "description": "Physical mail API for AI agents. Send letters, certified mail, postcards from code via MCP.",
  "version": "1.0.0",
  "websiteUrl": "https://mailbox.bot/mcp-install",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mailbox.bot/api/mcp",
      "headers": [
        {
          "description": "Bearer token. Use an agent key (sk_agent_...) for autonomous agents, or a member key (sk_live_...) for personal use. Mint keys at https://mailbox.bot/mcp-install.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}