agentsbase-mcp
v1.0.1
Published
MCP server for agentsbase email API
Readme
agentsbase-mcp
MCP server for the agentsbase email API. Enables AI agents (Claude Code, Cursor, etc.) to send and receive email.
Installation
Run directly:
npx agentsbase-mcpOr install globally:
npm install -g agentsbase-mcpClaude Code Integration
claude mcp add agentsbase-mcp -e AGENTSBASE_API_KEY=ak_xxx -- npx agentsbase-mcpEnvironment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
| AGENTSBASE_API_KEY | Yes | - | Your agentsbase API key |
| AGENTSBASE_URL | No | https://agentsbase.net | API base URL |
Available Tools
| Tool | Description |
|---|---|
| list_mailboxes | List all mailboxes with plan and usage info |
| create_mailbox | Create a new mailbox, optionally on a specific domain |
| send_email | Send an email with text/HTML body and attachments |
| check_inbox | Check a mailbox inbox with optional filters |
| get_email | Get full email content by ID |
| wait_for_code | Wait for a verification code to arrive |
Example Usage
Once connected, you can ask your AI agent things like:
- "List my mailboxes"
- "Create a new mailbox"
- "Send an email from [email protected] to [email protected] with subject 'Hello'"
- "Check the inbox for [email protected]"
- "Wait for a verification code on [email protected]"
License
MIT
