Cosmos Validator Statistics
x402/cosmos-validator-statisticsGet current validator statistics for any Cosmos chain. Returns validator operator address, moniker, bonded tokens, delegator shares, commission rate plus max rate and max change rate, jailed status, bonding status, min self delegation, and slashing window parameters. Critical for AI staking agents picking validators and portfolio tools. [x402: $0.05/call on base, category=finance]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"cosmos_validator_statistics": {
"url": "https://proxy.suverse.io/v1/data/cosmos-validator-stats",
"transport": "http"
}
}
}