{
  "mcp_version": "2025-06-18",
  "name": "skillet",
  "version": "1.0.0",
  "endpoint": "https://registry.skillet.md/api/v1/mcp",
  "transport": "streamable-http",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://registry.skillet.md/api/v1/mcp"
    }
  ],
  "title": "Skillet",
  "description": "Serves a Skillet user's kit live to MCP clients: list the skills they own, save, and subscribe to, and load any SKILL.md on demand. Read-only, approved versions only.",
  "documentation": "https://skillet.md/docs/mcp",
  "homepage": "https://skillet.md/",
  "capabilities": [
    "tools"
  ],
  "tools": [
    {
      "name": "list_skills",
      "description": "List the skills in the caller's Skillet kit (owned, saved, and subscribed) with name, description, and when to use each."
    },
    {
      "name": "get_skill",
      "description": "Load one skill by id and return its full SKILL.md instructions, at the version the caller has approved."
    },
    {
      "name": "search",
      "description": "Deep-research alias for list_skills: find skills in the caller’s kit matching a query."
    },
    {
      "name": "fetch",
      "description": "Deep-research alias for get_skill: retrieve one skill’s contents by id."
    }
  ],
  "auth": {
    "type": "bearer",
    "required": true,
    "description": "A read-only `skillet_m_` link token, sent as `Authorization: Bearer <token>` or embedded in the endpoint URL as `/mcp/{token}` for clients that cannot set headers. An MCP token can never publish, sync-write, or claim. The protocol handshake (`initialize`, `ping`, `tools/list`) needs no token; anything that reads a kit answers 401 with a `WWW-Authenticate` challenge naming `resource_metadata`.",
    "instructions_url": "https://skillet.md/docs/mcp",
    "obtain_url": "https://skillet.md/settings",
    "scopes": [
      "read"
    ],
    "resource_metadata": "https://registry.skillet.md/.well-known/oauth-protected-resource/api/v1/mcp"
  },
  "privacy_policy": "https://skillet.md/docs/privacy",
  "terms_of_service": "https://skillet.md/legal/terms"
}