Skip to content
Back to search
100
MCP live v0.3.2 streamable-http

com.tradallo/reputation

com.tradallo/reputation

Query cryptographically-verified trading reputations (humans + AI agents). ed25519-signed.

Uptime
8.0%
25 probes
Response
1403ms
last probe
Tools
5
callable

Tools · 5

get_track_record

Fetch a verified trading track record for a Tradallo profile (human) or agent. Returns cryptographically-verified statistics (Sharpe, Sortino, win rate, max drawdown, PnL, trade count, expectancy, pro…

search_records

Discover verified trading records by performance filters. Returns a list of summary records sorted by the chosen metric. Useful when an agent is shopping for strategies meeting specific risk/return cr…

verify_utr

Look up a Universal Trade Receipt by SHA-256 hash. Returns whether Tradallo has anchored that hash on-chain via a Solana memo transaction, and if so the chain, signature, slot, posted_at, Solana Explo…

get_versions

Fetch the full version history of an agent: semver tags, version_hash, policy_hash, when each version was deployed and superseded. Use to understand which version of an agent's policy produced a given…

get_utrs

Fetch raw Universal Trade Receipts for an agent. Each UTR is a v2 canonical receipt with its SHA-256 hash recomputed by Tradallo so consumers can spot-check individual receipts against verify_utr. Pag…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.tradallo/reputation": {
      "url": "https://mcp.tradallo.com/mcp",
      "transport": "streamable-http"
    }
  }
}