Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Myagi Open Agent Registry
M
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:12:23 PM

Myagi Open Agent Registry

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Score any website's AI-agent readiness. Open Agent Registry scanner + platform tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "myagi-open-agent-registry": {
      "command": "npx",
      "args": [
        "-y",
        "https://registry.modelcontextprotocol.io/"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

OpenAgent Registry

The open registry, scanner, and leaderboard for agent-ready websites and services.

OpenAgent Registry (OAR) does three things in one place:

  1. Scans any URL for the full stack of agent-access signals - llms.txt, agents.txt / agents.json, AGENTS.md, .well-known/agent-card.json, robots.txt + Content Signals, OpenAPI, OAuth discovery, RSL licensing, MCP/A2A registry presence - and aggregates upstream registries instead of re-doing their work.
  2. Scores each site against a transparent, public rubric and ranks it within its industry category.
  3. Tells you what to do about it - a concrete approval-path checklist with deep links to the actual developer applications, OAuth signups, partner programs, and standards-adoption steps. Lead with the checklist; the score is supporting evidence.

Sources of authoritative scoring credit (registries / standards bodies):

  • Official MCP Registry - the MCP working group's catalog of MCP servers (+25 if your domain ships one)
  • Standards: llms.txt, agents.txt / agents.json, A2A Protocol, Web Bot Auth, RSL

Community resources used for domain discovery only (no score credit; we use these to know which sites to scan):

  • thedaviddias/llms-txt-hub - one maintainer's community list of sites publishing llms.txt
  • Agent Friendly Directory - sklivvz's curated agent-usable services
  • A2A Registry - community directory of A2A agents
  • LLMTEXT - llms.txt validation toolkit

What OAR adds that none of the above does today:

  • Comparative leaderboards by industry category (rentals, shopping, content, social, developer)
  • Approval-path generator - concrete next steps, not just "you have OAuth"
  • Aggregation across the full stack in one report
  • Change monitoring over time
  • A public, free API so agents (including your own) can query it before calling external services

Status

Pre-alpha but live. Public deploy: https://openagent-registry.vercel.app.

After the v0.1 import, the registry tracks 1,400+ services across 6 industry categories, sourced from the original seed plus an import of llms-txt-hub. Every service has a live score, a label, and a generated approval-path checklist. Looking for contributors - especially for approval-path data per service (the moat).

Stack

  • Next.js 15 (App Router) + TypeScript + Tailwind CSS
  • No backend service in v0 - Next.js API routes do the scanning
  • Local JSON cache for MVP; Postgres or Vercel KV for production scale
  • Deploys natively to Vercel

Quickstart

bash
pnpm install
pnpm dev

Then open http://localhost:3000.

How scoring works

See docs/rubric.md. Every signal is weighted, every weight is published, every score is reproducible from the JSON profile. No black-box scoring.

The current rubric (summary):

SignalPoints
Official MCP server in MCP Registry+25
A2A Agent Card found+25
agents.json (root or .well-known)+15
OpenAPI spec found+15
Web Bot Auth / signed-agent support+15
Official developer docs+10
Partner / approval path documented+10
OAuth/OIDC discovery+10
agents.txt standard+10
llms.txt+8
AGENTS.md+8
RSL / licensing manifest+8
robots.txt allows docs/API+5
Cloudflare Content Signals present+5
llms-full.txt (extended)+5
Listed in llms-txt-hub+5
Listed in Agent Friendly Directory+5
ai-plugin.json (deprecated signal)+2
Explicit bot/agent prohibition-50
Blocks automation, no API alternative-30
Unknown terms / can't parse-10

Labels:

ScoreLabel
80–100Agent-ready
60–79Agent-friendly
40–59Partially agent-accessible
20–39API-only / limited
0–19Unknown
<0Likely blocked

Categories

  • Rentals & Travel - Airbnb, Booking, Hertz, Avis, Enterprise, Expedia, Vrbo, AutoRentals
  • Shopping & Commerce - Amazon, Shopify, Stripe, Target, Walmart, BestBuy, Etsy
  • Content & News - NYT, WaPo, Bloomberg, Reuters, Substack, Medium
  • Social & Community - Reddit, X, LinkedIn, Bluesky, Mastodon, Discord
  • Developer Platforms - GitHub, Vercel, Cloudflare, npm, AWS, plus 800+ dev tools from the upstream import
  • AI & ML Platforms - Anthropic, OpenAI, and 500+ AI/ML platforms publishing llms.txt

Within each category, services are ranked by their AgentRank score. The category page is the SEO-friendly editorial surface: "Top agent-ready rental sites, [month] [year]".

Contributing

See CONTRIBUTING.md. The three highest-leverage contributions today:

  1. Add services to data/seed.json (a category, a homepage URL, optional notes) - opens a PR; CI runs a scan against it.
  2. Tighten parsers for the well-known files. The MVP parsers are intentionally conservative - better parsers raise the data quality for everyone.
  3. Approval-path data - concrete next-step instructions per service (developer signup URL, OAuth scopes needed, partner-program form). This is the killer feature; quality is the moat.

License

Apache 2.0.

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Agent Trust

    AI agent trust & reputation protocol β€” verify, score, route, compare, delegate. 18 tools.

    πŸ’» Developer Tools0 views
    Compare vs Agent Trust β†’
  • G
    Graphql

    Turn any GraphQL API into MCP tools. Zero config, zero code.

    πŸ’» Developer Tools0 views
    Compare vs Graphql β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’

Frequently Asked Questions about Myagi Open Agent Registry

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "myagi-open-agent-registry": { "command": "npx", "args": ["-y", "Myagi - Open Agent Registry"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMyagi   Open Agent Registry AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/myagi-open-agent-registry?style=directory)](https://allmcps.com/mcp/myagi-open-agent-registry)
HTML Embed
<a href="https://allmcps.com/mcp/myagi-open-agent-registry"><img src="https://allmcps.com/api/badge/myagi-open-agent-registry?style=directory" alt="Myagi Open Agent Registry on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 3, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Myagi Open Agent Registry β†’Install in Claude DesktopInstall in CursorInstall in VS Code