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 capabilities. It reads CHROMA_API_KEY, CHROMA_TENANT and CF_API_TOKEN from environment variables (or a local .env) solely to authenticate to Chroma Cloud and Cloudflare Workers AI, both of which are in the declared egress allowlist. User query text is sent to Cloudflare for embedding and the resulting vector is sent to Chroma Cloud for search, which is the intended data flow. No other outbound hosts appear in runtime code, and no credentials are sent elsewhere.
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. |
Egress allowlist: api.trychroma.com, api.cloudflare.com
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.1 · live | Cryptobyte/me-law@HEAD | pass |