loaditout-mcp-server
OfficialThe loaditout-mcp-server lets you discover, evaluate, and install AI agent skills from a registry of 20,000+ MCP servers, with built-in security grading, memory, and human approval workflows.
Search & Discovery
search_skills— Search by keyword with optional filters for skill type and agent platformsmart_search— Personalized search applying your history and preferences automaticallylist_categories— Browse available skill categories with descriptions and countsrecommend_skills— Get tailored recommendations based on your current project contextcheck_capability_gap— Identify which skills you're missing to complete a specific task
Skill Evaluation & Security
get_skill— Retrieve full details, security grade (A/B/C/F based on 7 safety criteria), and install configvalidate_action— Check if an action is safe before executing it (injection detection, freshness check)flag_skill— Report problematic, broken, or unsafe skills to the community
Installation
install_skill— Get platform-specific install configuration for a single skillinstall_batch— Install up to 20 skills at onceinstall_pack— Install an entire curated agent pack (e.g.,research-agent,devops-engineer)
Memory & Context
save_memory— Persist key-value data (installed skills, preferences, context) across sessionsrecall_memory— Retrieve previously saved memories, optionally filtered by type
Permissions & Human Approval
request_permission— Ask the human owner for approval before installing a skillcheck_permission— Poll the status (pending/approved/denied) of a permission request
Usage Tracking & Proof
report_skill_usage— Report whether a skill worked correctly to improve quality scoreslist_my_proofs— View your verified skill usage historyverify_proof— Verify a specific execution proof by IDshare_loadout— Share your public skill configuration, trust score, and stats
Loaditout 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-serverClaude 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
Tool | Description |
| Search 20,000+ MCP servers and agent skills by keyword |
| Personalized search with history and preferences applied |
| Get full details, security grade, and install config for a specific skill |
| Get platform-specific install configuration for any skill |
| Install multiple skills at once (up to 20) |
| Install an entire curated pack (e.g., research-agent, data-engineer) |
| Get skill recommendations based on your project context |
| Analyze what tools you need for a specific task |
| Browse skills by category |
| Check if an action on a skill is safe before executing |
| Report whether a skill worked correctly |
| Report problematic or unsafe skills |
| Save key-value pairs to persistent agent memory |
| Retrieve previously saved memories |
| Request human approval to install a skill |
| Check status of a permission request |
| List your verified skill usage history |
| Verify an execution proof by ID |
| Get your public skill configuration |
Security Grading
Every server is graded A/B/C/F based on 7 criteria:
Zero prompt injection flags
Zero capability flags (no shell, exec, sudo, filesystem, process.env)
README content present
Description present
Committed within 12 months
At least 5 GitHub stars
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/reponpm: loaditout-mcp-server
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/loaditoutadmin/loaditout-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server