MCP server exposing 2 tools for wa-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/wa-dmv/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
wa_dmv_ev_population — Count electric vehicles currently registered in Washington State, from the Department of Licensing (Washington DMV) VIN-level Electric Vehicle Population file — one row per registered vehicle, so these are fleet counts rather than sales or transactions. Breaks down by county, city, ZIP code, make, model, model year, legislative district, electric utility, or vehicle type, and separates battery-electric (BEV) from plug-in hybrid (PHEV). Reports average and median electric range and clean-alternative-fuel-vehicle eligibility. Answers "how many EVs are registered in Washington", "how many Teslas are in King County", "EV count by ZIP in Seattle", "BEV versus PHEV split in Washington", and "which Washington legislative district has the most electric vehicles".wa_dmv_registration_transactions — Count Washington State vehicle registration transactions — original registrations and renewals processed by the Department of Licensing (Washington DMV) — for one fiscal year or one calendar month, broken down by county of the registered owner, county where the transaction happened, fuel type, use class, or month. Answers "how many vehicle registrations did King County process in fiscal 2026", "monthly registration volume in Washington", "diesel registration transactions by county", and "which Washington counties process the most registrations". Each transaction is an event, so a county with 1.9 million transactions in a year has far fewer vehicles than that; for the size of Washington's registered electric fleet use wa_dmv_ev_population.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/wa-dmv/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io