INDIVIDUAL MCP TOOL
get_validator_badges
Returns the profile-level badge row for ONE validator: tenure (first-seen epoch, active-epoch count, landmark badge), client kind + version (from gossip ingestion), and Node Tier.
LIVE ENDPOINT
https://whoearns.live/mcp
Connect to this endpoint to inspect the live schema for get_validator_badges and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.whoearns]
url = "https://whoearns.live/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whoearns": {
"type": "http",
"url": "https://whoearns.live/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whoearns
Remote MCP URL: https://whoearns.live/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"whoearns": {
"url": "https://whoearns.live/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whoearns": {
"type": "http",
"url": "https://whoearns.live/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whoearns",
"transport": "streamable-http",
"url": "https://whoearns.live/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_current_epoch— Returns the running epoch number, slot range, and elapsed slot count.get_leaderboard— Returns top-N validators for a selected leaderboard window.get_validator— Returns per-epoch income history for ONE validator.get_validator_leader_slots— Returns one validator epoch of stored watched leader-slot facts.get_validator_tier— Returns the Node Tier (forge / anvil / hearth / kindling / unrated) for ONE validator.