nj-mvc
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nj-mvcWhich cars have the highest failure rates in NJ inspections?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/nj-mvc
New Jersey DMV data: Motor Vehicle Commission (MVC) inspection and emission-repair facilities, and the record-level vehicle-inspection results file. Keyless.
What New Jersey calls its DMV
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.
Related MCP server: @pipeworx/us-dmv
Tools
Tool | What it returns |
| All 1,167 licensed private/state inspection and emission-repair facilities — name, address, town, phone, licence id, what they inspect |
| Pass/fail rates aggregated from 2,314,032 individual inspection tests, by make, model, model year, fuel, body style, test type or cylinder count |
Auth
None. data.nj.gov is a public Socrata portal; the public rate limit handles these queries
without an app token.
The distinctive dataset
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.
Gotchas worth knowing
These are live-verified behaviours, not guesses:
The facility file's
countycolumn contradicts the address on some rows. AWATERFORD WORKaddress — Waterford Works is in Camden County — is labelledMORRIS. Thecountyfilter is kept because agents ask for counties, but prefercitywhen the answer has to be right, and the response says so in itsnote.These are inspection and repair shops, not licensing agencies. Someone asking where to renew a New Jersey licence needs an MVC agency, which this file does not contain. The tool description is explicit so a router does not send that question here.
Town names are abbreviated and upper case (
WATERFORD WORK, not "Waterford Works"), so a partial city string matches more reliably than a full one.Coordinates are missing on some facility rows —
geocoded_columnis absent rather than null, solatitude/longitudecome back null for those.Inspection rows are tests, not vehicles. A car that fails and returns is counted twice;
test_type="R"isolates the re-tests.emissions_failuresandsafety_failurescan overlap and do not have to sum tofailed, which is the overall verdict column.Makes and models are upper case and abbreviated (
TOYOTA,CAMRY,F150).Model years include junk — a handful of rows carry 2033 and 2041.
min_testsfilters them out of any ranking by construction.nja_vhcl_typeis empty on every row despite being documented as P/T/H, so it is not offered as agroup_by.nja_body_styleis the working equivalent.as_ofis 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.The inspection file was last refreshed 2026-03-12; the facility file 2026-07-20. Both are reported in
as_ofrather than assumed current.
Data sources
data.nj.gov Socrata
t6tk-mr48— Vehicle Inspection Facility Locationsdata.nj.gov Socrata
gvur-kt7q— Vehicle Inspection Data
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"nj-mvc": {
"url": "https://gateway.pipeworx.io/nj-mvc/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1392+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about New Jersey MVC data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables searching and querying New Jersey Open Data (data.nj.gov) via Socrata, including dataset discovery, SoQL queries, and metadata retrieval.Last updated24MIT

@pipeworx/us-dmvofficial
Alicense-qualityCmaintenanceAccess US state DMV data including vehicle registrations, EV adoption, DMV office locations and services, live wait times, and California forms and insurer lookups. Supports multiple states with per-state quirks documented.Last updatedMIT- Alicense-qualityCmaintenanceEnables querying New York State DMV data including vehicle registrations, EV adoption, offices, road test sites, driving schools, and licensed facilities, with keyless access to public datasets.Last updatedMIT
- Alicense-qualityCmaintenanceEnables querying electric vehicle registration data in Connecticut, aggregated by town, make, model, model year, or body type.Last updatedMIT
Related MCP Connectors
New Jersey Open Data (data.nj.gov) Socrata MCP.
EPA Emissions MCP — wraps EPA Envirofacts REST API (free, no auth)
Decodes US VINs and looks up open NHTSA safety recall campaigns for a vehicle.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-nj-mvc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server