MCP server exposing 2 tools for nj-mvc.
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/nj-mvc/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
nj_mvc_inspection_facilities — Find a licensed New Jersey vehicle inspection or emission-repair facility — the private inspection stations, state inspection stations and registered emission repair shops overseen by the New Jersey Motor Vehicle Commission (MVC), the agency other states call the DMV. Returns the business name, street address, town, phone, licence id and whether it inspects cars, diesel or both. Answers "where can I get my car inspected in Edison NJ", "NJ diesel inspection station near ZIP 07740", "emission repair facility in Monmouth County", and "how many private inspection facilities does New Jersey license". Covers all 1,167 licensed facilities. For a driver license, ID card or registration renewal, the MVC runs separate licensing agencies that this file leaves out.nj_mvc_vehicle_inspections — Measure how often cars pass or fail New Jersey vehicle inspection, from the Motor Vehicle Commission's record-level results file — 2,314,032 individual tests, each carrying make, model, model year, fuel, and separate emissions and safety verdicts. Returns test counts with pass rate, fail rate, and how many failures were emissions rather than safety, grouped by make, model, model year, fuel, body style or test type. Answers "which cars fail NJ emissions inspection most", "Toyota Camry NJ inspection failure rate", "do older cars fail New Jersey inspection more often", "NJ inspection pass rate by make", and "how many diesels does New Jersey inspect". Statewide overall, roughly 10% of tests fail.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nj-mvc/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io