openclaw-trust-scorer
OpenClaw 신뢰도 점수 산정기 — MCP 서버
Solana 에이전트 신뢰도 점수 산정을 위한 MCP 서버입니다.
모든 Solana 지갑 주소를 조회하여 트랜잭션 횟수, 최근 활동, SOL 잔액 등 실제 온체인 데이터를 기반으로 신뢰도 프로필을 확인하세요.
기능
get_trust_score 도구는 Solana 메인넷-베타 RPC를 쿼리하여 다음 정보를 반환합니다:
{
"wallet_address": "9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM",
"trust_score": 0.784,
"tier": "verified",
"signals": {
"transaction_count": 847,
"last_activity": "2026-04-11T14:22:31Z",
"balance_sol": 6.19,
"account_exists": true
},
"related_agents": [...]
}등급: unknown → emerging → established → verified
Related MCP server: AgentScore
도구
도구 | 설명 |
| Solana 지갑 주소에 대한 신뢰도 점수 및 신호 |
| 최근 점수가 산정된 지갑의 익명화된 목록 |
사용 방법
Claude Desktop (원격 엔드포인트) 사용 시
claude_desktop_config.json에 다음을 추가하세요:
{
"mcpServers": {
"openclaw-trust-scorer": {
"command": "npx",
"args": ["-y", "openclaw-trust-scorer"]
}
}
}Cursor / Zed / Continue 사용 시
다음 원격 MCP 엔드포인트를 추가하세요: http://178.104.131.84:8082/mcp
직접 HTTP 호출 (REST 호환)
# Health check
curl http://178.104.131.84:8082/health
# MCP protocol (initialize)
curl -X POST http://178.104.131.84:8082/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
# A2A agent card
curl http://178.104.131.84:8082/.well-known/agent.json로컬 개발
npm install
node server.js --stdio # stdio mode (for Claude Desktop local)
node server.js --http # HTTP mode (default, port 3000)왜 신뢰도 점수가 필요한가요?
새롭게 부상하는 에이전트 경제에서 LLM 기반 구매자는 작업을 위임하거나 결제하기 전에 서비스 제공자를 평가해야 합니다. 온체인 활동은 에이전트의 이력을 검증할 수 있고 변조가 불가능한 신호입니다. 이 서비스는 표준 MCP 프로토콜을 통해 해당 신호를 접근 가능하게 만듭니다.
데이터 소스
Solana 메인넷-베타 RPC: 트랜잭션 기록, 계정 잔액
점수 산정 공식:
trust_score = 0.5 × 활동 + 0.35 × 최근성 + 0.15 × 잔액개인정보 보호: 개인 데이터는 포함되지 않으며, 공개된 온체인 기록만 사용합니다.
관련 링크
A2A 엔드포인트:
http://178.104.131.84:8082/.well-known/agent.json(A2A 프로토콜)OpenClaw 연구: 에이전트 신뢰 및 검증 실험
This server cannot be deployed
Maintenance
Related MCP Connectors
Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
Trust infrastructure for AI agents. Portable reputation (JTS 0-5), agent discovery, vouching.
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Solana address risk grades and token scans for AI agents. Pay-per-call via x402 (USDC on Base).
Related MCP Servers
- MIT
- AlicenseAqualityCmaintenanceProvides trust and reputation tools for AI agent wallets within the x402 payment ecosystem and ERC-8004 agent registry. It enables users to perform wallet reputation lookups, real-time risk assessments, and browse registered agents.4342 npm-
- AlicenseAqualityAmaintenanceTrust, identity, and reputation infrastructure for AI agents. Register agents with W3C DID (Ed25519), check EigenTrust reputation scores, submit peer attestations, search agents by capability, and verify IPFS-anchored audit trails. 11 tools.20162 PyPI15MIT
- AlicenseNot gradedqualityNot gradedmaintenanceProvides AI agents with trust scoring and reputation management capabilities for secure interactions. Enables agents to check trust scores, rate interactions, and manage disputes before transacting with other agents.-