CAT
/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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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 →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM ToolsMonitoring & Observability
Registryactive
TransportHTTP
UpdatedMar 24, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f