INDIVIDUAL MCP TOOL
get_service_info
Read the Machine Inbox service instructions: pricing, payment rails, endpoints, and limits.
LIVE ENDPOINT
https://machineinbox.com/mcp
Connect to this endpoint to inspect the live schema for get_service_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
create_inbox— Request a new paid inbox.get_inbox— Read an inbox: address, status, expiry, limits, and usage.list_messages— List messages in an inbox, newest first.get_message— Fetch one message with parsed text, HTML, and attachment download URLs.get_verification_code— Extract the newest one-time verification code or confirmation link from inbound mail.reply_to_message— Send an included plain-text reply to the authenticated sender of an inbound message.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).get_webhook— Read the inbox webhook state: URL, delivery counters, and whether it is disabled.