eCash MCP Server

Access eCash blockchain data via Model Context Protocol

Server URL: https://teamsocket.net/mcp
Cursor Config (.cursor/mcp.json) { "mcpServers": { "mcp-ecash": { "url": "https://teamsocket.net/mcp" } } }
🎉 Soft Launch: Access is currently free while we test and gather feedback. We appreciate your patience as we refine the service!

Examples

Prompt: Get the current best block hash
Output: 00000000000f6a8665ae1fdc6e55bf07f094218b5ae2ea2dc5f5bd9d503845fb
Prompt: Get the coinbase string from block 00000000000f6a8665ae1fdc6e55bf07f094218b5ae2ea2dc5f5bd9d503845fb
Output: ckpool/mined by fabien/
Prompt: Get all active avalanche proofs
Output: { "valid": { "e1aaaf75cbb25d6cf42612112161f9ae7969a9d06b28b89b01a53930537b0bb6": { "proof": { "proof": "00000000000000004d1d8e6a...", "decoded_proof": { "proofid": "e1aaaf75cbb25d6cf42612112161f9ae7969a9d06b28b89b01a53930537b0bb6", "staked_amount": 1000000000.0, "score": 100000 } } } }, "conflicting": {}, "immature": {} }