{"name":"com.machineinbox/machine-inbox","slug":"machineinbox-machine-inbox","title":null,"description":"Task-scoped email inboxes for AI agents: read mail, extract verification codes, and reply.","url":"https://mcp.market/server/machineinbox-machine-inbox","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"email","tags":["email","scraping","productivity"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:25:57.624Z","last_ok_at":"2026-09-24T06:25:57.624Z","latency_ms":272},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://machineinbox.com","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://machineinbox.com/mcp"}],"packages":[],"tools":[{"name":"create_inbox","description":"Request a new paid inbox. Buying requires an out-of-band payment (Stripe MPP or x402 USDC on Base); this tool returns the live HTTP 402 payment challenge plus exact instructions to complete the purchase. Standard inbox: $2.00.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"idempotency_key":{"type":"string","minLength":16,"maxLength":200,"description":"High-entropy key to bind the eventual paid retry to this request."}},"additionalProperties":false}},{"name":"delete_inbox","description":"Delete an inbox: revokes the token and erases stored mail.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."}},"required":["inbox_id"],"additionalProperties":false}},{"name":"delete_webhook","description":"Remove the inbox webhook.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."}},"required":["inbox_id"],"additionalProperties":false}},{"name":"get_inbox","description":"Read an inbox: address, status, expiry, limits, and usage.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."}},"required":["inbox_id"],"additionalProperties":false}},{"name":"get_message","description":"Fetch one message with parsed text, HTML, and attachment download URLs.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."},"message_id":{"type":"string"}},"required":["inbox_id","message_id"],"additionalProperties":false}},{"name":"get_service_info","description":"Read the Machine Inbox service instructions: pricing, payment rails, endpoints, and limits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_verification_code","description":"Extract the newest one-time verification code or confirmation link from inbound mail. Ideal for signup and login flows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."},"sender":{"type":"string","description":"Only consider senders whose address contains this substring."}},"required":["inbox_id"],"additionalProperties":false}},{"name":"get_webhook","description":"Read the inbox webhook state: URL, delivery counters, and whether it is disabled. The secret is only returned by set_webhook.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."}},"required":["inbox_id"],"additionalProperties":false}},{"name":"list_messages","description":"List messages in an inbox, newest first. Pass after=<newest createdAt seen> to poll for only new mail.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."},"limit":{"type":"integer","minimum":1,"maximum":100},"after":{"type":"string","description":"ISO date-time; only messages created after this instant."},"before":{"type":"string","description":"ISO date-time cursor for older mail."}},"required":["inbox_id"],"additionalProperties":false}},{"name":"reply_to_message","description":"Send an included plain-text reply to the authenticated sender of an inbound message.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."},"message_id":{"type":"string"},"text":{"type":"string","minLength":1,"maxLength":20000},"idempotency_key":{"type":"string","minLength":16,"maxLength":200,"description":"New unique key for this reply; reuse only to retry the identical reply."}},"required":["inbox_id","message_id","text","idempotency_key"],"additionalProperties":false}},{"name":"set_webhook","description":"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). Returns the signing secret.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"Mailbox bearer token (mi_live_...) returned when the inbox was purchased. Optional when the MCP request itself carries Authorization: Bearer."},"inbox_id":{"type":"string","description":"Inbox UUID."},"url":{"type":"string","description":"Public https URL that receives the signed POST."}},"required":["inbox_id","url"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-22T21:30:16.027Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T21:30:15.998Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1044ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 4 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://machineinbox.com/mcp","reachable":true,"authRequired":false,"latencyMs":1044,"serverInfo":{"name":"machine-inbox","version":"0.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://machineinbox.com/icon.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}