useblip/email by blipemail
28 score
MCP server for disposable email — create inboxes, receive emails, and extract OTP codes. Let your AI agent sign up for services, wait for verification emails, and extract codes autonomously.
Ranked #1149 out of 1884 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 0%
Stars 1
Platform Breadth 1 platform
Contributors 1
Description Detailed
How to Improve
Issue Health high impact
Contributors medium impact
Stars low impact
Supported Platforms
From the README
# blip Instant disposable email inboxes. API, CLI, MCP server, and web app. **[useblip.email](https://useblip.email)** | **[Docs](https://useblip.email/docs)** | **[API Reference](https://useblip.email/docs/api)** ## Features - Disposable email addresses with random or custom slugs - Real-time email delivery via SSE - OTP and verification link extraction - Webhooks with HMAC-SHA256 signatures and delivery logs - CLI for terminal workflows - MCP server for AI agents - Multi-domain support ## Architecture ``` blip/ server/core/ Kotlin/Ktor API server (AGPL-3.0) cli/ Kotlin/Clikt CLI mcp-server/ TypeScript MCP server (npm: @useblip/email) shared-models/ Shared Kotlin data models ``` ## Quickstart ### Managed (useblip.email) No setup required. Create inboxes at [app.useblip.email](https://app.useblip.email) or via the API: ```bash # Get a session token curl -X POST https://api.useblip.email/v1/sessions # Create an inbox curl -X POST https://apiRead full README on GitHub →