← mailerastro.com
INDIVIDUAL MCP TOOL
mailerastro_check_balance
Check your USDC balance on MailerAstro.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.mailerastro-com]
url = "https://mcp.mailerastro.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mailerastro-com": {
"type": "http",
"url": "https://mcp.mailerastro.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mailerastro-com
Remote MCP URL: https://mcp.mailerastro.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": {
"mailerastro-com": {
"url": "https://mcp.mailerastro.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mailerastro-com": {
"type": "http",
"url": "https://mcp.mailerastro.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mailerastro-com",
"transport": "streamable-http",
"url": "https://mcp.mailerastro.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mailerastro_send_email— Send a single transactional email through MailerAstro.mailerastro_send_batch— Send up to 50 transactional emails in a single call.mailerastro_get_reputation— Query the reputation score and tier for any wallet address.mailerastro_get_send_history— View recent email send history for your wallet, including delivery status.mailerastro_get_started— Get setup instructions and introduction to MailerAstro — the email API for AI agents.