npm loaditout-mcp-serverstdioMITupdated 5mo ago
An MCP server for discovering, security-grading, and installing AI agent skills from Loaditout.
loaditout で何ができる?
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-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
| 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:
- 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/repo - npm: loaditout-mcp-server
License
MIT
インストール
loaditout をクライアントに追加します。お使いのものを選んでください。
claude mcp add loaditout-mcp-server -- npx -y loaditout-mcp-servercodex mcp add loaditout-mcp-server -- npx -y loaditout-mcp-serveramp mcp add loaditout-mcp-server -- npx -y loaditout-mcp-server{
"mcpServers": {
"loaditout-mcp-server": {
"command": "npx",
"args": [
"-y",
"loaditout-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"loaditout-mcp-server": {
"command": "npx",
"args": [
"-y",
"loaditout-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"loaditout-mcp-server","command":"npx","args":["-y","loaditout-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"loaditout-mcp-server": {
"command": "npx",
"args": [
"-y",
"loaditout-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"loaditout-mcp-server": {
"command": "npx",
"args": [
"-y",
"loaditout-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"loaditout-mcp-server": {
"command": "npx",
"args": [
"-y",
"loaditout-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"loaditout-mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"loaditout-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"loaditout-mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"loaditout-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y loaditout-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
19 個のツール
loaditout は接続したエージェントに 19 個のツールを提供します。
- 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
スコア
68 / 100
良好
- ドキュメント22/25
- メンテナンス13/25
- 信頼性13/20
- 機能8/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 147 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 19 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.2.4最新 | 2026年4月7日 |