streamable-httpMITupdated 10d ago
Public listing for Proof Inbox: prepaid email-verify credits for MCP agents (Grok Bot, Cursor, Claude, and any Streamable HTTP client).
What can you do with Proof Inbox?
Proof Inbox MCP
Public listing for Proof Inbox: prepaid email-verify credits for MCP agents (Grok Bot, Cursor, Claude, and any Streamable HTTP client).
- Install: https://proofinbox.com/connect
- Grok Bot form: https://proofinbox.com/grok-bot
- MCP: https://mcp.proofinbox.com/mcp
- Registry:
com.proofinbox/verify - Smithery: https://smithery.ai/servers/proofinbox/verify
- cursor.directory: https://cursor.directory/plugins/proof-inbox
- Checkout: https://proofinbox.com/buy/verify-500 — $9 / 500 credits
The product app stays in a private repo. This repo exists so directories that scrape GitHub can find the hosted MCP.
Any MCP client
Point a Streamable HTTP client at https://mcp.proofinbox.com/mcp.
URL: https://mcp.proofinbox.com/mcp
Headers: Authorization: Bearer <workspace_token>
Get the token from checkout. Reuse it. Never invent one.
Grok Bot
Settings → Plugins → add a custom MCP server (not the Marketplace catalog).
Name: Proof Inbox
URL: https://mcp.proofinbox.com/mcp
Headers: Authorization: Bearer <workspace_token>
Get the token from checkout. Reuse it. Never invent one.
Tools
balance— tank check. Costs 0.verify_email— fresh check costs 1. Cache (30 days), syntax, and vendorunknowncost 0.receipts— checkout session id. Do not invent it.
On payment_required, open the returned checkout_url.
Directories
- Smithery — live as
proofinbox/verify - cursor.directory — live as
proof-inbox
Install
Add Proof Inbox to your client. Pick the one you use.
claude mcp add --transport http proof-inbox https://mcp.proofinbox.com/mcpcodex mcp add proof-inbox --url https://mcp.proofinbox.com/mcp{
"mcpServers": {
"proof-inbox": {
"url": "https://mcp.proofinbox.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"proof-inbox": {
"type": "http",
"url": "https://mcp.proofinbox.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"proof-inbox": {
"url": "https://mcp.proofinbox.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"proof-inbox": {
"serverUrl": "https://mcp.proofinbox.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
1 tool
Proof Inbox exposes one tool to a connected agent.
- verify_email
- fresh check costs 1. Cache (30 days), syntax, and vendor `unknown` cost 0.
Score
65 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 1 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Aug 29, 2026 |
| 0.1.0 | Aug 29, 2026 |