{
  "name": "Volcanos Cheerleader Förderverein Agent",
  "version": "1.0.0",
  "description": "Agent interface for the Förderverein der Volcanos Cheerleader e.V. (Gleidingen). Answers factual questions about the association, the Volcanos Fire cheerleading team and the USA mission (West Coast Crown 2026), and returns the contact, donation and membership channels. Read-only, no internal member data.",
  "url": "https://volcanos-fire-astro.pages.dev/mcp",
  "provider": {
    "organization": "Förderverein der Volcanos Cheerleader e.V.",
    "url": "https://volcanos-fire-astro.pages.dev"
  },
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "type": "mcp",
      "url": "https://volcanos-fire-astro.pages.dev/mcp",
      "serviceUrl": "https://volcanos-fire-astro.pages.dev/mcp",
      "transport": "JSONRPC",
      "transportProtocol": "https"
    }
  ],
  "capabilities": [
    {
      "id": "cap-project",
      "name": "Association information",
      "description": "Facts about the association, the Volcanos Fire team, the USA mission and the main pages of the website."
    },
    {
      "id": "cap-contact",
      "name": "Contact and support",
      "description": "Contact addresses, the contact form and the donation and membership channels."
    }
  ],
  "skills": [
    {
      "id": "get_project_info",
      "name": "Get project info",
      "description": "Return facts about the Förderverein der Volcanos Cheerleader e.V., the team, the USA mission and the main website pages."
    },
    {
      "id": "get_contact_info",
      "name": "Get contact info",
      "description": "Return the contact, donation and membership channels of the association."
    }
  ],
  "documentationUrl": "https://volcanos-fire-astro.pages.dev/auth.md"
}
