monday.com
monday.com is a cloud work management platform for organizing workflows, projects, CRM, service, and related business operations around boards, items, workspaces, and automations. It also offers AI-oriented integration points including a hosted MCP server and agent signup flow.
monday.com exposes a GraphQL Platform API at `https://api.monday.com/v2`, a public GraphQL schema endpoint, an OAuth-protected hosted MCP server at `https://mcp.monday.com/mcp`, and a documented `mcli` command-line tool; API access uses either personal API tokens or OAuth app credentials depending on the surface.
- monday.com MCP serverdetected
- monday.com GraphQL APIdiscovered
- mclidiscovered
In monday.com, open your profile menu and go to Developers → My Access Tokens, then create/copy a Personal API V2 token. The agent skill shows storing it in MONDAY_API_TOKEN, and the API docs say requests authenticate with the Authorization header. For agent-created accounts, the signup flow at Agent signup skill returns an immediately usable API token for the new account.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 6/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://monday.com/llms.txt
- API catalog✓https://monday.com/.well-known/api-catalog
- OpenAPI document✓https://monday.com/openapi.json
- MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://monday.com/.well-known/oauth-protected-resource
- Agent card✓https://mcp.monday.com/mcp
- Agent skills✓https://monday.com/.well-known/agent-skills/index.json
Publish these signals → /publishing