HomeCommunication › solmail-mcp

solmail-mcp

Send physical mail with Solana cryptocurrency - AI agents can send real letters worldwide

TypeScript Cloud
★ 1 stars Last pushed 2026-09-08 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "solmail-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SOLANA_PRIVATE_KEY": "<YOUR_VALUE>",
        "SOLANA_NETWORK": "<YOUR_VALUE>",
        "SOLMAIL_API_URL": "<YOUR_VALUE>",
        "MERCHANT_WALLET": "<YOUR_VALUE>"
      }
    }
  }
}
  • SOLANA_PRIVATE_KEY required secret — Your agent's Solana wallet private key (base58 or JSON array format)
  • SOLANA_NETWORK — Solana network: devnet for testing, mainnet-beta for production
  • SOLMAIL_API_URL — SolMail API endpoint
  • MERCHANT_WALLET — Merchant wallet address for payments

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry