{
  "name": "musikeando-docs",
  "title": "Musikeando documentation",
  "icon": "https://musikeando.com/images/logos/logo_musikeando-02.svg",
  "icons": [
    {
      "src": "https://musikeando.com/images/logos/logo_musikeando-02.svg",
      "mimeType": "image/svg+xml"
    }
  ],
  "websiteUrl": "https://musikeando.com/docs",
  "description": "Reference material for Musikeando personalized songs: API reference, authentication walkthrough, pricing and agent skills, as markdown. Read-only, public.",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "serverUrl": "https://musikeando.com/.well-known/mcp/docs",
  "transport": [
    "streamable-http"
  ],
  "documentation": "https://musikeando.com/docs",
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false
    }
  },
  "tools": [
    {
      "name": "get_documentation",
      "description": "Return Musikeando reference material as markdown. Use \"api\" for the endpoint reference, \"auth\" for the authentication walkthrough, \"pricing\" for the price list, \"agents\" for when-to-use guidance.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "enum": [
              "api",
              "auth",
              "pricing",
              "agents"
            ],
            "description": "Which reference document to return."
          }
        },
        "required": [
          "topic"
        ],
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "list_agent_skills",
      "description": "List the agent skills Musikeando publishes, each with its description and the URL of its SKILL.md document.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    }
  ],
  "resources": [
    {
      "uri": "resource://musikeando/llms",
      "name": "Site overview for agents",
      "description": "Concise markdown overview of the product, pages and prices.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "resource://musikeando/auth",
      "name": "Authentication walkthrough",
      "description": "How an agent gets credentials, in the auth.md format.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "resource://musikeando/agents",
      "name": "When to use this service",
      "description": "Guidance for agents on when Musikeando is and is not the right answer.",
      "mimeType": "text/markdown"
    }
  ],
  "productServer": "https://musikeando.com/.well-known/mcp"
}