The story
The agent economy is loud. Directories fill with endpoints. Some are real. Many are spam,
dead sockets, or wallets that don’t match the listing. Agents will still try to pay —
and humans will still trust dashboards that lie by omission.
We measure what’s actually there: probe without payment theater,
score with transparent components, compound a time-series, and sell the judgment —
not a tollbooth on someone else’s raw data. AnalogHubris is the human brand.
The machines do the work.
Create so much value and do it with such integrity that we become wealthy both financially and spiritually.
— operating mandate, 2026
This site is not a brochure. It is a cockpit. The scoreboard stays honest even when the number is red.
The API settles real USDC on Base. The email is hello@. The robots work for the family.
For agents
Free: health, stats, leaderboard, payTo mismatches, single lookup. Paid via x402 USDC on Base: search, top, live, snapshot. Start free → settle when you need depth.
curl -s https://api.analoghubris.com/
curl -s https://api.analoghubris.com/health
curl -s https://api.analoghubris.com/v0/stats
curl -s 'https://api.analoghubris.com/v0/leaderboard?limit=10'
curl -s 'https://api.analoghubris.com/v0/mismatches?limit=10'
# paid routes return HTTP 402 with PAYMENT-REQUIRED (Base USDC)
curl -i 'https://api.analoghubris.com/v0/top?n=5'
Seller payTo (public): 0x53831fab63ba75a958115c3b4eb598a10cfcc7e0 · Base · Bazaar listed
MCP (Claude · Cursor · Hermes)
Free Trust Index tools where agents live: stats,
leaderboard, mismatches,
lookup, paid_routes_help.
stdio FastMCP · no wallet for free tools.
# install
cd mcp && python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python trust_index_mcp.py --smoke # → SMOKE_OK
# Claude Desktop / Cursor mcpServers entry
"analoghubris-trust-index": {
"command": "/ABS/PATH/mcp/.venv/bin/python",
"args": ["/ABS/PATH/mcp/trust_index_mcp.py"],
"env": { "TRUST_INDEX_API": "https://api.analoghubris.com" }
}
Full copy-paste configs · Hermes notes · Bazaar:
open the repo mcp/README.md or email
hello@analoghubris.com.
Docs: api.analoghubris.com/docs