MCP server exposing 6 tools for us-dmv.
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/us-dmv/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
dmv_vehicle_registrations — Registered vehicle counts from state DMV/motor-vehicle-agency data: how many vehicles are registered in a county, ZIP code or whole state, broken down by fuel type, make, model year or vehicle class. Covers California (fleet counts by ZIP, make, model year, fuel), New York (record-level fleet: county, ZIP, city, make, body type), Maryland (county fleet totals by month), Pennsylvania (county fleet totals by quarter), Delaware (statewide by fuel), Texas (statewide fiscal-year totals) and Washington (registration transactions per fiscal year or month by county, fuel and vehicle class). Answers questions like "how many vehicles are registered in ZIP 90210", "which New York county has the most registered vehicles", or "how many diesel registrations did King County WA process last year". Every response reports its grain and as-of date, and whether the row list was truncated, because states publish at genuinely different levels of detail. For electric-vehicle counts and share use dmv_ev_adoption; for office addresses use dmv_offices.dmv_ev_adoption — Electric-vehicle adoption from state DMV registration records: how many battery-electric and plug-in hybrid vehicles are registered in a place, which makes and models people actually own there, and what share of all registered vehicles is electric. Covers California (ZIP-level fuel mix with EV share, 2019-2026 snapshots), Washington (VIN-level EV population by county, city, ZIP, make, model), New York (electric registrations by county or ZIP), Maryland (EV and plug-in hybrid by county or ZIP, monthly), Pennsylvania (BEV/PHEV/hybrid plus EV percentage by county, quarterly), Delaware, Hawaii (annual series since 1999) and Connecticut. Answers "how many Teslas are registered in King County", "EV share in ZIP 94002", "which Maryland county has the most EVs", or "EV adoption trend in Hawaii". Returns plug-in counts, and total-fleet share wherever the state publishes a denominator.dmv_wait_times — Live wait times at state DMV field offices, published by the agency itself: current average wait, longest wait, how many customers are queued, and whether each office is open right now. Available for North Carolina (148 driver license offices plus vehicle/LPA units, with addresses and posted hours) and Oregon (60 DMV field offices with customers-waiting counts and coordinates). Answers "how long is the wait at the Raleigh DMV", "which Oregon DMV office is fastest right now", or "is the Charlotte DMV open". Waits read zero and status reads closed outside posted business hours, which is the agency feed reporting an idle queue rather than a missing value. Most states publish no wait feed at all — for those, dmv_offices returns addresses, hours and services.dmv_offices — Find state DMV, BMV, MVA or driver-license offices with addresses, hours, phone numbers, coordinates and which services each location actually performs. Covers California (187 field offices with per-office service tags), New York, Missouri (license offices, refreshed daily), Wisconsin (92 service centers flagged for knowledge tests, multi-language testing, titles, plates and accepted payment types), Indiana (branches, kiosks, skills-test and rider-training sites), Tennessee (driver service centers with REAL ID, CDL skills test, vision test and handgun-permit flags), North Carolina, Washington DC, Iowa (driver license stations) and New Jersey (vehicle inspection and emission repair facilities). Answers "DMV office in Sacramento", "which Wisconsin DMV gives the knowledge test in another language", "nearest BMV branch with a kiosk in Indianapolis", or "Tennessee driver service center that does CDL skills tests".dmv_ca_forms — Search the official California DMV forms catalog by topic and get the form name, its REG/DL form number and the page to download it from. Answers "which California DMV form transfers a title", "CA DMV form for a duplicate registration", or "what is REG 227". Returns the forms California DMV publishes, ranked by the site's own relevance order. California only.dmv_ca_insurance_lookup — Look up an auto insurance company's NAIC code from the California DMV insurance-carrier list, matching on company name. Returns each matching insurer with its five-digit NAIC number, which California requires when reporting insurance for a registered vehicle. Answers "NAIC code for State Farm", "what is Geico's NAIC number", or "find insurer codes matching Progressive". California DMV list; the NAIC codes themselves are national.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/us-dmv/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io