Delaware DMV: registrations by fuel type, EV and charger rebates, crash statistics
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.
Delaware DMV MCP β registered vehicles by fuel type, EV adoption, the state's electric vehicle and charging-equipment rebate awards, and reported traffic crashes.
Part of Pipeworx β an MCP gateway connecting AI agents to 1476+ live data sources.
de_dmv_vehicle_registrations(fuel_type?) β the whole Delaware fleet by fuel type, with a
statewide total. Answers "how many vehicles are registered in Delaware".de_dmv_ev_adoption() β battery-electric and plug-in hybrid counts plus their share of
every registered Delaware vehicle. Answers "what percentage of cars in Delaware are electric".de_dmv_ev_rebates(group_by?, county?, make?, vehicle_type?, purchase_year?, limit?) β
Delaware Clean Vehicle Rebate Program awards: amount, county, city, ZIP, purchase date,
vehicle type, make, model. Answers "does Delaware have an EV rebate and how much is it".de_dmv_charger_rebates(group_by?, county?, brand?, year?, limit?) β rebates paid toward
home and workplace charging stations. Answers "does Delaware pay for a home EV charger".de_dmv_crash_stats(group_by?, year?, county?, alcohol_involved?, β¦, limit?) β reported
traffic crashes by year, county, weather, light, road surface, impact or day of week.Keyless.
Electric+Gas means plug-in hybridDelaware's fuel-type snapshot uses two labels a reader will misread:
| Published label | What it actually is |
|---|---|
Electric | battery-electric vehicle (BEV) |
Electric+Gas | plug-in hybrid β a grid-charged battery plus a petrol engine |
Electric+Gas is not flex-fuel and not a conventional hybrid. It is also the larger of the
two categories (42,287 vs 17,075), so treating it as anything else moves Delaware's EV numbers
by a factor of three. de_dmv_ev_adoption reports both separately and sums them into
plugin_vehicles.
Verified live 2026-07-29 (snapshot refreshed 2026-07-01): Gas 798,738 Β· Other (Or None) 88,899 Β· Electric+Gas 42,287 Β· Diesel 36,217 Β· Electric 17,075 Β· Propane 627 Β· Comp. Nat. Gas 68 Β· Liquefied Gas 54 Β· Convertible 16 Β· Ethanol 1. Statewide total 983,982; plug-in share 6.0%.
The fuel snapshot is statewide β no county or ZIP breakdown exists in it, and the returned
total_vehicles genuinely is the whole Delaware fleet. The rebate and crash files do carry
county, city and ZIP, so those tools group by them.
Both rebate files were keyed by hand and the pack folds the variants together, because a raw group-by splits one county across four spellings:
New Castle / new Castle / new castle / New Caslte, plus the city Newark
and Rehoboth Beach sitting in the county column.Electric / electric / BEV; Plug-in Hybrid / plug in hybrid.Juicebox / JuiceBox / Juice Box.purchase_year rather than trusting min/max of the date column.Charger rebates range from $18.66 (a home cord) to $48,816 (a multi-port workplace or public installation) in the same file, so an average rebate sits far above what a household receives. The tool reports awards, total dollars, average rebate and average station cost together for exactly that reason.
https://data.delaware.gov/resource/ity3-3688.json β Registered Vehicles by Fuel Type
(10 rows, statewide, refreshed monthly; 2026-07-01 at time of writing).https://data.delaware.gov/resource/8z8z-di7f.json β State Rebates for Alternative Fuel
Vehicles: 7,758 awards, ~$17.15M paid, 2015 onward.https://data.delaware.gov/resource/a9zd-p6sk.json β Electric Vehicle Charging Equipment
Rebates: 778 awards, ~$2.81M paid.https://data.delaware.gov/resource/827n-m6xc.json β Public Crash Data: ~37,000 reported
crashes a year, crash years 2009 through 2025, three counties.Rejected while building: f3pu-7vjx ("Alternative Vehicle Rebates, by Year, 2014 to
Present") reports the same 7,758-row count as 8z8z-di7f but publishes no columns β every
row comes back as {} and its metadata column list is empty. It is an unusable duplicate of
the rebate file, so no tool wraps it.
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
tools/list at https://gateway.pipeworx.io/de-dmv/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
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/delaware-dmv)<a href="https://allmcps.com/mcp/delaware-dmv"><img src="https://allmcps.com/api/badge/delaware-dmv?style=directory" alt="Delaware DMV on AllMCPs" /></a>