ne_revised_statute

Pack: nebraska-code · Endpoint: https://gateway.pipeworx.io/nebraska-code/mcp

Get the FULL TEXT of a section of the Nebraska Revised Statutes — Nebraska state law — by citation. “Neb. Rev. Stat. 28-303” is first degree murder. Returns the statutory text. Keyless. Use for “what does Nebraska Revised Statute 28-303 say” or to check a Nebraska statute a case relies on.

Parameters

NameTypeRequiredDescription
sectionstringyesSection as cited, e.g. “28-303” (murder 1) or “60-6,196” (DUI).

Example call

Arguments

{
  "section": "28-303"
}

curl

curl -X POST https://gateway.pipeworx.io/nebraska-code/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ne_revised_statute","arguments":{"section":"28-303"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('ne_revised_statute', {
  "section": "28-303"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nebraska-code": {
      "url": "https://gateway.pipeworx.io/nebraska-code/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 13, 2026