New Hampshire Law
Audited · 2026.07New Hampshire statutes (RSA) and rules of court, semantically searchable with citation lookup.
MCP server for New Hampshire public law — the Revised Statutes Annotated (RSA) 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 New Hampshire law search tools whose descriptions accurately reflect their behavior: semantic search and retrieval of statutes and court rules from a Chroma Cloud vector database. Query text is sent to Cloudflare Workers AI (api.cloudflare.com) for embedding, and the resulting vectors are sent to Chroma Cloud (api.trychroma.com) for similarity search, both of which are declared in the egress allowlist. Credentials (CHROMA_API_KEY, CHROMA_TENANT, CF_ACCOUNT_ID, CF_API_TOKEN) are read from environment or an optional local .env file and used only to authenticate to these two declared endpoints. No other network destinations, credential exfiltration, or injection payloads were found.
Tool surface
nh_search_statutes | Search New Hampshire statutes (RSA) by topic or citation. |
nh_get_statute | Fetch the full text of one NH statute section by its RSA citation. |
nh_search_court_rules | Search New Hampshire rules of court (family, civil, criminal, probate, etc.). |
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/nh-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/nh-law@HEAD | pass |
| v0.0.1 | Cryptobyte/nh-law@HEAD | pass |