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

Myagi - Open Agent Registry

aaronkpickrell/openagent-registry
HTTPregistry active
Summary

Before you call an unfamiliar API or scrape a site, check if it's actually agent-ready. This server wraps the OpenAgent Registry scanner to score any URL against a transparent rubric covering llms.txt, agents.txt, OpenAPI specs, OAuth discovery, MCP registry presence, and a dozen other signals. You get a numerical score, a readiness label, and a concrete approval path checklist with direct links to developer portals and partner programs. Useful when building multi-service agents or tooling that needs to know whether a domain welcomes automation or will block it. The registry tracks 1,400+ services across rentals, commerce, content, social, and developer platforms, all ranked within their category.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →

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

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedJun 7, 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