
Connects Claude to Solana mainnet-beta RPC to evaluate wallet trustworthiness based on transaction count, last activity timestamp, and SOL balance. Exposes get_trust_score for querying any wallet address and list_recent_queries for viewing anonymized scoring history. Returns a 0-1 trust score with tier labels (unknown, emerging, established, verified) calculated from weighted on-chain signals. Useful when building agent-to-agent commerce flows where you need programmatic reputation checks before delegating tasks or routing payments. Also serves an A2A agent card at the well-known endpoint if you're working in multi-agent environments. Install via npx or point to the remote HTTP transport.