Washington DMV/DOL: VIN-level EV population and monthly vehicle registration transactions
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.
Washington State DMV MCP β the Department of Licensing's VIN-level electric-vehicle population and its monthly vehicle-registration transaction counts. Keyless.
Part of Pipeworx β an MCP gateway connecting AI agents to 1476+ live data sources.
Washington has no agency called "the DMV": vehicle registration and driver licensing are run by the Department of Licensing (DOL). Both names appear in the tool descriptions because agents search for "WA DMV".
| Tool | What it returns |
|---|---|
wa_dmv_ev_population(...) | Counts of registered electric vehicles by county, city, ZIP, make, model, model year, legislative district, electric utility or drivetrain, with BEV/PHEV split and average electric range. A true fleet snapshot β one source row per registered vehicle. |
wa_dmv_registration_transactions(...) | Registration transactions (new registrations and renewals) for one fiscal year or one calendar month, by owner county, transaction county, fuel type, use class or month. |
Keyless. Both datasets are public Socrata resources on data.wa.gov; no app token is required at the volumes this pack issues.
hmzg-s6q4 counts transactions, not vehicles. This is the trap in this state. King County processes roughly 160,000 registration transactions a month, so summing every month back to fiscal 2017 returns 17.6M for one county β arithmetically correct and completely misleading. wa_dmv_registration_transactions therefore pins every query to one fiscal year (the latest by default) or one calendar month, and labels the result "registration transactions during <period>". For the size of a registered fleet, use wa_dmv_ev_population.month column stores the last day of the month. Filter it with date_trunc_ym, which the month argument (YYYY-MM) does for you; results are reported back as YYYY-MM.King, Seattle); makes and models are upper case (TESLA, MODEL 3).electric_range 0. 188,456 of 289,564 vehicles sit in the "Eligibility unknown as battery range has not been researched" CAFV bucket with a literal zero range, which drags any average down. The genuinely researched vehicles average ~133 miles. Treat average_electric_range_miles as a floor, not a spec."0E-24". The shared govNumber helper strips exponent notation into NaN, so this pack parses averages with its own avgMiles.ev_type has exactly two values, spelled in full: Battery Electric Vehicle (BEV) and Plug-in Hybrid Electric Vehicle (PHEV). The ev_type argument accepts BEV / PHEV / plain phrases.sum_of_returned_rows is not a total. Row lists are cut off by limit; total_electric_vehicles and total_transactions_in_period are separate full counts over the same filters and are the figures to quote.Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
tools/list at https://gateway.pipeworx.io/wa-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/washington-dmv-dept-of-licensing)<a href="https://allmcps.com/mcp/washington-dmv-dept-of-licensing"><img src="https://allmcps.com/api/badge/washington-dmv-dept-of-licensing?style=directory" alt="Washington DMV (Dept of Licensing) on AllMCPs" /></a>