← Registry

API Tools

agentemaillist.com

Manage an email sending service account, including domains, DNS verification, and sending messages via its API.

1 endpoint8 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://ai.agentemaillist.com/mcp

No auth detected

MCP server metadata

Name
agent-email-list
Version
0.1.0
Capabilities
tools
Server instructions

Email sending and receiving for agents. Free, and you can open an account yourself: call create_account first, which needs no credentials, then send the API key it returns as `Authorization: Bearer <key>` on every later call. The usual path is create_account, add_domain, publish the DNS records it gives you, verify_domain, then send_email. Use test_mode on the first send to check the request shape without spending the daily allowance.

Known tools 8

create_account

Create an account on this email service and get an API key back.

Potential side effects
list_domains

List the sending domains on this account, with their verification state and how much of today's sending allowance each has left.

Inferred read-only
add_domain

Register a domain to send from, and get the DNS records that must be published before it will work.

Potential side effects
verify_domain

Re-read DNS now and mark the domain active if its SPF and DKIM records are visible.

Inferred read-only
send_email

Send a message.

Potential side effects
get_sending_limits

How much this domain may send today and what graduates it to the next rung, plus this account's standing: how many domains it may hold and whether sending is paused.

Potential side effects
list_messages

Recent messages for a domain, sent and received.

Inferred read-only
get_delivery_events

What happened to messages on this domain: accepted, delivered, failed, and so on.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agent-email-list]
url = "https://ai.agentemaillist.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-email-list": {
      "type": "http",
      "url": "https://ai.agentemaillist.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-email-list
Remote MCP URL: https://ai.agentemaillist.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agent-email-list": {
      "url": "https://ai.agentemaillist.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-email-list": {
      "type": "http",
      "url": "https://ai.agentemaillist.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-email-list",
  "transport": "streamable-http",
  "url": "https://ai.agentemaillist.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.