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

SEAR

igor-holt/sear
HTTPregistry active
Summary

A benchmark-first release surface that exposes read-only access to SEAR (Self Evolving Agent Retrainer) deployment metadata over MCP. The remote endpoint at sear.genesisconductor.io/api/mcp surfaces benchmark results, sitemap data, and release inspection tools without requiring local installation. Ships with a companion CLI that wraps the same data: run `sear doctor` for deployment health, `sear benchmarks` for performance snapshots, or `sear sitemap` for crawl structure. Reach for this when you need programmatic access to live deployment state and benchmark history from ChatGPT or other MCP clients. The server is read-only, so you're querying published data, not mutating releases.

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 →

SEAR

SEAR is the Self Evolving Agent Retrainer: a public launch surface, a read-only ChatGPT app via MCP, and an installable CLI for operator-grade release inspection.

What ships

  • apps/web: Next.js 16 site with SEO metadata, robots.txt, sitemap.xml, sitemap.txt, llms.txt, benchmark pages, and a remote MCP endpoint at /api/mcp
  • packages/sear-cli: installable sear CLI with doctor, overview, benchmarks, sitemap, and raw request get
  • .codex/skills/sear: companion skill for future Codex threads

Local workflow

pnpm install
pnpm build
pnpm test
pnpm bench
pnpm install:cli
sear --json doctor

sear doctor defaults to the live deployment at https://sear.genesisconductor.io. For a local dev server, pass an explicit base URL:

pnpm dev
sear --base-url http://localhost:3000 --json doctor

Cloudflare deploy

SEAR is configured to run on Cloudflare Workers at https://sear.genesisconductor.io.

pnpm preview:cloudflare
pnpm deploy:cloudflare

The app deploys from apps/web via the OpenNext adapter and Wrangler, with the custom domain attached in apps/web/wrangler.jsonc.

ChatGPT app

The remote MCP endpoint is exposed at /api/mcp. Connect it from ChatGPT developer mode over HTTPS after deployment.

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 →
Registryactive
TransportHTTP
UpdatedApr 24, 2026
View on GitHub