CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
rnwy avatar

RNWY Trust Intelligence

rnwy/mcp
HTTPregistry active
Summary

Connects Claude to RNWY's trust intelligence API covering 150,000+ AI agents across 12 blockchains. Exposes eight tools for checking agent trust scores, analyzing reviewer wallet behavior, comparing agents side by side, and pulling counterparty risk tiers before transactions. Every trust check returns an ES256-signed attestation verifiable against their JWKS endpoint. The reviewer analysis tool shows wallet age distribution and sybil patterns across everyone who left reviews. No API key required for the anonymous tier at 30 requests per minute. Includes two optional skills for ERC-8004 protocol knowledge and RNWY terminology. Useful when you need on-chain reputation data or sybil detection before engaging with an agent.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

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

ToolWhat it does
trust_checkScore, tier, badges, sybil severity, signed attestation
reviewer_analysisWallet age distribution and sybil flags for every reviewer
compare_agentsSide-by-side trust comparison, ranked
reviewer_walletBehavior profile for a specific reviewer address
risk_termsCounterparty risk tier and transaction signals
address_ageAge in days for any on-chain address
network_statsRegistry-wide stats across all chains
commerce_statsCommerce 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 contracts
  • skills/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.com · API docs · skill.md · Explorer · npm SDK · JWKS

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedApr 12, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
robert19001-cmyk avatar
mcp-lint

robert19001-cmyk/mcp-lint

Lint MCP tool schemas for cross-client compatibility and agent preflight safety.
rocnubie avatar
AI Photo Editor MCP

rocnubie/aiphotoeditor-mcp

Best AI Photo Editor powered by GPT Image 2, Flux, Nano Banana & more.
rocnubie avatar
EarScribe MCP

rocnubie/earscribe-mcp

EarScribe is a browser-based transcription tool that converts audio to text on-device using OpenAI
rocnubie avatar
FlowMusicAI MCP

rocnubie/flowmusicai-mcp

Flow Music AI is a free AI music generator that turns one prompt into a finished royalty-free track
rocnubie avatar
Flux-2 Online MCP

rocnubie/flux-2-online-mcp

Flux-2 Online is an online interface for the Flux 2 image generation model with prompt tuning and
rocnubie avatar
Meigen AI MCP

rocnubie/meigenai-mcp

Meigen AI is a curated meigen ai image prompt library.