Mcp Tool Discovery
Provides MCP tools guidance and assistance for orchestrating AI agents and multi-step workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mcp-tool-discovery npx -- -y @trustedskills/mcp-tool-discovery
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mcp-tool-discovery": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mcp-tool-discovery"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to discover and install new capabilities dynamically. It allows agents to expand their functionality by finding relevant tools or skills from available registries without requiring manual configuration updates.
When to use it
- You need an agent to adapt to new workflows or data sources on the fly.
- Your environment requires frequent updates to available tools, making static definitions impractical.
- You want to automate the process of equipping agents with necessary MCP (Model Context Protocol) tools.
- You are building a flexible system where agent capabilities must scale based on user needs.
Key capabilities
- Dynamically searches for compatible skills or tools within an ecosystem.
- Facilitates the installation of discovered skills directly into the agent's context.
- Supports integration with Model Context Protocol (MCP) standards for tool interoperability.
Example prompts
- "Find and install a skill that allows this agent to analyze financial spreadsheets."
- "Discover available tools for connecting to our internal Slack workspace and set them up."
- "Locate a new data processing skill compatible with my current MCP configuration and add it."
Tips & gotchas
Ensure your agent has network access to the registry where skills are hosted, as discovery relies on external availability. Verify that discovered skills are compatible with your specific version of the Model Context Protocol before installation to prevent runtime errors.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.