Google PageRank for AI agents. 25,000+ tools indexed.

useblip/email by blipemail

#1149 of 1884 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

You have 1 open vs 0 closed issues — triaging stale issues improves health

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Badge

AgentRank score for useblip/email by blipemail
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-blipemail--blip)](https://agentrank-ai.com/skill/glama-blipemail--blip/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-blipemail--blip/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-blipemail--blip" alt="AgentRank"></a>

Supported Platforms

MCP

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://api
Read full README on GitHub →