MCP server exposing 4 tools for naag.
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/naag/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
naag_multistate_cases — Search the National Association of Attorneys General database of MULTISTATE enforcement cases — lawsuits and investigations that coalitions of US state attorneys general brought together, largely antitrust and consumer protection: price-fixing, bid rigging, merger challenges, monopolization. Answers "which states sued this company together", "what multistate antitrust actions were filed this year", and "how were they resolved". Each case returns the case name, filing date, the participating and lead states, case and relief type, industry, resolution status, any federal co-plaintiff (DOJ, FTC) and a summary of the complaint.naag_case_detail — The full NAAG record for one multistate attorney-general case, given its numeric id or naag.org URL from naag_multistate_cases. Returns the complete complaint summary rather than a truncated one, plus every classification the record carries: participating states, lead plaintiff states, conduct type, civil or criminal, relief sought, resolution status, industry and any federal co-plaintiff.naag_policy_letters — Multistate coalition policy letters — the comment letters and formal positions that groups of state attorneys general send jointly to Congress, federal agencies and companies, on subjects like robocalls, AI, opioids and consumer data. Answers "have state AGs written to the FCC about this" and "which states signed that coalition letter". Returns the letter title, date, signing states and a summary, sourced from NAAG.naag_press_releases — Announcements and analysis published by the National Association of Attorneys General: press releases on coalition actions state AGs have just taken, and Attorney General Journal articles on consumer protection, antitrust, cybersecurity, public health and criminal law. Answers "what did state attorneys general announce recently" on a topic. Returns headline, date, topic category, summary and the naag.org link.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/naag/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io