# Lysis (Techway) — MCP server on mcp.ai > Reporting and queries over Lysis (Techway), a Brazilian legal ERP: case lookup (number/folder/party), case timelines/updates, the 'to-do' calendar (hearings, deadlines, tasks) and people records — ideal for the firm's weekly report. Auth via Lysis login + password (a dedicated user is recommended). Internal app API; no official public API. By: mcp.ai · official Page: https://mcp.ai/lysis ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_lysis?ms=1785379140000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/lysis/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/lysis/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/lysis/skill.md Postman collection (v2.1): https://mcp.ai/lysis/postman.json ## Example prompts - "Build the weekly report: open cases and their new timeline entries" - "What appointments and deadlines do I have this week in Lysis?" - "Find the case in folder 123 and show its detail and timeline" ## Links Docs: https://mcp.ai/docs/mcps/lysis Website: https://mcp.ai/mcps/lysis