← mailbox.bot

INDIVIDUAL MCP TOOL

list_facility_conversations

List your active facility conversations with unread message counts and last message preview.

mailbox.botnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent endpoint

mailbox.bot

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.mailbox-bot]
url = "https://mailbox.bot/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mailbox-bot": {
      "type": "http",
      "url": "https://mailbox.bot/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mailbox-bot
Remote MCP URL: https://mailbox.bot/api/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": {
    "mailbox-bot": {
      "url": "https://mailbox.bot/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mailbox-bot": {
      "type": "http",
      "url": "https://mailbox.bot/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mailbox-bot",
  "transport": "streamable-http",
  "url": "https://mailbox.bot/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_mailbox — Get your agent's real mailing address beta endpoint when the account has explicit beta access: street address + mailbox number for approved accounts.
  • list_packages — List inbound mail or packages for approved real mailing address/package beta accounts with optional filters by status, carrier, and date.
  • get_package — Get full package details including photos, tracking events, shipping label data (carrier, addresses, weight), forwarding status, storage location, and action history.
  • get_package_photos — Get photos for a package with OCR-extracted text and confidence scores.
  • request_action — Request a physical action on a package at the facility.
  • request_scan — Request document scanning (OCR + structured data extraction) for a package.
  • get_scan_results — Get document scan results including raw OCR text, structured data fields (addresses, dates, amounts), and confidence scores.
  • add_tag — Add a tag/label to a package for categorization and filtering.