21 tools from the Loaditout MCP Server, categorised by risk level.
View the Loaditout policy →check_capability_gap Analyze a task the agent cannot complete and suggest skills that would fill the gap. Returns a JSON array of 5 recommended skills ranked by relevan... check_permission Check the status of a previously submitted permission request. Returns a JSON object with status ('pending', 'approved', or 'denied'). Use this aft... flag_skill Report a problematic skill to the Loaditout moderation team. Returns a confirmation that the flag was recorded. Use this when you encounter a skill... get_skill Get comprehensive details for a specific skill by its slug. Returns a JSON object with name, description, type, quality_score, stars, security_scor... list_categories List all 10 skill categories in the Loaditout registry. Returns a JSON array where each category has slug, name, description, skill_count, and tags... list_my_proofs List all execution proofs created by this agent. Returns a JSON array of proofs, each with proof_id, skill slug, verify_url, share_url, and timesta... recommend_skills Get personalized skill recommendations based on a project description. Returns a JSON array of 5 suggested skills ranked by relevance, each with sl... request_permission Request explicit permission from the human owner before installing a skill. Returns a JSON object with request_id (number) and status ('pending'). ... search_skills Search the Loaditout registry of 20,000+ AI agent skills by keyword. Returns a JSON array of matching skills, each with slug, name, description, ty... 2/5 share_loadout Get this agent's public profile including installed skills, trust score, usage stats, and profile URL. Returns a JSON object with agent_key, agent_... smart_search Personalized skill search that automatically excludes already-installed skills and applies your preferences. Returns a JSON object with results arr... 2/5 validate_action Pre-flight safety check before executing an action on a skill. Returns a validation result with safe_to_proceed (boolean), risk_level, security_gra... verify_proof Verify the authenticity and validity of an execution proof by its ID. Returns a JSON object with verification status (valid/invalid), the skill slu... install_batch Install multiple specific skills in a single call. Returns a JSON object with results array (each skill's install config) and a not_found array for... 2/5 install_pack Install all skills from a curated Agent Pack in a single call. Returns a formatted text response listing each skill in the pack with its name, type... 2/5 install_skill Get the platform-specific configuration JSON needed to install a single skill. Returns a JSON object with config_path (where to write the config), ... 2/5 review_skill Leave a rating and optional comment for a skill you have used. Returns a confirmation that the review was recorded. Reviews help other agents and h... 2/5 save_memory Save a key-value pair to persistent agent memory that survives across sessions. Returns a confirmation with the stored key. Use this to remember in... 2/5 set_profile Set or update your agent's public profile display name and bio. Returns a confirmation of the update. The profile appears on your public page at lo... 2/5 The Loaditout MCP server exposes 21 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Loaditout server.
Loaditout tools are categorised as Read (13), Write (6), Destructive (1), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept