Learning Resources
getskillary.com
Searches and retrieves public GetSkillary skill records, scenario solutions, and installation plans.
ENDPOINT 1
https://mcp.getskillary.com/mcp
MCP server metadata
- Name
- getskillary-mcp-server
- Version
- 1.0.0
GetSkillary provides public, manually downloadable AI agent skills. Tools are read-only except aggregate record_usage.
Known tools 10
search_solutionsSearch public GetSkillary scenario solution records by workflow problem, category, skill, or risk boundary.
Inferred read-onlyget_solution_detailReturn a public scenario solution by slug or scenario_id, including its skill bundle and risk boundary.
Inferred read-onlyrecommend_solution_skillsReturn the primary and supporting public skills for a scenario solution.
Inferred read-onlyget_solution_install_planReturn manual install guidance for every public skill in a scenario solution bundle.
Inferred read-onlyrecommend_skillsRecommend related public skills using Vectorize first, then catalog fallback.
Inferred read-onlyCONNECT 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.getskillary-mcp-server]
url = "https://mcp.getskillary.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"getskillary-mcp-server": {
"type": "http",
"url": "https://mcp.getskillary.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: getskillary-mcp-server
Remote MCP URL: https://mcp.getskillary.com/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": {
"getskillary-mcp-server": {
"url": "https://mcp.getskillary.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"getskillary-mcp-server": {
"type": "http",
"url": "https://mcp.getskillary.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "getskillary-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.getskillary.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for getskillary.com was fetched 2026-08-23T23:08:09.137Z.
getskillary.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.