MCP server exposing 6 tools for ny-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/ny-dmv/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
ny_dmv_vehicle_registrations — Count vehicles registered in New York State from the NYS DMV record-level registration file, broken down by county, ZIP code, city, make, model year, body type, registration class or fuel type. Each of the 12.6 million source rows is one registration record, so this answers "how many cars are registered in Kings County", "how many Teslas are registered in New York", "how many pickup trucks are registered in ZIP 11201", "which New York county has the most registered vehicles", and how many registrations carry a scofflaw, suspension or revocation flag. County names are unabbreviated and upper case, with Brooklyn filed as KINGS. For electric-vehicle share use ny_dmv_ev_adoption; for a DMV office address use ny_dmv_offices.ny_dmv_ev_adoption — Measure electric-vehicle adoption in New York State: how many registered vehicles carry the ELECTRIC fuel code in each county, ZIP code, city, make or model year, and what share of all registered vehicles in that scope they represent. Reads the NYS DMV record-level registration file, so it answers "how many EVs are registered in New York", "EV share in Westchester County", "which New York county has the most electric vehicles", "how many electric Teslas are registered in Brooklyn", and how EV registrations break down by model year. New York files every plug-in vehicle under one ELECTRIC code, so battery-electric and plug-in hybrid vehicles arrive combined; Washington separates them, in wa_dmv_ev_population.ny_dmv_offices — Find New York State DMV offices with street address, public phone number, weekday opening hours and coordinates. Covers all 175 county offices, district offices, mobile offices and traffic violations bureaus in the NYS DMV directory, so it answers "DMV office in Buffalo", "where is the DMV in ZIP 12207", "NYS DMV phone number in Albany", or "which New York DMV offices are mobile". For the sites where the road test itself is given use ny_dmv_road_test_sites.ny_dmv_road_test_sites — List New York State DMV road test sites — where the driving test is actually administered — with the city, county, ZIP, coordinates, written directions to the starting point, and which tests each site gives (Auto, Motorcycle, CDL A/B/C, Farm, RV). Covers 444 active sites statewide, answering "where can I take my road test near Albany", "which New York road test sites offer the motorcycle test", or "CDL road test sites in Erie County". For the DMV counter that issues the licence use ny_dmv_offices.ny_dmv_driving_schools — Find driving schools licensed by the New York State DMV, with school name, street address, city, ZIP, phone number, DMV school number, coordinates, and which courses each school is licensed to teach (5-hour pre-licensing, auto, motorcycle, bus, truck, tractor-trailer). Covers 573 licensed schools statewide, answering "licensed driving schools in Brooklyn", "which New York driving schools teach the 5-hour pre-licensing course", "motorcycle driving school near Syracuse", or "CDL tractor-trailer schools in New York".ny_dmv_licensed_facilities — Search the register of 54,563 businesses licensed by the New York State DMV — vehicle inspection stations, repair shops, auto body shops, new and used car dealers, dismantlers, scrap processors, salvage pools, transporters and brokers — by city, county, ZIP, name or licence type, with the owner name, licence number, original issuance date and expiration date. Answers "is this repair shop licensed in New York", "vehicle inspection stations in ZIP 10034", "how many used car dealers are licensed in Suffolk County", or "licensed dismantlers in Erie County". Set group_by to get counts per county, city, ZIP or licence type instead of a list.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/ny-dmv/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io