Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLIP_API_KEY | Yes | Your Blip API key. Create one at https://useblip.email/app |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_inbox | Create a new disposable email inbox. Returns the inbox ID and email address. |
| list_inboxes | List all active inboxes for the current API key. |
| get_inbox | Get inbox details and list of received emails. |
| read_email | Read the full content of a specific email including body, headers, and attachments. |
| extract_codes | Extract OTP codes and verification links from the most recent email in an inbox. Use this after creating an inbox and receiving a verification/signup email. |
| wait_for_email | Poll an inbox until an email arrives. Returns the email once received. Times out after the specified duration. |
| delete_inbox | Delete an inbox and all its emails. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |