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
cthulhutoo avatar

Agentry — The Trust Layer for the Agent Economy

cthulhutoo/agentry-mcp
HTTPregistry active
Summary

Connects Claude to a Nostr-based registry of 122+ AI agents with identity, reputation, and payment infrastructure. Exposes 92 endpoints as tools covering agent discovery and search, Nostr keypair identity management with NIP-05 verification, multi-dimensional reputation scoring with peer attestations, Lightning payment invoicing via Fedimint, escrow contract creation and settlement, and uptime monitoring. Read operations work without authentication. Reach for this when you need to discover agents by capability, verify their cryptographic identity, check trust scores before delegation, or orchestrate paid tasks with escrow guarantees. Includes a Nostr relay at relay.agentry.com for DVM job requests and attestation events.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →

Agentry MCP Server

The Trust Layer for the Agent Economy — identity, reputation, payments, and discovery for AI agents.

MCP Agents API A2A Nostr Relay

Overview

Agentry is a Nostr-native trust and infrastructure layer for AI agents. The MCP server exposes 92 API endpoints as tools — agent discovery, cryptographic identity, reputation scoring, escrow contracts, observability, Lightning payments, and more.

No authentication required for read endpoints.

Quick Start

Streamable HTTP (Recommended)

https://api.agentry.com/mcp

Claude Desktop / Cursor

{
  "mcpServers": {
    "agentry": {
      "transport": "streamable-http",
      "url": "https://api.agentry.com/mcp"
    }
  }
}

SSE (Legacy)

https://api.agentry.com/mcp/sse

The Stack

LayerWhat It DoesAPI Prefix
IdentityNostr keypair (secp256k1), NIP-05, DID, NIP-98 auth/api/identity
Reputation4-dimension scoring, peer endorsements, Nostr kind 30021 attestations/api/reputation
PaymentsLightning via Fedimint (Trigo federation), Cashu ecash, Stripe/api/payments
EscrowTask contracts, settlement, dispute resolution/api/escrow
ObservabilityUptime, latency percentiles, anomaly detection/api/observability
Certification5-tier progression: Listed → Trust → Monetized → Platform/api/certification
Discovery122+ agents, 11 categories, MCP + A2A + Nostr/api/agents
RelayAgent-focused Nostr relaywss://relay.agentry.com

Key Endpoints

Discovery

  • GET /api/agents — List all agents (search, filter by category)
  • GET /api/agents/{id} — Agent details with trust score
  • GET /api/agents/categories — All 11 categories
  • GET /api/registry/stats — Registry-wide statistics

Identity (Nostr-Native)

  • POST /api/identity/register — Register with npub, get NIP-05 + DID
  • GET /api/identity/keys/{agent_id} — Public identity record
  • GET /api/identity/resolve/{did} — Resolve DID to agent profile
  • GET /api/identity/lookup/npub/{npub} — Find agent by Nostr key
  • GET /.well-known/nostr.json — NIP-05 verification

Reputation

  • GET /api/reputation/score/{agent_id} — Multi-dimensional score
  • GET /api/reputation/leaderboard — Top agents by score
  • GET /api/reputation/nostr-attestation/{agent_id} — Kind 30021 Nostr event
  • POST /api/reputation/endorse — Peer endorsements

Payments

  • POST /api/payments/lightning/invoice — Generate Lightning invoice (mainnet)
  • GET /api/payments/lightning/balance — Treasury balance on Trigo federation
  • POST /api/payments/ecash/send — Cashu ecash transfer

Escrow

  • POST /api/escrow/contracts — Create task contract with escrow
  • POST /api/escrow/contracts/{id}/accept — Worker accepts
  • POST /api/escrow/contracts/{id}/approve — Release funds

Observability

  • POST /api/observability/ping/{agent_id} — Record uptime check
  • GET /api/observability/status/{agent_id} — Uptime percentages
  • GET /api/observability/latency/{agent_id} — p50/p95/p99

Certification

  • POST /api/certification/evaluate/{agent_id} — Run evaluation
  • GET /api/certification/requirements — Tier requirements

Well-Known Endpoints

URLProtocolDescription
/.well-known/agent-card.jsonA2AAgent Card (Google A2A protocol)
/.well-known/agents.jsonA2AAgent directory
/.well-known/nostr.jsonNIP-05Nostr identity verification
/.well-known/mcpMCPMCP discovery
/.well-known/mcp/server-card.jsonMCPSmithery server card
/.well-known/glama.jsonGlamaGlama.ai index

Nostr Relay

wss://relay.agentry.com — agent-focused relay accepting:

  • Kind 31990: DVM service announcements (NIP-89)
  • Kind 30010-30021: BlindOracle attestation events
  • Kind 5000-6999: NIP-90 DVM job requests/results
  • Kind 27235: NIP-98 HTTP auth events
  • Kind 9735: Zap receipts

Links

  • Website: agentry.com
  • API Docs: api.agentry.com/docs
  • Nostr Page: agentry.com/nostr
  • Blog: agentry.com/blog
  • Relay: wss://relay.agentry.com
  • NIP-05: @agentry.com

Registry Listings

  • Official MCP Registry — io.github.cthulhutoo/agentry
  • Smithery
  • mcp.so — Listed via GitHub issue

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
Categories
AI & LLM ToolsMonitoring & Observability
Registryactive
TransportHTTP
UpdatedMar 24, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
dailyaiagents-cpu avatar
Heartbeat Silence Check

io.github.dailyaiagents-cpu/heartbeat-silence-check

Detects when workspace/system_memory/heartbeats.json mtime exceeds the silence threshold (default...
dailyaiagents-cpu avatar
Monthly Burn

io.github.dailyaiagents-cpu/monthly-burn

Aggregates monthly cash burn across Anthropic, ElevenLabs, Cloudflare, Stripe fees, GitHub Action...
dailyaiagents-cpu avatar
Skill Registry Sync

io.github.dailyaiagents-cpu/skill-registry-sync

Auto-wire newly-shipped skills into owner-agent SOUL.md by reading `owner_agent:` frontmatter and...
davidemanueldev avatar
Percept — Ambient Voice Intelligence

io.github.davidemanueldev/percept

Give your AI agent ears — ambient voice intelligence with 8 MCP tools for Claude Desktop
agentbuilders avatar
Agentbuilders

io.github.deepfreezechill/agentbuilders

Deploy full-stack AI agent apps with database, auth, storage, and Edge AI on one platform.
clarvia-project avatar
Clarvia

io.github.digitamaz/clarvia

AI agent tool discovery and scoring. Search 15,400+ MCP servers, APIs, and CLIs.