{
  "schema_version": "2025-06-18",
  "name": "Syncro",
  "name_for_model": "syncro",
  "name_for_human": "Syncro CRM",
  "description": "Operate the Syncro commercial-automation CRM in natural language: find and create leads, move deals through the pipeline, create tasks, send WhatsApp messages, and manage automations and chatbots for the authenticated workspace. A public, credential-free server also exposes pricing, documentation and the OpenAPI specification for discovery.",
  "documentation_url": "https://docs.syncro.chat/en/mcp",
  "contact": "https://syncro.chat",
  "capabilities": {
    "tools": {},
    "resources": {}
  },
  "transport": "streamable-http",
  "servers": [
    {
      "type": "streamable-http",
      "url": "https://syncro.chat/mcp",
      "description": "Public, read-only server. No credentials required — use it to discover Syncro pricing, documentation and the OpenAPI specification.",
      "authentication": {
        "type": "none"
      },
      "capabilities": {
        "tools": {},
        "resources": {}
      },
      "tools": [
        "get_pricing_plans",
        "search_docs",
        "get_doc_page"
      ],
      "resources": [
        "syncro://pricing/plans",
        "syncro://docs/index",
        "syncro://openapi.json",
        "syncro://llms.txt"
      ]
    },
    {
      "type": "streamable-http",
      "url": "https://app.syncro.chat/mcp",
      "description": "Authenticated server that operates a Syncro workspace (leads, pipelines, tasks, WhatsApp, automations, chatbots). Requires an API key generated under Settings → API Keys.",
      "authentication": {
        "type": "api_key",
        "in": "header",
        "name": "X-API-Key",
        "alternate_header": "Authorization: Bearer <api_key>",
        "token_url_format": "https://app.syncro.chat/mcp/t/<token>",
        "instructions": "Generate an API key under Settings → API Keys in the Syncro app, then send it in the X-API-Key header. ChatGPT connectors may send it as Authorization: Bearer — both are accepted."
      },
      "capabilities": {
        "tools": {}
      }
    }
  ],
  "openapi": "https://syncro.chat/openapi.json",
  "llms_txt": "https://syncro.chat/llms.txt"
}