{
  "markdown": "# RNWY — Trust Intelligence for AI Agents\n\nAdd RNWY to Claude Code and ask questions like:\n\n- *\"What's the trust score for base agent 16907?\"*\n- *\"Are the reviewers on ethereum agent 6888 real wallets?\"*\n- *\"Compare these two agents and tell me which one to hire.\"*\n\nRNWY is a live intelligence layer covering 150,000+ AI agents across 12 chains.\nSybil detection, reviewer wallet analysis, cryptographically signed trust\nattestations, and on-chain risk tiers — free, no API key required.\n\n---\n\n## Add to Claude Code\n\n**One command:**\n\n```bash\nclaude mcp add rnwy --scope user --transport http https://rnwy.com/api/mcp\n```\n\n**Or add to your `claude_desktop_config.json`:**\n\n```json\n{\n  \"mcpServers\": {\n    \"rnwy\": {\n      \"type\": \"http\",\n      \"url\": \"https://rnwy.com/api/mcp\"\n    }\n  }\n}\n```\n\nNo API key needed. Anonymous tier: 30 req/min.\n[Get a free key](https://rnwy.com/api) to unlock 300 req/min.\n\n---\n\n## What you can do\n\n**Trust check — signed attestation for any agent:**\n\n```\nCheck the trust score for base agent 16907.\n```\n\nReturns score (0–95), tier, earned badges, sybil severity, and an ES256-signed\nattestation verifiable against the [RNWY JWKS endpoint](https://rnwy.com/.well-known/jwks.json).\n\n**Reviewer analysis — who actually left those reviews:**\n\n```\nAnalyze the reviewers on ethereum agent 6888.\n```\n\nReturns wallet age distribution across every reviewer: how many addresses were\ncreated the same day they reviewed, common funders, sweep patterns. The data\nthat makes a trust score meaningful.\n\n**Agent comparison — ranked by trust:**\n\n```\nCompare ethereum:6888 and ethereum:9380 with a threshold of 60.\n```\n\nSide-by-side trust data and reviewer quality for both agents in one call.\n\n**Risk tier — counterparty intelligence before a transaction:**\n\n```\nWhat's the risk tier for base agent 16907?\n```\n\nReturns tier level (1–5), label (e.g. `elevated`), trust signals, data\ncoverage, and a methodology reference. Raw signals for you to compute your\nown transaction parameters. Interactive calculator at\n[rnwy.com/risk-intelligence](https://rnwy.com/risk-intelligence).\n\n---\n\n## Available MCP tools\n\n| Tool | What it does |\n|------|-------------|\n| `trust_check` | Score, tier, badges, sybil severity, signed attestation |\n| `reviewer_analysis` | Wallet age distribution and sybil flags for every reviewer |\n| `compare_agents` | Side-by-side trust comparison, ranked |\n| `reviewer_wallet` | Behavior profile for a specific reviewer address |\n| `risk_terms` | Counterparty risk tier and transaction signals |\n| `address_age` | Age in days for any on-chain address |\n| `network_stats` | Registry-wide stats across all chains |\n| `commerce_stats` | Commerce activity across indexed agents |\n\n---\n\n## Also in this repo\n\nTwo Claude Code skills for protocol and terminology knowledge:\n\n- `skills/8004/SKILL.md` — ERC-8004 protocol, chain slugs, explorer URL\n  patterns, on-chain contracts\n- `skills/rnwy/SKILL.md` — Trust scoring, sybil detection, wallet scoring,\n  endpoint reference, terminology rules\n\n**Install the skills:**\n\n```bash\nmkdir -p ~/.claude/skills/8004 ~/.claude/skills/rnwy\n\ncurl -o ~/.claude/skills/8004/SKILL.md \\\n  https://raw.githubusercontent.com/rnwy/mcp/main/skills/8004/SKILL.md\n\ncurl -o ~/.claude/skills/rnwy/SKILL.md \\\n  https://raw.githubusercontent.com/rnwy/mcp/main/skills/rnwy/SKILL.md\n```\n\n---\n\n## Links\n\n[rnwy.com](https://rnwy.com) · [API docs](https://rnwy.com/api) ·\n[skill.md](https://rnwy.com/skill.md) · [Explorer](https://rnwy.com/explorer) ·\n[npm SDK](https://www.npmjs.com/package/rnwy-sdk) ·\n[JWKS](https://rnwy.com/.well-known/jwks.json)\n",
  "bytes": 3597,
  "sha": "a0aade11827f5e168ad5c83fd0e782d94425c0524780f8d2406a32f82112312f",
  "repo_slug": "rnwy/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rnwy_mcp_96e59c91/readme"
}