{
  "protocolVersion": "0.3.0",
  "name": "Musikeando",
  "description": "Read-only Musikeando catalog (pricing and gift occasions) for agents. Creating and buying songs happens on the site pages or through the HTTP API with a session.",
  "url": "https://musikeando.com/.well-known/mcp",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://musikeando.com/docs",
  "provider": {
    "organization": "Musikeando",
    "url": "https://musikeando.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "check-pricing",
      "name": "check-pricing",
      "description": "Return the public pricing catalog and first-purchase conditions.",
      "tags": [
        "music",
        "gift",
        "personalization",
        "song"
      ],
      "examples": [
        "Return the public pricing catalog and first-purchase conditions."
      ]
    },
    {
      "id": "browse-gift-occasions",
      "name": "browse-gift-occasions",
      "description": "List the available gift occasions and the landing page for each one.",
      "tags": [
        "music",
        "gift",
        "personalization",
        "song"
      ],
      "examples": [
        "List the available gift occasions and the landing page for each one."
      ]
    }
  ]
}