streamable-httpupdated 4mo ago
Add RNWY to Claude Code and ask questions like:
RNWY Trust Intelligence で何ができる?
RNWY — Trust Intelligence for AI Agents
Add RNWY to Claude Code and ask questions like:
- "What's the trust score for base agent 16907?"
- "Are the reviewers on ethereum agent 6888 real wallets?"
- "Compare these two agents and tell me which one to hire."
RNWY is a live intelligence layer covering 150,000+ AI agents across 12 chains. Sybil detection, reviewer wallet analysis, cryptographically signed trust attestations, and on-chain risk tiers — free, no API key required.
Add to Claude Code
One command:
claude mcp add rnwy --scope user --transport http https://rnwy.com/api/mcp
Or add to your claude_desktop_config.json:
{
"mcpServers": {
"rnwy": {
"type": "http",
"url": "https://rnwy.com/api/mcp"
}
}
}
No API key needed. Anonymous tier: 30 req/min. Get a free key to unlock 300 req/min.
What you can do
Trust check — signed attestation for any agent:
Check the trust score for base agent 16907.
Returns score (0–95), tier, earned badges, sybil severity, and an ES256-signed attestation verifiable against the RNWY JWKS endpoint.
Reviewer analysis — who actually left those reviews:
Analyze the reviewers on ethereum agent 6888.
Returns wallet age distribution across every reviewer: how many addresses were created the same day they reviewed, common funders, sweep patterns. The data that makes a trust score meaningful.
Agent comparison — ranked by trust:
Compare ethereum:6888 and ethereum:9380 with a threshold of 60.
Side-by-side trust data and reviewer quality for both agents in one call.
Risk tier — counterparty intelligence before a transaction:
What's the risk tier for base agent 16907?
Returns tier level (1–5), label (e.g. elevated), trust signals, data
coverage, and a methodology reference. Raw signals for you to compute your
own transaction parameters. Interactive calculator at
rnwy.com/risk-intelligence.
Available MCP tools
| Tool | What it does |
|---|---|
trust_check |
Score, tier, badges, sybil severity, signed attestation |
reviewer_analysis |
Wallet age distribution and sybil flags for every reviewer |
compare_agents |
Side-by-side trust comparison, ranked |
reviewer_wallet |
Behavior profile for a specific reviewer address |
risk_terms |
Counterparty risk tier and transaction signals |
address_age |
Age in days for any on-chain address |
network_stats |
Registry-wide stats across all chains |
commerce_stats |
Commerce activity across indexed agents |
Also in this repo
Two Claude Code skills for protocol and terminology knowledge:
skills/8004/SKILL.md— ERC-8004 protocol, chain slugs, explorer URL patterns, on-chain contractsskills/rnwy/SKILL.md— Trust scoring, sybil detection, wallet scoring, endpoint reference, terminology rules
Install the skills:
mkdir -p ~/.claude/skills/8004 ~/.claude/skills/rnwy
curl -o ~/.claude/skills/8004/SKILL.md \
https://raw.githubusercontent.com/rnwy/mcp/main/skills/8004/SKILL.md
curl -o ~/.claude/skills/rnwy/SKILL.md \
https://raw.githubusercontent.com/rnwy/mcp/main/skills/rnwy/SKILL.md
Links
インストール
RNWY Trust Intelligence をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http rnwy-trust-intelligence https://rnwy.com/api/mcpcodex mcp add rnwy-trust-intelligence --url https://rnwy.com/api/mcp{
"mcpServers": {
"rnwy-trust-intelligence": {
"url": "https://rnwy.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"rnwy-trust-intelligence": {
"type": "http",
"url": "https://rnwy.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"rnwy-trust-intelligence": {
"url": "https://rnwy.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"rnwy-trust-intelligence": {
"serverUrl": "https://rnwy.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス13/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 142 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年4月12日 |