WA DMV MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WA DMV MCP ServerHow many EVs are in King County?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/wa-dmv
Washington State DMV MCP — the Department of Licensing's VIN-level electric-vehicle population and its monthly vehicle-registration transaction counts. Keyless.
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".
Tools
Tool | What it returns |
| 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. |
| 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. |
Related MCP server: mcp-data-wa
Auth
Keyless. Both datasets are public Socrata resources on data.wa.gov; no app token is required at the volumes this pack issues.
Per-state gotchas
hmzg-s6q4counts 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_transactionstherefore 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, usewa_dmv_ev_population.Washington fiscal years run July 1 – June 30. Fiscal 2026 covers July 2025 through June 2026. Data starts at fiscal 2017.
The
monthcolumn stores the last day of the month. Filter it withdate_trunc_ym, which themonthargument (YYYY-MM) does for you; results are reported back asYYYY-MM.Case differs by column. Counties and cities are plain mixed case (
King,Seattle); makes and models are upper case (TESLA,MODEL 3).Roughly two-thirds of EV rows carry
electric_range0. 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. Treataverage_electric_range_milesas a floor, not a spec.Socrata reports an all-zero average as the string
"0E-24". The sharedgovNumberhelper strips exponent notation into NaN, so this pack parses averages with its ownavgMiles.ev_typehas exactly two values, spelled in full:Battery Electric Vehicle (BEV)andPlug-in Hybrid Electric Vehicle (PHEV). Theev_typeargument acceptsBEV/PHEV/ plain phrases.sum_of_returned_rowsis not a total. Row lists are cut off bylimit;total_electric_vehiclesandtotal_transactions_in_periodare separate full counts over the same filters and are the figures to quote.
Data sources
EV population — https://data.wa.gov/resource/f6w7-q2d2.json (Electric Vehicle Population Data)
Registration transactions — https://data.wa.gov/resource/hmzg-s6q4.json (Vehicle Registration Transactions by County)
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"wa-dmv": {
"url": "https://gateway.pipeworx.io/wa-dmv/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1392+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Washington DMV (Dept of Licensing) data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables querying Seattle open data from data.seattle.gov via the Socrata SODA API.Last updated25MIT
- Alicense-qualityCmaintenanceEnables querying and exploring Washington State open data via the Socrata SoQL API, including dataset search, SoQL queries, and metadata retrieval, without requiring an API key.Last updated27MIT
- Alicense-qualityCmaintenanceEnables querying and searching King County Open Data datasets via Socrata SoQL, including metadata retrieval and data querying by resource ID.Last updated23MIT
- Alicense-qualityCmaintenanceEnables querying New York State DMV data including vehicle registrations, EV adoption, offices, road test sites, driving schools, and licensed facilities, with keyless access to public datasets.Last updatedMIT
Related MCP Connectors
Washington State open data via Socrata SoQL — agencies, health, licensing, labor, environment.
US state DMV data: vehicle and EV registrations, office locators, live wait times
DataSeattle MCP — Seattle open data (data.seattle.gov, Socrata SODA API).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-wa-dmv'
If you have feedback or need assistance with the MCP directory API, please join our Discord server