nc_general_statute

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

Get the FULL TEXT of a section of the North Carolina General Statutes — North Carolina state law — by citation. “N.C.G.S. 14-17” is first degree murder. Returns the statutory text. Keyless. Use for “what does North Carolina General Statute 14-17 say” or to check an NC statute a case relies on.

Parameters

NameTypeRequiredDescription
sectionstringyesSection as cited, e.g. “14-17” or “20-138.1”. The chapter is the part before the first dash.

Example call

Arguments

{
  "section": "14-17"
}

curl

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

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('nc_general_statute', {
  "section": "14-17"
});

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build August 12, 2026