🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentsbase-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentsbase-mcp

MCP server for agentsbase email API

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
26
8.33%
Maintainers
1
Weekly downloads
 
Created
Source

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-mcp

Or install globally:

npm install -g agentsbase-mcp

Claude Code Integration

claude mcp add agentsbase-mcp -e AGENTSBASE_API_KEY=ak_xxx -- npx agentsbase-mcp

Environment Variables

VariableRequiredDefaultDescription
AGENTSBASE_API_KEYYes-Your agentsbase API key
AGENTSBASE_URLNohttps://agentsbase.netAPI base URL

Available Tools

ToolDescription
list_mailboxesList all mailboxes with plan and usage info
create_mailboxCreate a new mailbox, optionally on a specific domain
send_emailSend an email with text/HTML body and attachments
check_inboxCheck a mailbox inbox with optional filters
get_emailGet full email content by ID
wait_for_codeWait 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 agent@example.com to user@example.com with subject 'Hello'"
  • "Check the inbox for agent@example.com"
  • "Wait for a verification code on agent@example.com"

License

MIT

Keywords

mcp

FAQs

Package last updated on 04 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts