
OpenClaw Trust Scorer
Score Solana wallets from your coding agent before you trust payouts, allowlists, or partner integrations in a web3 side project.
Overview
OpenClaw Trust Scorer is a MCP server for the Validate phase that scores Solana wallet trust using tier, transaction count, balance, and liveness signals.
What is this MCP server?
- Returns Solana wallet trust tier from on-chain signals in one MCP call
- Surfaces transaction count, balance, and liveness for quick due-diligence
- Streamable HTTP remote endpoint for Claude Code, Cursor, and similar clients
- OpenClaw Trust Scorer packaging aligned with MCP server.schema.json 2025-12-11
- GitHub-hosted OpenClaw project with version 1.0.0 server metadata
- Server version 1.0.0 in published MCP metadata
- Four advertised signal families: tier, transaction count, balance, and liveness
- Single remote transport: streamable-http MCP endpoint
What problem does it solve?
Solo builders cannot easily tell from an address alone whether a Solana wallet is trustworthy enough for rewards, access, or integrations.
Who is it for?
Indie web3 or fintech experiments that need fast wallet sanity checks while scoping Solana features in the agent.
Skip if: Teams needing multi-chain identity, legal KYC, or deep forensic blockchain analytics outside Solana trust heuristics.
What do I get? / Deliverables
After you register the remote MCP server, your agent can return wallet trust tiers and activity signals so you scope on-chain features with clearer risk boundaries.
- Structured Solana wallet trust tier and activity fields inside the agent session
- Documented risk inputs (tx count, balance, liveness) for scope and eligibility decisions
- Repeatable MCP calls without hand-rolling indexer queries
Recommended MCP Servers
Journey fit
Wallet trust checks belong in Validate when you are scoping who or what your product should rely on, before you wire on-chain flows into the full Build phase. Scope is where you define acceptance rules and risk thresholds; tier, transaction count, balance, and liveness fit pre-commit vetting rather than post-launch ops alone.
How it compares
Remote MCP wallet-scoring integration, not a general-purpose agent skill or design-system server.
Common Questions / FAQ
Who is OpenClaw Trust Scorer for?
Solo and indie builders using AI coding agents who ship Solana-facing products and want wallet trust signals without a custom indexer.
When should I use OpenClaw Trust Scorer?
Use it in Validate while defining wallet eligibility, sybil rules, or partner due diligence before you implement on-chain flows in Build.
How do I add OpenClaw Trust Scorer to my agent?
Add the MCP remote from the server manifest—a streamable-http URL to the Trust Scorer endpoint—and restart your client so the wallet trust tools appear.