{
  "protocolVersion": "0.3.0",
  "name": "RubyodDonate",
  "version": "1.0.0",
  "description": "Discover Thai streamers and their public donation pages, accepted payment methods, and gift effects. Read-only public access for AI agents.",
  "url": "https://rubyoddonate.com/api/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://rubyoddonate.com/api/mcp",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "RubyodDonate",
    "url": "https://rubyoddonate.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "documentationUrl": "https://rubyoddonate.com/llms.txt",
  "skills": [
    {
      "id": "find-streamer",
      "name": "find-streamer",
      "description": "Find a RubyodDonate streamer and their public donation page by name or slug.",
      "tags": [
        "donation",
        "streamer",
        "rubyoddonate"
      ]
    },
    {
      "id": "get-donation-info",
      "name": "get-donation-info",
      "description": "Retrieve accepted payment methods and gift options for a specific streamer.",
      "tags": [
        "donation",
        "streamer",
        "rubyoddonate"
      ]
    }
  ]
}