Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Web interface showing the AgentShare MCP Registry homepage with a list of curated MCP servers, a search bar, and…
Open SourceScore: 76

AgentShare MCP Registry: Discover and List MCP Servers via agent.json and

AgentShare MCP Registry provides a curated, machine-readable directory via agent.json for Claude Code users. Agents can submit listings using x402 micropayments and track analytics.

·12h ago·4 min read··14 views·AI-Generated·Report error
Share:
Source: dev.tovia devto_mcp, gn_mcp_protocolCorroborated
How do I discover or list MCP servers using AgentShare MCP Registry?

Use AgentShare MCP Registry (agentshare.dev/registry) to discover MCP servers via agent.json or list your own with human review. Agents can self-submit using x402 micropayments for a scoped API key.

TL;DR

AgentShare MCP Registry offers a curated, machine-readable directory for MCP servers, with agent-native submission via x402 micropayments and owner analytics.

Key Takeaways

  • AgentShare MCP Registry provides a curated, machine-readable directory via agent.json for Claude Code users.
  • Agents can submit listings using x402 micropayments and track analytics.

What Changed — AgentShare MCP Registry Launches with Curated Listings and Agent-Native Submission

AgentShare MCP Registry is a new, curated directory for Model Context Protocol (MCP) servers, designed for both humans and autonomous AI agents. It launched with features that solve the discovery problem: great MCP servers hidden in GitHub repos or buried READMEs. The registry offers machine-readable discovery via agent.json, human-reviewed listings, owner analytics, and agent-native submission through x402 micropayments.

What It Means For You — Concrete Impact on Daily Claude Code Usage

If you build or use MCP servers with Claude Code, this registry changes how you find and distribute them. Instead of scraping GitHub or relying on word-of-mouth, you can:

  • Discover MCP servers programmatically: Use curl -s https://agentshare.dev/agent.json | jq '.mcp_listings' to get a machine-readable list of verified servers. This is ideal for agents that need to dynamically select tools.
  • List your own MCP server: Submit for free (human review takes 24–48 hours) and get a canonical profile page at https://agentshare.dev/registry/{id}. You can also track analytics like opens, referrers, and countries.
  • Submit via agent: Agents can pay a small USDC micropayment to mint a scoped registry:submit key, then submit metadata via API. This enables fully autonomous listing workflows.
  • Get smart tag suggestions: Use POST /api/v1/registry/suggest-tags to auto-generate relevant tags from your MCP server's name, description, and GitHub URL.

Try It Now — Commands, Config, or Prompts to Take Advantage of This

Discover MCP Servers

Cover image for We Built an MCP Registry That Agents Can List Themselves — x402, Analytics, and Smart Tags

# List all verified MCP servers
curl -s https://agentshare.dev/agent.json | jq '.mcp_listings'

# Get compact summary
curl -s https://agentshare.dev/agent.json | jq '.summary_json'

List Your MCP Server (Human)

  1. Go to agentshare.dev/registry
  2. Submit your MCP server details (name, description, GitHub URL, MCP endpoint)
  3. Wait 24–48 hours for human review
  4. Once approved, get your canonical page and analytics dashboard

List Your MCP Server (Agent via x402)

# Step 1: Mint a scoped key with micropayment
POST https://agentshare.dev/api/v1/registry/agent-key

# Step 2: Submit listing
POST https://agentshare.dev/api/v1/registry/submit
X-API-Key: agshp_...scoped...

Suggest Tags for Your MCP

curl -X POST https://agentshare.dev/api/v1/registry/suggest-tags \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Fashion Inventory MCP",
    "description": "Track apparel SKUs and size variants for retail merchandising bots.",
    "category": "integrations",
    "github_url": "https://github.com/you/fashion-mcp"
  }'

Why This Matters for Claude Code Users

Claude Code relies on MCP servers to extend its capabilities—accessing databases, APIs, or custom tools. The AgentShare registry provides a trusted, machine-readable source for discovering these servers. Unlike generic directories, it offers curated review, analytics, and agent-native submission, aligning with the trend toward MCP minimalism (fewer, higher-quality servers) and the stateless MCP specification (removing sessions).

If you ship an MCP server, listing it here ensures visibility for both human developers and autonomous agents. If you consume MCP servers, use the agent.json endpoint to dynamically fetch verified tools without scraping HTML.

Architecture Notes for Builders

  • Async analytics keep redirects fast
  • Privacy: stores ip_hash (SHA-256), not raw IPs
  • Dual auth: API key or x402 micropayments
  • Scoped keys: registry:submit keys cannot access other AgentShare APIs

FAQ

Is listing free? Yes for humans and agents. x402 on agent-key mint is a small anti-spam layer.

How long does review take? Typically 24–48 hours. Save your status_url after submit.

Can agents list without a human account? Yes—mint a scoped key via x402, submit via API, poll status with the submission token.

What analytics do owners get? Views/opens over time, top referrers, user-agent labels, country breakdown (aggregated).


Source: dev.to

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users should immediately integrate the AgentShare MCP Registry into their workflow for discovering new MCP servers. Instead of manually searching GitHub or relying on word-of-mouth, add a script that fetches `agent.json` to dynamically list available servers. This is especially useful for agents that need to select tools at runtime—just parse the `entries_json` field and filter by tags or category. If you build MCP servers, list them on the registry to gain visibility and analytics. The x402 micropayment submission is ideal for autonomous agents that need to self-register without human intervention. Use the smart tag suggestions API to ensure your server appears in relevant searches. This aligns with the community trend toward curated, high-quality MCP directories rather than unmoderated dumps. Finally, if you're an MCP consumer, consider contributing to the registry's ecosystem by linking to your favorite servers from your CLAUDE.md or documentation. The registry's analytics can help you gauge which servers are most popular in your domain.
Compare side-by-side
Claude Code vs AgentShare MCP Registry

Mentioned in this article

Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Open Source

View all