← getskillary.com

INDIVIDUAL MCP TOOL

get_solution_detail

Return a public scenario solution by slug or scenario_id, including its skill bundle and risk boundary.

getskillary.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.getskillary.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_solution_detail and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

getskillary.com

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.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.

Related tools

  • search_skills — Search public GetSkillary records by query, category, and tag.
  • search_solutions — Search public GetSkillary scenario solution records by workflow problem, category, skill, or risk boundary.
  • recommend_solution_skills — Return the primary and supporting public skills for a scenario solution.
  • get_solution_install_plan — Return manual install guidance for every public skill in a scenario solution bundle.
  • get_skill_detail — Return a public skill detail record by slug or skill_id.
  • recommend_skills — Recommend related public skills using Vectorize first, then catalog fallback.
  • get_download_url — Return the verified public zip download URL for a skill.
  • get_install_guide — Return a concise manual install guide for a public skill zip.