MCP Server
The Liza MCP server (Model Context Protocol) exposes your Liza data as tools for AI clients like Claude Code — via JSON-RPC 2.0 over a single HTTP endpoint.
Endpoint
| Method | Path | Auth |
|---|---|---|
POST | /api/mcp | Bearer |
GET | /api/mcp/info | — |
GET | /api/mcp/tools | — |
Base URL: https://api.eu.liza.app
The POST /api/mcp endpoint accepts both single JSON-RPC requests and batch arrays.
Always up to date
The complete, authoritative list of tools is provided live by the server via tools/list. This documentation covers setup and concepts — not every individual signature. Valid field values (status, priority, scope) are provided by the get_metadata tool.
Areas
- Lists — list, read, create, update, delete, statistics.
- Tasks (list items) — filter (
state,compact,assigned_to_me, due date,sort), check off (individually & in bulk), "my open tasks", recently changed, search, item chat. - Users & teams — including workload.
- Integrations — CRM, calendar, tickets, messaging, storage, tasks (only when connected).
- Providers — GitHub, web search/fetch.
Full tool reference
All tools with their parameters: Users · Teams · Lists · List Items · Integrations · Providers.
Next: Connect Claude Code.
