Machine Inbox
machineinbox.com
· Machine Inbox
Creates task-scoped email inboxes for software agents with no human in the loop: no signup, no API key, no OTP to a human. Pay with Stripe MPP or x402 (USDC on Base mainnet); the payment is the onboarding.
machineinbox.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 37/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
0x735de41a9b898149a0d8e1b85291d4ef03504b38 · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
| Agent card | https://machineinbox.com/.well-known/agent-card.json |
| Provider | https://machineinbox.com |
| Docs | https://machineinbox.com/llms.txt |
Skills · 5 declared · mapped to canonical taxonomy
Buy a seven-day inbox ($2.00), thirty-day pro inbox ($5.00), or one-hour verification inbox ($0.05 by x402 USDC, $0.50 by card) with Stripe MPP or x402; x402 pr…
Extend an active inbox by seven days for $1.00 over Stripe MPP or x402.
List and fetch mail sent to a private inbox, including a verification-code extraction endpoint and per-message prompt-injection risk.
Register an HMAC-signed webhook that fires on every inbound message with metadata, extracted verification codes, and injection risk.
Send an included reply in an existing inbound thread.
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/machineinbox.com) [](https://agenstry.com/agents/machineinbox.com) [](https://agenstry.com/agents/machineinbox.com) [](https://agenstry.com/agents/machineinbox.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Machine Inbox",
"description": "Creates task-scoped email inboxes for software agents with no human in the loop: no signup, no API key, no OTP to a human. Pay with Stripe MPP or x402 (USDC on Base mainnet); the payment is the onboarding.",
"url": "https://machineinbox.com",
"iconUrl": "https://machineinbox.com/icon.svg",
"documentationUrl": "https://machineinbox.com/llms.txt",
"provider": {
"organization": "Machine Inbox",
"url": "https://machineinbox.com"
},
"version": "0.1.0",
"protocolVersion": "0.3.0",
"preferredTransport": "HTTP+JSON",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"x-payments": {
"protocol": "mpp",
"method": "stripe",
"intent": "charge",
"currency": "usd",
"products": [
{
"id": "seven_day_inbox",
"price": "$2.00"
},
{
"id": "pro_inbox",
"price": "$5.00"
},
{
"id": "verification_inbox",
"price": "$0.50"
},
{
"id": "inbox_extension",
"price": "$1.00"
}
],
"alternates": [
{
"protocol": "x402",
"version": 2,
"scheme": "exact",
"network": "eip155:8453",
"asset": "USDC",
"products": [
"seven_day_inbox",
"pro_inbox",
"verification_inbox",
"inbox_extension"
],
"restriction": "pro_inbox and verification_inbox over x402 use their own paths: POST /api/v1/inboxes/pro ($5.00) and POST /api/v1/inboxes/verification ($0.05 - below the card price because x402 has no card-network minimum). Both paths also accept Stripe MPP at the card price."
}
]
},
"skills": [
{
"id": "create_inbox",
"name": "Create inbox",
"description": "Buy a seven-day inbox ($2.00), thirty-day pro inbox ($5.00), or one-hour verification inbox ($0.05 by x402 USDC, $0.50 by card) with Stripe MPP or x402; x402 pro and verification purchases use their own paths under /api/v1/inboxes.",
"tags": [
"email",
"inbox",
"mpp",
"x402"
]
},
{
"id": "extend_inbox",
"name": "Extend inbox",
"description": "Extend an active inbox by seven days for $1.00 over Stripe MPP or x402.",
"tags": [
"email",
"inbox",
"mpp",
"x402"
]
},
{
"id": "receive_email",
"name": "Receive email",
"description": "List and fetch mail sent to a private inbox, including a verification-code extraction endpoint and per-message prompt-injection risk.",
"tags": [
"email"
]
},
{
"id": "configure_webhook",
"name": "Configure webhook",
"description": "Register an HMAC-signed webhook that fires on every inbound message with metadata, extracted verification codes, and injection risk.",
"tags": [
"email",
"webhook"
]
},
{
"id": "reply_email",
"name": "Reply to email",
"description": "Send an included reply in an existing inbound thread.",
"tags": [
"email",
"reply"
]
}
]
}