Passport MCP Server
Allows interaction with the Passport ELM legal matter-management system, providing tools for creating, enriching, searching, and submitting matters, budgets, allocations, and entitlements.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Passport MCP Serverfind all open matters for Acme Corp"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Passport MCP Server (mock)
A mock MCP server for the Passport ELM legal matter-management system: 13 typed tools (create/enrich/search/submit matters, budgets, allocations, entitlements) over Streamable HTTP, backed by Postgres, with a deterministic rules engine and an append-only audit log.
Extracted from the legalDashboard monorepo with history preserved. Sibling repos:
Repo | Role |
passport-mcp-server (this) | Tool contract + business rules + persistence |
| LangGraph wizard agent / SSE BFF (MCP client) |
| Next.js chat portal |
Run
docker compose up -d --build # Postgres on host :5433, MCP server on :8081The MCP endpoint is http://localhost:8081/mcp. Migrations in
src/passport_mcp/migrations/ are idempotent and run at startup; mock reference
data lives in src/passport_mcp/data/.
Related MCP server: Spec-Driven IntelliMatch / iSuite MCP
Develop & test
docker compose up -d postgres # tests only need the database
python -m venv .venv && . .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e ".[dev]"
python -m pytest tests/ -qConfig is env-driven (src/passport_mcp/config.py); the default
DATABASE_URL is postgresql://passport:passport@localhost:5433/passport.
Invariants
Business rules and error codes are defined once in
src/passport_mcp/rules.pyand re-emitted verbatim by tools.Tools never raise for business failures — they return
{"ok": false, "error": {code, message, field}}.Writes are idempotent (client-supplied
idempotency_key) and audited.
Behind a corporate TLS-intercepting proxy, drop its root CA as a .crt into
certs/ (gitignored) before building the image.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search U.S. case law, fetch opinions, and ask matter-aware legal questions over your documents.
Connect AI to millions of laws and court cases with the Lawstronaut MCP.
Automate eSignature workflows and signing tasks via natural language commands.
AI transaction coordinator + legal-matters platform for real estate and law firms.
Related MCP Servers
- AlicenseCqualityAmaintenanceEnables interaction with Rocketmatter legal practice management via natural language, covering matters, clients, tasks, time, invoices, calendar, documents, and trust accounting.86MIT
- FlicenseAqualityDmaintenanceEnables interaction with IntelliMatch recruiting and iSuite insurance systems through spec-driven MCP tools, allowing natural language queries for candidate search, policy management, claims, and workflows.28-
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to interact with IBM Engineering Lifecycle Management (ELM), including DOORS Next Generation, EWM, and ETM, for managing requirements, work items, tests, and project builds through natural language.MIT
- AlicenseNot gradedqualityDmaintenanceEnables natural language interaction with Microsoft Dynamics 365 Finance & Operations, including entity discovery, CRUD operations, and a learning system that improves over time.MIT