
Spin up disposable Blip inboxes from your agent to test sign-up, email verification, and OTP flows without polluting your real mailbox.
Overview
Blip Email MCP is an MCP server for the Ship phase that creates disposable inboxes, receives mail, and extracts OTP codes for testing.
What is this MCP server?
- Create disposable inboxes via Blip API through MCP
- Receive emails and extract OTP codes for agent-driven test scripts
- npm package @useblip/email (v0.1.3) with stdio MCP transport
- Requires BLIP_API_KEY secret in environment
- Lives in blipemail/blip repo subfolder mcp-server
- npm package @useblip/email version 0.1.3
- Required environment variable BLIP_API_KEY (secret)
- Repository subfolder mcp-server under blipemail/blip on GitHub
Community signal: 1 GitHub stars.
What problem does it solve?
Testing email verification forces builders to use personal inboxes or brittle manual copy-paste when agents cannot read OTPs programmatically.
Who is it for?
Indie SaaS and API builders shipping auth who want agent-driven E2E checks with disposable email.
Skip if: Production customer email, newsletters, or compliance-heavy enterprise mail without Blip’s disposable model.
What do I get? / Deliverables
Your agent can provision Blip inboxes and parse OTPs so sign-up and auth flows get repeatable automated tests.
- On-demand disposable Blip inboxes for test runs
- Received message content and parsed OTP codes inside agent workflows
- Repeatable auth-path tests without a personal email account
Recommended MCP Servers
Journey fit
How it compares
Disposable inbox + OTP MCP for QA, not a research or web-scraping integration.
Common Questions / FAQ
Who is Blip Email MCP for?
Solo developers testing signup, verification, and OTP flows who want their MCP agent to manage throwaway Blip inboxes.
When should I use Blip Email MCP?
Use it in Ship/testing while validating email gates, magic links, or two-factor codes before launch.
How do I add Blip Email MCP to my agent?
Configure stdio MCP for npm package @useblip/email and set the required secret BLIP_API_KEY in your environment.