mcpbeat Sign in

Proof Inbox MCP Server

by proofinbox Your server? Claim it
answering

Proof Inbox is answering right now. Last checked 11 min ago. It exposes 3 tools. Last commit 30 Aug 2026.

Prepaid email-verify credits for MCP agents via Stripe Link.

Uptime history 20 days of history
20 days agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
888 ms
Response time
average over 24h
0
Stars
last commit 30 Aug 2026

Nothing serious here today

Today is the operative word: we check Proof Inbox every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add verify --transport http https://mcp.proofinbox.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "verify": {
      "url": "https://mcp.proofinbox.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.verify]
url = "https://mcp.proofinbox.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "verify": {
      "url": "https://mcp.proofinbox.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "verify": {
      "url": "https://mcp.proofinbox.com/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

balance
balance
Read-only verify credit balance for a workspace. Call this before a batch. Does not burn credits.
receipts
receipts
List proof of spend and proof of checks for this workspace. Use this when the human asks what a charge paid for. Do not invent checkout session ids.
verify
verify_email
Verify one email. Cached repeats within 30 days are free. If credits are 0, returns payment_required with a checkout_url. Never invent results. unknown means the check did not finish.

Endpoints

URLTransportStateLatencyChecked
https://mcp.proofinbox.com/mcp streamable-http answering 841 ms 11 min ago

Alternatives to Proof Inbox

same job, measured the same way
Atomic Mail
by atomic-mail

Programmable email inbox for AI agents — JMAP, PoW auth, stdio MCP server.

129 installs/wk local only
EmptyInbox
by cnohall

Zero-config disposable email inboxes for AI agents: create, read mail, await verify codes.

459 installs/wk local only
Mailsink
by heocoi

Disposable inboxes for AI agents and CI: catch the verification email, read the OTP or link.

28 installs/wk local only
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
Marvenn MCP Server
by marvennai

Connect AI agents to Marvenn for outbound growth via email, voice, and LinkedIn.

28 installs/wk local only
Best Tempmail MCP
by mbilalawan926-sys

Disposable email inboxes for AI agents: create, wait for mail, extract verification codes

335 installs/wk local only
smails
by pexni

Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP.

56 installs/wk local only
DevInbox
by devinbox

Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.

answering

Proof Inbox — questions

Answers built from our own checks of this server.

What can Proof Inbox do?
It exposes 3 tools, read directly from the server on our last check. Among them: balance, receipts, verify_email. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Proof Inbox working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 888 ms. The bar chart above shows every period we have measured.
How do I connect Proof Inbox?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Proof Inbox need an API key?
No. Proof Inbox completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Proof Inbox?
It answers our handshake in 888 ms on average, which is faster than 11% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Proof Inbox open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.