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

Loaditout

loaditoutadmin/loaditout-mcp-server
STDIOregistry active
Summary

This connects your Claude agent to Loaditout's catalog of 20,000+ MCP servers with security grading baked in. You get tools like search_skills, get_skill, and install_skill to browse the registry, plus smart_search that learns from your usage patterns. Every server comes with an A/B/C/F security grade based on seven criteria including prompt injection checks, capability flags, and maintenance status. You can install individual skills, entire curated packs, or ask for recommendations based on your project context. It also handles permission requests, tracks execution proofs, and lets you flag problematic servers. Useful when you need to discover and vet new MCP integrations without leaving your agent workflow.

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 →

Loaditout MCP Server

loaditout-mcp-server MCP server

An MCP server for discovering, security-grading, and installing AI agent skills from Loaditout.

Search 20,000+ MCP servers and agent skills, check security grades (A/B/C/F), and install directly from your agent.

Quick Start

npx loaditout-mcp-server

Claude Code

Add to .claude/settings.json:

{
  "mcpServers": {
    "loaditout": {
      "command": "npx",
      "args": ["-y", "loaditout-mcp-server"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "loaditout": {
      "command": "npx",
      "args": ["-y", "loaditout-mcp-server"]
    }
  }
}

Tools

ToolDescription
search_skillsSearch 20,000+ MCP servers and agent skills by keyword
smart_searchPersonalized search with history and preferences applied
get_skillGet full details, security grade, and install config for a specific skill
install_skillGet platform-specific install configuration for any skill
install_batchInstall multiple skills at once (up to 20)
install_packInstall an entire curated pack (e.g., research-agent, data-engineer)
recommend_skillsGet skill recommendations based on your project context
check_capability_gapAnalyze what tools you need for a specific task
list_categoriesBrowse skills by category
validate_actionCheck if an action on a skill is safe before executing
report_skill_usageReport whether a skill worked correctly
flag_skillReport problematic or unsafe skills
save_memorySave key-value pairs to persistent agent memory
recall_memoryRetrieve previously saved memories
request_permissionRequest human approval to install a skill
check_permissionCheck status of a permission request
list_my_proofsList your verified skill usage history
verify_proofVerify an execution proof by ID
share_loadoutGet your public skill configuration

Security Grading

Every server is graded A/B/C/F based on 7 criteria:

  1. Zero prompt injection flags
  2. Zero capability flags (no shell, exec, sudo, filesystem, process.env)
  3. README content present
  4. Description present
  5. Committed within 12 months
  6. At least 5 GitHub stars
  7. No secret env vars required

Only 20.5% of the 20,652 servers in our index earn an A grade.

Links

  • Website: loaditout.ai
  • CLI: npx loaditout add owner/repo
  • npm: loaditout-mcp-server

License

MIT

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 →
Categories
AI & LLM ToolsSearch & Web CrawlingSecurity & Pentesting
Registryactive
Packageloaditout-mcp-server
TransportSTDIO
UpdatedApr 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