MCP server exposing 3 tools for us-code.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/us-code/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
usc_section — Get the FULL TEXT of a section of the United States Code — federal statutes — by citation. "18 U.S.C. 1343" is title 18, section 1343. Returns the statutory text, its title and chapter, and the edition it came from. Keyless. Use for "what does the wire fraud statute say", "what is the text of 42 USC 1983", or to check what a statute a case relies on actually provides.usc_titles — List the 54 titles of the United States Code with their subject names — title 18 is Crimes and Criminal Procedure, title 26 is the Internal Revenue Code, and so on. Keyless. Use when you know the subject area but not which title governs it, before calling usc_section.usc_search — Search the United States Code by subject to find which statutes are relevant — "wire fraud", "endangered species take". Returns matching section headings and their titles; call usc_section for the text. Needs a data.gov API key, which Pipeworx fronts; pass _apiKey to use your own. For a citation you already have, usc_section is keyless and more direct.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/us-code/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io