π¦ ClawHub
EM-A2A
by @ypeng1620-beep
Agent-to-Agent payments on TRON. Use when an agent needs to pay another agent, escrow funds, check credit scores, or verify on-chain identity.
βοΈ Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"a2a": {
"command": "npx",
"args": ["-y", "@poisonpyf/a2a-mcp"],
"env": {
"A2A_NETWORK": "shasta",
"A2A_PRIVATE_KEY": "your-tron-private-key"
}
}
}
}
Network: Use shasta for testnet, mainnet for production.
TERMINAL
clawhub install em-a2a