← skillstore.io
INDIVIDUAL MCP TOOL
install_pack
Prepare an agent-safe install contract for a public approved skill pack, including command, signed manifest URL, and skillstore.lock.json content.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.skillstore-io]
url = "https://skillstore.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skillstore-io": {
"type": "http",
"url": "https://skillstore.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skillstore-io
Remote MCP URL: https://skillstore.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"skillstore-io": {
"url": "https://skillstore.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skillstore-io": {
"type": "http",
"url": "https://skillstore.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skillstore-io",
"transport": "streamable-http",
"url": "https://skillstore.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_skills— Search public approved Skillstore skills and skill packs by task, keyword, platform, or scenario.get_pack— Get a public approved skill pack with included skills and install surfaces.list_scenarios— List scenario tags with public pack counts.