MCP server exposing 2 tools for texas-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/texas-code/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
tx_statute — Get the FULL TEXT of a section of the Texas Statutes — Texas state law — by citation. "Texas Penal Code 19.02" is code "PE", section "19.02" (murder). Returns the statutory text and its amendment history. Keyless. Use for "what does Texas Penal Code 19.02 say", "text of Tex. Fam. Code 6.001", or to check a Texas statute a case relies on.tx_codes — List the Texas codes with their subjects — Penal Code is PE, Family Code is FA, Tax Code is TX, and so on. Keyless. Use when you know the subject but not the code abbreviation, before calling tx_statute.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/texas-code/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io