🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

loaditout-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loaditout-mcp-server

MCP server for discovering and installing AI agent skills from Loaditout

latest
Source
npmnpm
Version
0.2.4
Version published
Weekly downloads
31
-27.91%
Maintainers
1
Weekly downloads
 
Created
Source

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:

  • 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.

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts