MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Agentry MCP Server

by Cthulhutoo
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.

About

Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.

Remote endpoints: streamable-http: https://api.agentry.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-cthulhutoo-agentry": {
      "url": "https://api.agentry.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeDocumentationRemote Endpoint

Details

Published March 23, 2026
Version 0.4.0
0 installs
Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
516
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
71
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
33
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local