{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "serverInfo": {
    "name": "gofair-webmcp",
    "version": "1.0.0"
  },
  "name": "cn.gofairtrade.webmcp",
  "title": "GoFair WebMCP",
  "description": "Browser-exposed tools for discovering GoFair company information, service lines, and trade insight articles.",
  "version": "1.0.0",
  "websiteUrl": "https://gofairtrade.com.cn/",
  "supportedProtocolVersions": [
    "2025-06-18"
  ],
  "transport": {
    "type": "webmcp",
    "endpoint": "https://gofairtrade.com.cn/"
  },
  "remotes": [
    {
      "type": "webmcp",
      "url": "https://gofairtrade.com.cn/"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {},
    "prompts": {}
  },
  "tools": [
    {
      "name": "getCompanyInfo",
      "description": "Returns structured information about GoFair: company name, Chinese name, headquarters, operational hubs, contact email, covered sectors, and a plain-text summary.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "listServices",
      "description": "Returns GoFair's four integrated service lines with names and descriptions.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "listInsights",
      "description": "Returns published GoFair trade insight articles with their titles, URLs, and language codes.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ]
}
