webhook-inbox MCP server
Ephemeral HTTPS inbox for bots: mint URL, capture POSTs, list JSON. TEST. https://inbox.kymac.co
Little public usage data yet
Reviews
Write oneNobody has reviewed webhook-inbox yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
webhook-inbox tools (15)
write = sends, deletes, buys or postscapture_inboxFreePublic capture (POST /c/{id}). No API key. No debit. Not an install entry. Stores raw body + headers for list_inbox_events. Rejects revoked (410 inbox_revoked) or expired (410 inbox_expired) inboxes. Body limit 1MB.
checkout_creditsFreeStripe TEST PaymentIntent for a pack (POST /credits/checkout). Intent only — returns credits_pending; credits are not granted or spendable until confirm_credits succeeds. Requires a caller key.
confirm_creditsFreeConfirm a TEST PaymentIntent with Stripe test card pm_card_visa (POST /credits/confirm). This is when credits become granted/spendable (appends credit.purchase with credits_added). TEST only.
credit_balanceFreeDerived prepaid balance for this caller_id (GET /credits/balance).
credit_eventsFreeAppend-only Ledger events for this caller_id (GET /credits/events): credit.grant (first_key), credit.purchase, credit.debit reason=inbox_mint, optional credit.balance_snapshot.
healthFreePublic readiness (GET /health): billing (test|live|gated) and runner_ready. No key.
issue_keyFreeMint a caller key (POST /keys). Bot install starts at GET https://inbox.kymac.co/llms.txt (sole advertised entry). Secret whi_… is returned once. Prefer Authorization: Bearer; X-API-Key is an alias. First issue grants 1 free credit (credit.grant reason=first_key). Quote cost with quote_credits before mint_inbox.
list_credit_packsFreePrepaid TEST packs (GET /credits/packs). checkout_credits is intent only; credits grant after confirm_credits.
list_inbox_eventsFreeOwner list (GET /inbox/{id}/events). Returns captured POSTs as JSON (headers + body). Does not debit. Other callers see 404.
mint_inboxFreeMint a capture URL (POST /inbox). Install via GET https://inbox.kymac.co/llms.txt only. Prefer Authorization: Bearer; X-API-Key is an alias. First key includes 1 free credit. Quote first with quote_credits (no debit). Debits 1 credit on success (credit.debit reason=inbox_mint, request_id=inbox id). 201 body includes id, capture_url, expires_at, credits_remaining. HTTP fails use code/message/retryable/next (error aliases message). 401 next=refresh key. 402: code=insufficient_credits, retryable=false, next=buy credits.
quote_creditsFreeDry-run cost for an op without debit (GET /credits/quote?op=inbox). Returns cost, balance, and would_succeed.
revoke_inboxFreeStop further captures (DELETE /inbox/{id}). Does not refund the mint debit. Owner only.
revoke_keyFreeInvalidate the presented secret (POST /keys/revoke). Same id is revoked; old secret then fails 401 invalid_api_key. Prefer Authorization: Bearer; X-API-Key is an alias only. No ops file-edit.
rotate_keyFreeReplace the presented secret (POST /keys/rotate). Same id/caller_id and credits. New whi_… is returned once. Old secret then fails 401 invalid_api_key. Prefer Authorization: Bearer; X-API-Key is an alias only. No ops file-edit.
verify_keyFreeConfirm WEBHOOK_INBOX_API_KEY or Authorization: Bearer (GET /keys/verify). X-API-Key is an alias only. Does not echo the secret.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 608ms20/20
- Tool poisoning15 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http webhook-inbox https://inbox.kymac.co/mcp
webhook-inbox: common questions
- Is webhook-inbox MCP server safe?
- With care: it is graded C, so read the findings first (67/100). Read the webhook-inbox safety report
- How do I install webhook-inbox?
- It runs remotely at inbox.kymac.co. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does webhook-inbox need an API key?
- Yes. The registry entry asks for
Authorization,X-API-Key. - Is webhook-inbox maintained?
- The latest release is v0.4.1.
- Is webhook-inbox up?
- 100% of our last 1 checks got an answer. We check remote servers about four times a day.
- What can I use instead of webhook-inbox?
- Servers from other publishers that do the same job: Email Inbox API + Sending by Sendmux MCP server, Chatgenius MCP server and PostZen MCP server. Compare all webhook-inbox alternatives.
Alternatives to webhook-inbox
Same job from other publishers: the closest match first, then the best rated.
- Email Inbox API + Sending by SendmuxAI email inbox and sending tools with attachments, search, live events, and webhooks.not reviewedEstablishedA
ChatgeniusChatGenius tools: Instagram, Facebook, WhatsApp and SMS inbox, contacts, bookings, flows, posts.not reviewedNewB
PostZenSchedule and publish social posts, manage the inbox, and read analytics across 10 platformsnot reviewedNewB
GTD BrainGetting Things Done (GTD) board: capture to Inbox, next actions by context, projects, waiting-for.not reviewedNewB- Atomic MailProgrammable email inbox for AI agents — JMAP, PoW auth, stdio MCP server.not reviewedEstablishedA