Nebraska Law
Audited · 2026.07Nebraska Revised Statutes and court rules, semantically searchable with citation lookup.
MCP server for Nebraska public law — the Nebraska Revised Statutes and the state's court rules. Semantic search over statute and rule text plus exact citation lookup, returning ready-to-cite source links. Public law only (no case law). Backed by a hosted Chroma Cloud vector database.
AI security review
This server exposes three narrowly scoped tools for Nebraska statutes and court rules, matching their descriptions with no hidden capabilities or injection payloads in metadata. User queries are sent to Cloudflare Workers AI for embedding and the resulting vectors are queried against the operator's own Chroma Cloud database, both of which are declared in the egress allowlist and match the only network calls in the code. Credentials (Chroma API key, tenant, Cloudflare account id and token) are read from environment variables or a local .env file and used solely to authenticate these two declared endpoints, never sent elsewhere. No other outbound hosts appear in runtime code.
Tool surface
ne_search_statutes | Search the Nebraska Revised Statutes by topic or citation. |
ne_get_statute | Fetch the full text of one Nebraska statute section by its citation. |
ne_search_court_rules | Search Nebraska court rules. |
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/ne-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/ne-law@HEAD | pass |