ca-dmv
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., "@ca-dmvshow EV adoption by ZIP code in California"
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/ca-dmv
California DMV data: registered vehicles and EV adoption by ZIP code, all 187 field offices with the services each performs, the official forms catalog, insurer NAIC codes, and licensed-driver counts by county. Keyless.
Why this is one state per pack
Part of the dmv category — one pack per state motor-vehicle agency. The states do not share a
grain: California publishes a ZIP × make × model-year × fuel snapshot, New York a record-level
file, Washington monthly transaction counts, Maryland county-months, Pennsylvania county-quarters.
A single cross-state tool meant a schema where most arguments were ignored for most states and a
"total" that was never comparable, so each agency gets its own tools with its own real arguments.
For every DMV tool in one connection, use /mcp?vertical=dmv.
Related MCP server: @pipeworx/us-dmv
Tools
Tool | What it returns |
| Registered vehicle counts by ZIP, make, model year, fuel or duty class |
| Battery-electric and plug-in hybrid counts with share of the local fleet |
| All 187 field offices — address, per-day hours, coordinates, services performed |
| Official DMV forms by topic, with REG/DL form numbers and download pages |
| Insurer NAIC codes by company name |
| Valid licences and ID cards held, by county, annually from 2008 |
Auth
None. Every endpoint is public California state infrastructure. The CKAN-backed tools accept an optional CKAN API key, which the public datasets do not require.
Gotchas worth knowing
Live-verified behaviours, not guesses:
Snapshots are one CKAN resource per year, 2019–2026, and the rows carry the prior December 31 as their as-of date — the "2026" file describes the fleet on 2025-12-31.
Grouping by ZIP surfaces a literal
OOSbucket — out-of-state registrants, ~638k vehicles — which outranks every real ZIP. Ignore it when ranking ZIPs; the tool flags it innote.OTHER/UNKis a real make value that absorbs small-count suppression and can outrank genuine makes in a by-make ranking.total_vehiclesappears only when it is honest. Grouping by fuel returns every category, so its sum is the true fleet total; any other grouping can be cut off bylimit, and those responses carrysum_of_returned_rowsplustruncatedinstead.Fuel labels are specific strings (
Battery Electric,Plug-in Hybrid,Hybrid Gasoline,Diesel and Diesel Hybrid,Hydrogen Fuel Cell). Plain words like "electric", "phev" or "hydrogen" are mapped for you.Form search uses the DMV site's own relevance ranking, so a broad phrase like "title transfer" can put a vessel-title form above the vehicle one.
California publishes no wait-time feed. Only North Carolina (
nc-dmv) and Oregon (or-dmv) do;ca_dmv_officesreturns posted hours instead.Lien lookup and appointment booking are unavailable: the lien endpoint requires a reCAPTCHA token and appointments run on a session-based kiosk system.
Data sources
Vehicle Fuel Type Count by Zip Code — data.ca.gov CKAN,
datastore_search_sqlDriver Licenses Outstanding by County — data.ca.gov CKAN
Field office directory — dmv.ca.gov WP REST, hours and per-office service tags
Forms catalog — dmv.ca.gov WP REST
Insurance carrier NAIC lookup —
https://www.dmv.ca.gov/portal/wp-json/dmv/v1/naic-lookup?s=<name>
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ca-dmv": {
"url": "https://gateway.pipeworx.io/ca-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 California DMV 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
- AlicenseCqualityAmaintenanceProvides access to Kenya 47-county local government data, including demographics, budgets, services, and contact information for all counties.Last updated6MIT

@pipeworx/us-dmvofficial
Alicense-qualityCmaintenanceAccess US state DMV data including vehicle registrations, EV adoption, DMV office locations and services, live wait times, and California forms and insurer lookups. Supports multiple states with per-state quirks documented.Last updatedMIT- 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
- Alicense-qualityCmaintenanceAccess Washington State Department of Licensing (DOL) data including electric vehicle population counts and monthly vehicle registration transactions. Queries public Socrata datasets without authentication.Last updatedMIT
Related MCP Connectors
US state DMV data: vehicle and EV registrations, office locators, live wait times
Washington DMV/DOL: VIN-level EV population and monthly vehicle registration transactions
Los Angeles County GIS — LA County, California open geospatial data (ArcGIS).
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-ca-dmv'
If you have feedback or need assistance with the MCP directory API, please join our Discord server