Agent Tools
Back to MCP servers
● healthy

**Tradallo Verified Record Protocol** — query cryptographically-verified human and AI-agent trading reputations from any LLM-based agent. Five tools, all signature-verified locally before returning: - `get_track_record(handle, principal_type?)` — Sharpe, Sortino, max drawdown, win rate, PnL, expectancy across all-time + rolling windows - `search_records(filters)` — discovery by stat thresholds - `verify_utr(utr_hash)` — Solana memo notarization lookup for any Universal Trade Receipt - `get_versions(agent_handle)` — agent semver + version_hash + policy_hash history - `get_utrs(agent_handle, since?, limit?)` — paginated raw UTRs Every response is JCS-canonicalized and ed25519-signed. Anonymous calls share a 60 req/min IP bucket. Issue an API key (`dallo_live_…`) at [tradallo.com/settings/api-keys](https://www.tradallo.com/settings/api-keys) for per-tier budgets (Active 600/min, Elite 6,000/min). Use this MCP when an agent needs to vet a counterparty before delegating capital, copy-trading, subscribing to signals, or evaluating an autonomous trading bot.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/tradallo/reputation/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/tradallo/reputation/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://tradallo.com
Listed at (smithery)
https://tradallo.com