← skillsregistry.net
INDIVIDUAL MCP TOOL
resolve_composition
Resolve a composition slug into its constituent skills with lineage + cascade trust impact.
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 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.skillsregistry-net]
url = "https://api.skillsregistry.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skillsregistry-net": {
"type": "http",
"url": "https://api.skillsregistry.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skillsregistry-net
Remote MCP URL: https://api.skillsregistry.net/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": {
"skillsregistry-net": {
"url": "https://api.skillsregistry.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skillsregistry-net": {
"type": "http",
"url": "https://api.skillsregistry.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skillsregistry-net",
"transport": "streamable-http",
"url": "https://api.skillsregistry.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_skills— Search the registry for skills matching a natural-language query.get_skill— Fetch a single skill record by slug, including manifest + trust breakdown.list_leaderboard— List the top-N skills for a given leaderboard kind.get_trust_breakdown— Return the trust slice of a skill: 7-dimension scores, A/B/C/D/F tier, findings count, content-safety verdict.