{"$schema":"https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json","name":"monday-mcp","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"},"tools":[{"name":"create_board","description":"Creates a new board with a name and kind (public/private/share)."},{"name":"get_board_schema","description":"Returns board columns, groups, and structure. Call this before creating or updating items to learn column IDs and types."},{"name":"create_group","description":"Creates a new group on a board for organizing phases, sprints, stages, or categories."},{"name":"create_column","description":"Adds a new column to a board (status, date, people, numbers, etc.)."},{"name":"create_item","description":"Creates a new item (row) on a board with column values."},{"name":"delete_item","description":"Deletes an item by ID."},{"name":"change_item_column_values","description":"Updates one or more column values on an existing item."},{"name":"move_item_to_group","description":"Moves an item from one group to another."},{"name":"get_board_items_by_name","description":"Searches for items on a board by name."},{"name":"create_update","description":"Adds a comment or update to an item."}],"capabilities":{"tools":{"listChanged":true}},"authentication":{"required":true,"schemes":["oauth2"]},"iconUrl":"https://monday.com/static/img/favicons/favicon-monday5-16.png"}