What problem does it solve? AI agents connected to external tools via the Model Context Protocol (MCP) create a new attack surface where unauthenticated tool access, unsanitized inputs, and poisoned tool outputs can lead to privilege escalation and data exfiltration. This Skill provides a structured methodology to identify and verify these vulnerabilities before attackers do. ## Core Features & Use Cases - Tool Access Control Testing: Enumerate exposed MCP tools and check whether sensitive operations can be invoked without authentication or proper authorization. - Injection & Output Poisoning Probes: Test tool parameters for SQL injection, command injection, NoSQL injection, and prototype pollution, and verify whether crafted tool outputs can inject instructions back into the agent. - Use Case: During a security assessment of an application deploying Claude Desktop MCP or a custom agent framework, use this Skill to map the tool catalog via the /tools endpoint, then systematically test each tool for missing access controls, cross-user data isolation failures, and unsafe tool registration. ## Quick Start Use the hunt-mcp-security skill to test the MCP server at the target URL for unauthenticated tool access and injection vulnerabilities.