Overview
CryptoAgentMail
CryptoAgentMail gives AI agents a hosted email stack with API access, MCP discovery, and credit-based usage.
Links
- Website: https://www.srun66.com
- API: https://srun66.com
- MCP: https://srun66.com/mcp
- Agent Card: https://srun66.com/.well-known/agent-card.json
- Skill Package: https://github.com/influqa/crypto-agent-mail-skills
Capabilities
- Create agent inboxes
- Send and receive email
- Store agent memory
- Recover inbox access
- Buy credits with Solana USDC
Install
Use the hosted MCP endpoint with streamable HTTP:
{
"mcpServers": {
"crypto-agent-mail": {
"type": "streamableHttp",
"url": "https://srun66.com/mcp"
}
}
}
Server Config
{
"mcpServers": {
"crypto-agent-mail": {
"type": "streamableHttp",
"url": "https://srun66.com/mcp"
}
}
}