{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "g2gcpa-discovery",
    "title": "Glory To Glory CPA Discovery",
    "version": "1.0.0"
  },
  "description": "Public MCP server for Glory To Glory CPA Limited (Hong Kong AFRC-registered firm). Exposes firm facts, services, contact details, and discovery API status for AI agents.",
  "url": "https://g2gcpa.com/mcp",
  "documentationUrl": "https://g2gcpa.com/api/",
  "iconUrl": "https://g2gcpa.com/favicon.ico",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use tools to fetch public firm information. No authentication required for public:read discovery data. Prefer English unless the user asks in Chinese.",
  "tools": [
    "get_firm",
    "list_services",
    "get_contact",
    "get_status"
  ],
  "resources": [
    "firm://profile",
    "firm://llms"
  ],
  "prompts": [
    "summarize_firm"
  ]
}
