{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "name": "customerio-mcp-server",
  "version": "1.0",
  "serverInfo": {
    "name": "customerio-mcp-server",
    "title": "Customer.io MCP Server",
    "version": "1.0.0"
  },
  "description": "Connect AI tools (Claude, Cursor) to a Customer.io workspace to create segments, build campaigns, draft content, and pull analytics. The US endpoint is shown in transport; EU workspaces use https://mcp-eu.customer.io/mcp.",
  "iconUrl": "https://customer.io/favicon.svg",
  "documentationUrl": "https://docs.customer.io/ai/mcp/",
  "websiteUrl": "https://customer.io",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.customer.io/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.customer.io/mcp",
      "region": "us"
    },
    {
      "type": "streamable-http",
      "url": "https://mcp-eu.customer.io/mcp",
      "region": "eu"
    }
  ],
  "capabilities": {
    "tools": {}
  },
  "authentication": {
    "required": true,
    "schemes": [
      "oauth2"
    ]
  }
}