Skip to main content
Glama
loaditoutadmin

loaditout-mcp-server

Official
README.md
# Loaditout MCP Server

[![loaditout-mcp-server MCP server](https://glama.ai/mcp/servers/loaditoutadmin/loaditout-mcp-server/badges/card.svg)](https://glama.ai/mcp/servers/loaditoutadmin/loaditout-mcp-server)

An MCP server for discovering, security-grading, and installing AI agent skills from [Loaditout](https://loaditout.ai).

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

## Quick Start

```bash
npx loaditout-mcp-server
```

### Claude Code

Add to `.claude/settings.json`:

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

### Cursor

Add to `.cursor/mcp.json`:

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

## Tools

| Tool | Description |
|------|-------------|
| `search_skills` | Search 20,000+ MCP servers and agent skills by keyword |
| `smart_search` | Personalized search with history and preferences applied |
| `get_skill` | Get full details, security grade, and install config for a specific skill |
| `install_skill` | Get platform-specific install configuration for any skill |
| `install_batch` | Install multiple skills at once (up to 20) |
| `install_pack` | Install an entire curated pack (e.g., research-agent, data-engineer) |
| `recommend_skills` | Get skill recommendations based on your project context |
| `check_capability_gap` | Analyze what tools you need for a specific task |
| `list_categories` | Browse skills by category |
| `validate_action` | Check if an action on a skill is safe before executing |
| `report_skill_usage` | Report whether a skill worked correctly |
| `flag_skill` | Report problematic or unsafe skills |
| `save_memory` | Save key-value pairs to persistent agent memory |
| `recall_memory` | Retrieve previously saved memories |
| `request_permission` | Request human approval to install a skill |
| `check_permission` | Check status of a permission request |
| `list_my_proofs` | List your verified skill usage history |
| `verify_proof` | Verify an execution proof by ID |
| `share_loadout` | Get 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](https://loaditout.ai)
- **CLI:** `npx loaditout add owner/repo`
- **npm:** [loaditout-mcp-server](https://www.npmjs.com/package/loaditout-mcp-server)

## License

MIT

TDQS

A4.2/5.0

Scored across 21 tools

Disambiguation4/5

Most tools have distinct purposes, but search-related tools (smart_search, search_skills, recommend_skills) could cause some confusion despite detailed descriptions clarifying their specific use cases.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (e.g., install_skill, list_categories, verify_proof), making it predictable for an agent to infer functionality.

Tool Count4/5

21 tools cover a broad skill registry management domain without feeling excessive, though slightly above the ideal 3-15 range for simpler servers.

Completeness4/5

The toolset covers most lifecycle operations (search, install, review, flag, usage reporting) but lacks uninstall functionality and minor updates like editing profile.

Maintenance

ActivityInactive
ResponsivenessUnresponsive