API Tools
agentemaillist.com
Manage an email sending service account, including domains, DNS verification, and sending messages via its API.
ENDPOINT 1
https://ai.agentemaillist.com/mcp
MCP server metadata
- Name
- agent-email-list
- Version
- 0.1.0
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_accountCreate an account on this email service and get an API key back.
Potential side effectslist_domainsList the sending domains on this account, with their verification state and how much of today's sending allowance each has left.
Inferred read-onlyadd_domainRegister a domain to send from, and get the DNS records that must be published before it will work.
Potential side effectsverify_domainRe-read DNS now and mark the domain active if its SPF and DKIM records are visible.
Inferred read-onlyget_sending_limitsHow 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 effectsget_delivery_eventsWhat happened to messages on this domain: accepted, delivered, failed, and so on.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.