New Jersey MVC inspection facilities and 2.3M inspection results by make and model
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by New Jersey MVC.
nj_mvc_inspection_facilitiesAll 1,167 licensed private/state inspection and emission-repair facilities β name, address, town, phone, licence id, what they inspect
nj_mvc_vehicle_inspectionsPass/fail rates aggregated from 2,314,032 individual inspection tests, by make, model, model year, fuel, body style, test type or cylinder count
New Jersey DMV data: Motor Vehicle Commission (MVC) inspection and emission-repair facilities, and the record-level vehicle-inspection results file. Keyless.
Part of Pipeworx β an MCP gateway connecting AI agents to 1476+ live data sources.
New Jersey's agency is the Motor Vehicle Commission, universally the MVC. Residents say "MVC agency" where other states say "DMV office", so the tool descriptions name both.
| Tool | What it returns |
|---|---|
nj_mvc_inspection_facilities | All 1,167 licensed private/state inspection and emission-repair facilities β name, address, town, phone, licence id, what they inspect |
nj_mvc_vehicle_inspections | Pass/fail rates aggregated from 2,314,032 individual inspection tests, by make, model, model year, fuel, body style, test type or cylinder count |
None. data.nj.gov is a public Socrata portal; the public rate limit handles these queries
without an app token.
gvur-kt7q is 2,314,032 per-test records, each carrying make, model, model year, fuel,
full OBD-II readiness monitors, and separate emissions and safety verdicts. No other state
publishes inspection outcomes at that grain, which is what makes "which cars fail New Jersey
emissions inspection most" answerable at all.
Live-verified statewide numbers: 2,080,550 passes and 233,477 failures β about a 10% overall fail rate. Split by test type, initial tests fail 8.7% of the time and re-tests 26.7%.
min_tests (default 100) exists because a fail-rate ranking without it is meaningless β a
model with three tests and two failures would top every table. sort="fail_rate" ranks by
failure share; the default ranks by volume.
These are live-verified behaviours, not guesses:
county column contradicts the address on some rows. A
WATERFORD WORK address β Waterford Works is in Camden County β is labelled MORRIS.
The county filter is kept because agents ask for counties, but prefer city when the
answer has to be right, and the response says so in its note.WATERFORD WORK, not "Waterford Works"), so a
partial city string matches more reliably than a full one.geocoded_column is absent rather than
null, so latitude/longitude come back null for those.test_type="R" isolates the re-tests.emissions_failures and safety_failures can overlap and do not have to sum to failed,
which is the overall verdict column.TOYOTA, CAMRY, F150).min_tests filters
them out of any ranking by construction.nja_vhcl_type is empty on every row despite being documented as P/T/H, so it is not
offered as a group_by. nja_body_style is the working equivalent.as_of is fetched concurrently with the data, not after it. The 2.3M-row aggregate earns
a Socrata throttle, and the metadata helper does not retry, so a sequential call
intermittently returned a null refresh date.as_of rather than assumed current.t6tk-mr48 β Vehicle Inspection Facility Locationsgvur-kt7q β Vehicle Inspection DataAdd to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
tools/list at https://gateway.pipeworx.io/nj-mvc/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools β ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover β via
ask_pipeworx, which routes across the whole catalog β without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Instead of calling tools directly, you can ask questions in plain English β this works on the pack endpoint above as well as on the full gateway:
The gateway picks the right tool and fills the arguments automatically.
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/new-jersey-mvc)<a href="https://allmcps.com/mcp/new-jersey-mvc"><img src="https://allmcps.com/api/badge/new-jersey-mvc?style=directory" alt="New Jersey MVC on AllMCPs" /></a>