MCP server exposing 5 tools for monday.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/monday/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
monday_list_boards — List all boards in your account. Returns board ID, name, state, and item count to discover available boards.monday_get_board — Get board structure and metadata (e.g., board ID "12345"). Returns name, columns, groups, and item count.monday_list_items — List items in a board (e.g., board ID "12345"). Returns item ID, name, group, column values, and created date.monday_create_item — Create a new item in a board (e.g., board ID "12345", name "New Task"). Returns created item ID and name.monday_search_items — Search for items across all boards by keyword. Returns matching items with ID, name, board name, and column values.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/monday/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io