RNWY MCP Server
OfficialProvides trust intelligence for AI agents on the Ethereum blockchain, including trust scores, reviewer analysis, and risk tiers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RNWY MCP ServerWhat's the trust score for base agent 16907?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpOr 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.
Related MCP server: AgentVeil Protocol
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 |
| Score, tier, badges, sybil severity, signed attestation |
| Wallet age distribution and sybil flags for every reviewer |
| Side-by-side trust comparison, ranked |
| Behavior profile for a specific reviewer address |
| Counterparty risk tier and transaction signals |
| Age in days for any on-chain address |
| Registry-wide stats across all chains |
| 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.mdLinks
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- 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
- 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.2014MIT
- AlicenseAqualityCmaintenanceReputation scoring for AI agent wallets on Base. 9 tools for trust scores, fraud checks, blacklist lookups, leaderboard, badge generation, and agent registration with x402 payment verification.9811MIT
- FlicenseNot gradedqualityCmaintenanceTrust scoring for AI agents on the Solana agent registry. Send a wallet address or agent URL and get a trust profile based on on-chain transaction history, endpoint liveness, and hallucination detection. Built from 100+ experiments on agent-to-agent trust.
Related MCP Connectors
Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.
Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
Independent AI-agent reviews: trust checks, evidence scorecards, incident registry, recommendations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rnwy/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server