{
  "mcpServers": {
    "synch-exhibition": {
      "url": "https://synch-exhibition.com/api/mcp",
      "name": "Synch Exhibition AI Matchmaking",
      "description": "Agent-native API for Taiwan's B2B exhibition AI matchmaking platform. Tools for searching exhibitions, exhibitors, buyers, scheduling meetings, and generating ROI reports. Primary language: Traditional Chinese (zh-TW). Serves exhibition organizers, exhibitors, and buyers in Taiwan and Asia.",
      "version": "1.0.0",
      "protocolVersion": "2024-11-05",
      "transport": "http",
      "authentication": {
        "type": "api_key",
        "description": "API key required for write operations. Read endpoints are public. Request access: support@synch-exhibition.com",
        "header": "X-Synch-API-Key"
      },
      "tools": [
        "search_exhibitions",
        "search_exhibitors",
        "search_buyers",
        "get_exhibition_profile",
        "get_exhibitor_profile",
        "get_buyer_profile",
        "get_meeting_availability",
        "recommend_exhibitor_buyer_matches",
        "compare_meeting_opportunities",
        "schedule_meeting",
        "get_meeting_status",
        "record_meeting_outcome",
        "generate_roi_report",
        "get_event_policy"
      ],
      "resources": [
        {
          "uri": "https://synch-exhibition.com/llms.txt",
          "name": "Synch Platform Context",
          "description": "Complete platform context in LLM-friendly format"
        },
        {
          "uri": "https://synch-exhibition.com/openapi.json",
          "name": "OpenAPI 3.1 Specification"
        },
        {
          "uri": "https://synch-exhibition.com/sitemap.xml",
          "name": "Full Sitemap (85+ pages)"
        }
      ],
      "contact": {
        "email": "support@synch-exhibition.com",
        "docs": "https://synch-exhibition.com/agents",
        "demo": "https://synch-exhibition.com/book-demo"
      }
    }
  }
}
