-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alex Logvin edited this page May 8, 2026
·
2 revisions
Welcome to the ARS MCP wiki β comprehensive docs for the free, open-source MCP server and REST API mirroring the Arizona Revised Statutes.
Live at: https://ars.cactus.watch Coverage: 47 active titles, 22,780 sections, full-text indexed.
- Getting Started β install, first query, both REST and MCP
- Why MCP? β what an MCP is, why it beats curling azleg.gov, real token-savings numbers
- MCP Tools β full reference for all 4 tools with input schemas and example responses
- REST API β full reference for every endpoint
- Title Index β all 47 active titles with subject and section counts
- Examples and Recipes β common citations, search patterns, integration patterns
- FTS5 Search Tips β getting the best results out of full-text search
-
Data Freshness β how the weekly refresh works, what
updated_atmeans
- Architecture β how the Workers + D1 + FTS5 fit together, why mirror not proxy
- Self-Hosting β fork and run your own copy (e.g., for another state)
- Contributing β how to help
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Claude Desktop / Claude Code / Cursor / Cline β
β β β
β MCP request β (Streamable HTTP) β
β βΌ β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β ars-api Worker (ars.cactus.watch) β β
β β β REST endpoints + MCP server β β
β β β Streamable HTTP transport, stateless β β
β β β Reads from D1 with FTS5 β β
β ββββββββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββ β
β β β
β βΌ β
β βββββββββββββββββββββββββββ β
β β D1 (ars-mcp-db) β β
β β β sections (22,780) β β
β β β sections_fts (FTS5) β β
β β β titles_meta β β
β β β scrape_runs β β
β βββββββββββββββ²ββββββββββββ β
β β β
β β writes β
β β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β ars-scraper Worker β β
β β β Weekly cron β refresh 5 oldest titles β β
β β β POST /scrape/title/:N β auth-gated manual rescrape β β
β βββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββ β
β β β
β β polite scrape (1 req/s) β
β βΌ β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β azleg.gov β β
β β β /arstitle/?title=N β section list β β
β β β /ars/{title}/{NNNNN}.htm β bare statute pages β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
This mirror is a community tool. It is not authoritative. For court filings, formal complaints, or any official use, verify directly against azleg.gov.
MIT β fork it, run it, change it. No attribution required (a star helps).