{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "monday-mcp",
    "title": "monday.com MCP Server",
    "version": "1.0.0"
  },
  "description": "Interact with monday.com boards, items, columns, and workflows via the GraphQL API.",
  "documentationUrl": "https://developer.monday.com",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.monday.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    }
  },
  "authentication": {
    "required": true,
    "schemes": ["oauth2"]
  }
}
