@pipeworx/texas-code
Connect: https://gateway.pipeworx.io/texas-code/mcp · Install: one-click buttons
Tools: 2
Keyless. PE + 19.02 returns the murder statute.
Why this took three attempts to find
statutes.capitol.texas.gov returns HTTP 200 with an identical 250,874-byte
Angular shell for every path, including nonsense ones — so no probe of that
host can ever produce a document or a miss. The statutes are not served from it.
The real location sits in an environment constant inside chunk-7GRZWKYH.js, a
chunk index.html never references (so a sweep of preloaded chunks misses it):
FileServerPath: https://tcss.legis.texas.gov/resources
The file server holds the same per-chapter HTML the old site used, at the same
path minus the Docs/ prefix — and it 404s honestly.
Files are per chapter; citations are per section
19.02 lives inside PE.19.htm next to 19.01-19.06, so the chapter is fetched
and the section cut out of it, bounded by the next Sec. N.NN. heading.
Returning the chapter would hand back six statutes for one ask.
A missing chapter and a missing section in a real chapter are reported differently.
Data source
Texas Legislative Council. Texas statutes are public record.
Tools
- 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 hist
- 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_statu
Tools
-
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_statu -
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.