
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@useblip/email
Advanced tools
MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes
MCP server for Blip disposable email. Create inboxes, receive emails, and extract OTP codes — all from your AI agent.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"blip": {
"command": "npx",
"args": ["-y", "@useblip/email"],
"env": {
"BLIP_API_KEY": "blip_ak_..."
}
}
}
}
claude mcp add blip -- npx -y @useblip/email
Set your API key:
export BLIP_API_KEY=blip_ak_...
Run the server directly:
BLIP_API_KEY=blip_ak_... npx @useblip/email
| Tool | Description |
|---|---|
create_inbox | Create a disposable email inbox with optional custom slug, domain, and TTL |
list_inboxes | List all active inboxes |
get_inbox | Get inbox details and list of received emails |
read_email | Read full email content (body, headers, attachments) |
extract_codes | Extract OTP codes and verification links from the latest email |
wait_for_email | Poll until an email arrives (configurable timeout, default 60s) |
delete_inbox | Delete an inbox and all its emails |
| Variable | Required | Default | Description |
|---|---|---|---|
BLIP_API_KEY | Yes | — | Your Blip API key |
BLIP_API_URL | No | https://api.useblip.email | API base URL (for self-hosted) |
AGPL-3.0
FAQs
MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes
The npm package @useblip/email receives a total of 42 weekly downloads. As such, @useblip/email popularity was classified as not popular.
We found that @useblip/email demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.