← Registry

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.

1 endpoint15 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://mcp.skilxiv.org/mcp

No auth detected

MCP server metadata

Name
skilxiv
Version
0.1.0
Capabilities
tools.listChanged

Known tools 15

validate_skill

Validate a complete SKILL.md against the live SkilXiv schema and taxonomy.

Inferred read-only
prepare_skill_draft

Privately stage the exact validated SKILL.md for approval for 30 minutes.

Inferred read-only
create_skill_draft

Convert a previously prepared approval envelope into a PRIVATE draft.

Inferred read-only
get_submission_status

Fetch an authenticated private draft and its status.

Inferred read-only
update_skill_draft

Replace the content of an authenticated PRIVATE draft.

Inferred read-only
search_skills

Search for executable skills in the SkilXiv registry using semantic + lexical hybrid search.

Inferred read-only
get_skill

Fetch the full content of a SkilXiv skill (SKILL.md body, metadata, examples).

Inferred read-only
get_resource

Fetch an attached resource file from a SkilXiv skill (e.g.

Inferred read-only
list_dependencies

List the declared dependencies of a SkilXiv skill (other skills it depends on or relates to).

Inferred read-only
report_usage

Record a lightweight skill usage event for Fairy/agent telemetry.

Inferred read-only
request_skill

Submit a public demand signal for a missing skill.

Inferred read-only
diff_skill_versions

Compare two immutable skill versions, including semantic metadata changes and a bounded body diff.

Inferred read-only
resolve_skill_pack

Resolve 1–20 pinned skills into an execution plan with hashes, licenses, context size, dependencies, and runtime conflicts.

Inferred read-only
submit_verification_receipt

Submit a privacy-minimal independent verification receipt.

Inferred read-only
report_outcome

Report the outcome of applying a SkilXiv skill.

Inferred read-only

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

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.