← Registry

API Tools

machineinbox.com

This MCP server provides APIs to create and manage paid inboxes, fetch messages, and retrieve message details with attachments.

1 endpoint11 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://machineinbox.com/mcp

No auth detected

MCP server metadata

Name
machine-inbox
Version
0.1.0
Capabilities
tools
Server instructions

Machine Inbox sells task-scoped email inboxes. Buying requires an HTTP payment (Stripe MPP or x402); every read and reply tool works with the mi_live_ bearer token from the purchase.

Known tools 11

get_service_info

Read the Machine Inbox service instructions: pricing, payment rails, endpoints, and limits.

Potential side effects
create_inbox

Request a new paid inbox.

Inferred read-only
get_inbox

Read an inbox: address, status, expiry, limits, and usage.

Inferred read-only
list_messages

List messages in an inbox, newest first.

Inferred read-only
get_message

Fetch one message with parsed text, HTML, and attachment download URLs.

Potential side effects
get_verification_code

Extract the newest one-time verification code or confirmation link from inbound mail.

Inferred read-only
reply_to_message

Send an included plain-text reply to the authenticated sender of an inbound message.

Potential side effects
set_webhook

Register or replace the inbox webhook: an HMAC-signed POST fires on every inbound message with metadata, extracted verification codes, and injection risk (never the body).

Potential side effects
get_webhook

Read the inbox webhook state: URL, delivery counters, and whether it is disabled.

Inferred read-only
delete_webhook

Remove the inbox webhook.

Potential side effects
delete_inbox

Delete an inbox: revokes the token and erases stored mail.

Potential side effects

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.machine-inbox]
url = "https://machineinbox.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "machine-inbox": {
      "type": "http",
      "url": "https://machineinbox.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: machine-inbox
Remote MCP URL: https://machineinbox.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": {
    "machine-inbox": {
      "url": "https://machineinbox.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "machine-inbox": {
      "type": "http",
      "url": "https://machineinbox.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "machine-inbox",
  "transport": "streamable-http",
  "url": "https://machineinbox.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for machineinbox.com was fetched 2026-08-21T13:53:44.182Z.

Trust status Neutral

machineinbox.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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