API Tools
machineinbox.com
This MCP server provides APIs to create and manage paid inboxes, fetch messages, and retrieve message details with attachments.
ENDPOINT 1
https://machineinbox.com/mcp
MCP server metadata
- Name
- machine-inbox
- Version
- 0.1.0
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_infoRead the Machine Inbox service instructions: pricing, payment rails, endpoints, and limits.
Potential side effectsget_messageFetch one message with parsed text, HTML, and attachment download URLs.
Potential side effectsget_verification_codeExtract the newest one-time verification code or confirmation link from inbound mail.
Inferred read-onlyreply_to_messageSend an included plain-text reply to the authenticated sender of an inbound message.
Potential side effectsset_webhookRegister 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 effectsget_webhookRead the inbox webhook state: URL, delivery counters, and whether it is disabled.
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.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.
machineinbox.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.