Developer Tools
skilxiv.org
This server manages the lifecycle of SKILL.md drafts for the SkilXiv platform, enabling validation, preparation, creation, status checking, and updating of skill submissions.
ENDPOINT 1
https://mcp.skilxiv.org/mcp
MCP server metadata
- Name
- skilxiv
- Version
- 0.1.0
Known tools 15
validate_skillValidate a complete SKILL.md against the live SkilXiv schema and taxonomy.
Inferred read-onlyprepare_skill_draftPrivately stage the exact validated SKILL.md for approval for 30 minutes.
Inferred read-onlycreate_skill_draftConvert a previously prepared approval envelope into a PRIVATE draft.
Inferred read-onlysearch_skillsSearch for executable skills in the SkilXiv registry using semantic + lexical hybrid search.
Inferred read-onlyget_skillFetch the full content of a SkilXiv skill (SKILL.md body, metadata, examples).
Inferred read-onlylist_dependenciesList the declared dependencies of a SkilXiv skill (other skills it depends on or relates to).
Inferred read-onlydiff_skill_versionsCompare two immutable skill versions, including semantic metadata changes and a bounded body diff.
Inferred read-onlyresolve_skill_packResolve 1–20 pinned skills into an execution plan with hashes, licenses, context size, dependencies, and runtime conflicts.
Inferred read-onlysubmit_verification_receiptSubmit a privacy-minimal independent verification receipt.
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.skilxiv]
url = "https://mcp.skilxiv.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skilxiv": {
"type": "http",
"url": "https://mcp.skilxiv.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skilxiv
Remote MCP URL: https://mcp.skilxiv.org/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": {
"skilxiv": {
"url": "https://mcp.skilxiv.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skilxiv": {
"type": "http",
"url": "https://mcp.skilxiv.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skilxiv",
"transport": "streamable-http",
"url": "https://mcp.skilxiv.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.