{
  "name": "monday.com MCP Server",
  "description": "Interact with monday.com boards, items, columns, and workflows via the GraphQL API.",
  "url": "https://mcp.monday.com/mcp",
  "provider": {
    "organization": "monday.com",
    "url": "https://monday.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://developer.monday.com",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["oauth2"],
    "credentials": null
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "monday-api",
      "name": "monday.com GraphQL API",
      "description": "Full access to the monday.com GraphQL API — manage boards, items, columns, groups, users, workspaces, automations, and more.",
      "tags": ["project-management", "work-management", "boards", "tasks", "automation"],
      "examples": [
        "Create a new board called 'Q3 Planning'",
        "Add an item to board 12345",
        "Get all items from my sprint board",
        "Update the status column of item 67890 to Done"
      ]
    }
  ]
}
