Maine Law
Audited · 2026.07Maine Revised Statutes (M.R.S.) and rules of court, semantically searchable with citation lookup.
MCP server for Maine public law — the Maine Revised Statutes (M.R.S.) and the state's rules of court. Semantic search over statute and rule text plus exact citation lookup, returning ready-to-cite source links.
AI security review
This server exposes three read-only search and lookup tools over Maine statutes and court rules, matching their descriptions with no hidden tools or injected instructions. It reads CHROMA_API_KEY, CHROMA_TENANT and CF_API_TOKEN from environment variables or a local .env file to authenticate to Chroma Cloud and Cloudflare Workers AI, both of which are declared in the egress allowlist. User query text is sent to Cloudflare Workers AI for embedding and the resulting vector is sent to the user's own Chroma Cloud database for similarity search; no other network destinations are contacted at runtime. Credential values are never logged or echoed back to the client.
Tool surface
me_search_statutes | Search the Maine Revised Statutes (M.R.S.) by topic or citation. |
me_get_statute | Fetch the full text of one Maine statute section by its citation. |
me_search_court_rules | Search Maine rules of court. |
Declared network destinations: api.trychroma.com, api.cloudflare.com. Checked against the source during review.
Pricing
| Plan | Price |
|---|---|
| per seat | $25.00 / month |
Add to your MCP client
This is a remote MCP server over HTTP. Point any client that supports remote servers at the endpoint below and send your MCP Commons key as a bearer token.
| Endpoint | https://run.mcpcommons.com/me-law/mcp |
| Auth header | Authorization: Bearer <your-api-key> |
Create a key in your dashboard, claim or subscribe to this listing, then paste your key in place of <your-api-key>.
Ratings and reviews
No reviews yet.
Sign in to leave a review. Sign in
Version history
| Version | Source | Review |
|---|---|---|
| v0.0.2 · live | Cryptobyte/me-law@HEAD | pass |
| v0.0.1 | Cryptobyte/me-law@HEAD | pass |