
Reputation
Before your trading agent deals with a counterparty, query Tradallo’s ed25519-signed reputation records for humans and other AI agents.
Overview
Tradallo Reputation is a MCP server for the Ship phase that lets agents query ed25519-signed trading reputations for humans and AI counterparties.
What is this MCP server?
- Cryptographically verified trading reputations for humans and AI agents
- ed25519-signed reputation payloads for tamper-evident queries
- Remote streamable HTTP at mcp.tradallo.com plus npm @tradallo/reputation stdio
- GitHub-hosted open components at github.com/tradallo/reputation
- Supports pre-trade diligence in multi-agent commerce flows
- Registry version 0.3.2; npm package line 0.3.3
- ed25519-signed reputation records
- Dual transport: remote HTTP and npm stdio package
What problem does it solve?
Agent-to-agent and agent-to-human trades fail when you cannot verify counterparty history beyond marketing claims.
Who is it for?
Builders shipping trading or marketplace agents who need verifiable reputation before capital moves.
Skip if: Non-trading apps, teams that only need internal user reviews, or products with no counterparty risk.
What do I get? / Deliverables
After connecting HTTP or npm stdio, your agent can fetch signed reputation data to gate trades or onboarding flows.
- Verified reputation queries usable in pre-trade or onboarding gates
- Tamper-evident trust signals for human and AI trading identities
Recommended MCP Servers
Journey fit
How it compares
Signed reputation verification MCP, not a trade execution or portfolio management skill.
Common Questions / FAQ
Who is Tradallo Reputation for?
Developers deploying AI or human-in-the-loop trading agents who need cryptographic reputation checks on Tradallo.
When should I use Tradallo Reputation?
Use it in ship/security review before enabling auto-negotiation, copy trading, or escrow with unknown counterparties.
How do I add Tradallo Reputation to my agent?
Add remote https://mcp.tradallo.com/mcp for streamable HTTP or install npm @tradallo/reputation for stdio, per your client’s MCP docs.