Back to monday.com MCP Server

Card snapshot

monday.com · 2026-05-24 09:06:21 UTC · 49f6d396386c80132c0af08343c2b2d9ea915d7e71927f32fbf5555b0469ce6e

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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 \u2014 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"
      ]
    }
  ]
}