MCP server exposing 5 tools for de-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/de-dmv/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
de_dmv_vehicle_registrations — Count vehicles registered in Delaware by fuel type from the Delaware DMV's own statewide snapshot: petrol, diesel, battery-electric, plug-in hybrid, propane, compressed natural gas, ethanol and the residual "Other (Or None)" category, with a statewide total of every registered vehicle. Answers "how many vehicles are registered in Delaware", "how many diesel vehicles are registered in Delaware", and "how many electric cars are in Delaware". Delaware publishes this as one statewide row per fuel type, refreshed monthly, so the returned total is the whole Delaware fleet. Delaware writes plug-in hybrids as "Electric+Gas". For EV share of the fleet use de_dmv_ev_adoption; for Delaware rebate awards use de_dmv_ev_rebates.de_dmv_ev_adoption — Measure electric-vehicle adoption in Delaware from DMV registration counts: how many battery-electric and plug-in hybrid vehicles are registered statewide and what share of every registered Delaware vehicle they represent. Returns the plug-in total, the battery-electric and plug-in hybrid counts separately, and the plug-in share of the whole fleet. Answers "what percentage of cars in Delaware are electric", "how many EVs are registered in Delaware", and "how many plug-in hybrids are in Delaware". Delaware publishes this statewide, refreshed monthly. For the rebates Delaware paid on EV purchases use de_dmv_ev_rebates; for home and workplace charger rebates use de_dmv_charger_rebates.de_dmv_ev_rebates — Look up Delaware Clean Vehicle Rebate Program awards: the cash rebates Delaware paid residents and businesses for buying an electric, plug-in hybrid, propane or natural-gas vehicle, with the award amount, county, city, ZIP code, purchase date, vehicle type, make, model and model year. Answers "does Delaware have an EV rebate and how much is it", "how much has Delaware paid in EV rebates", "which EV models got the most Delaware rebates", and "EV rebates in Sussex County". Covers 7,758 awards from 2015 onward totalling about $17.2M. Group by county, city, ZIP, vehicle type, make, model, model year or purchase year.de_dmv_charger_rebates — Look up Delaware EV charging-equipment rebate awards: the rebates Delaware paid toward buying and installing a home or workplace electric-vehicle charging station, with the rebate amount, the cost of the station, its brand, and the city, ZIP code and county it was installed in. Answers "does Delaware pay for a home EV charger", "how much is the Delaware charging station rebate", "which charger brands did Delaware rebate", and "EV charger rebates in New Castle County". Covers 776 awards for years 2015 onward, and reports the average rebate against the average station cost.de_dmv_crash_stats — Count reported traffic crashes in Delaware from the state's Public Crash Data file, broken down by year, county, weather, light condition, road surface, impact type or day of week, with filters for alcohol-involved, drug-involved, pedestrian, motorcycle, bicycle and work-zone crashes. Answers "how many car crashes happen in Delaware each year", "how many drunk driving crashes in Delaware", "pedestrian crashes in New Castle County", and "how many crashes involved a motorcycle in Delaware". Covers roughly 37,000 reported crashes a year for crash years 2009 through 2025, in the three Delaware counties: New Castle, Kent and Sussex.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/de-dmv/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io