invoked-sh
v1.0.1
Published
MCP server for invoke.sh - the global search engine for agent skills
Maintainers
Readme
invoked-sh
MCP server for invoke.sh - the global search engine for agent skills.
Installation
npx invoked-shOr add to your MCP configuration:
{
"mcpServers": {
"invoked": {
"command": "npx",
"args": ["invoked-sh"]
}
}
}Tools
invoke_search_skills
Search for agent skills by natural language query.
Parameters:
query(string, required): Natural language search querylimit(number, optional): Maximum results (default: 10, max: 50)
Example:
{
"query": "analyze competitors",
"limit": 5
}invoke_get_skill
Get the full SKILL.md content for a skill.
Parameters:
slug(string, required): Skill identifier from search results
Example:
{
"slug": "anthropic/competitor-analysis"
}Usage Flow
- Search for skills with
invoke_search_skills - Pick the best match from results
- Get full content with
invoke_get_skill - Use the skill instructions
Environment Variables
INVOKE_API_URL: Override the API URL (default:https://www.invoked.sh)
License
MIT
