Skip to content
Back to CryptoAgentMail

Card snapshot

srun66.com · 2026-08-20 00:57:47 UTC · e8670adc946f2777d97dd8514b735c1c05988b43c2a04e1b53495f8b52d66674

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "CryptoAgentMail",
  "description": "Secure credit-based email infrastructure for AI agents. Start with 2 free credits, then scale with Solana USDC payments, API key auth, persistent memory, and inbox recovery.",
  "url": "https://srun66.com/mcp",
  "provider": {
    "organization": "CryptoAgentMail",
    "url": "https://srun66.com"
  },
  "repository": "https://github.com/influqa/crypto-agent-mail-skills",
  "documentation": "https://github.com/influqa/crypto-agent-mail-skills/blob/main/SKILL.md",
  "skills": {
    "repo": "https://github.com/influqa/crypto-agent-mail-skills",
    "readme": "https://github.com/influqa/crypto-agent-mail-skills/blob/main/README.md",
    "guide": "https://github.com/influqa/crypto-agent-mail-skills/blob/main/SKILL.md",
    "manifest": "https://raw.githubusercontent.com/influqa/crypto-agent-mail-skills/main/plugin.json"
  },
  "capabilities": [
    "email_create",
    "email_send",
    "email_receive",
    "agent_memory",
    "inbox_recovery"
  ],
  "authentication": {
    "type": "api_key",
    "header": "X-API-Key"
  },
  "pricing": {
    "model": "credits",
    "currency": "USDC",
    "network": "solana",
    "rates": {
      "createInbox": "1 credit",
      "sendEmail": "0.0012 credits",
      "agentMemory": "0.05 credits/day"
    },
    "packages": {
      "starter": {
        "credits": 5,
        "price": "5 USDC"
      },
      "pro": {
        "credits": 25,
        "price": "25 USDC"
      },
      "enterprise": {
        "credits": 100,
        "price": "100 USDC"
      }
    }
  },
  "trial": {
    "signupCredits": 2
  },
  "payment": {
    "network": "solana",
    "token": "USDC",
    "mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "merchantWallet": "55ShDWNLCZUQohJbE5dfWZPoTvusYD4FJpCMPNwCE2kW",
    "decimals": 6,
    "verification": "on-chain via Solana RPC"
  },
  "protocol": "mcp",
  "version": "0.4.0"
}