@pipeworx/hi-dmv
OfficialClick 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., "@@pipeworx/hi-dmvHow many electric vehicles are in Hawaii?"
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/hi-dmv
Hawaii vehicle-registration MCP — the statewide cumulative count of hybrid and electric vehicles registered in Hawaii, as an annual series from 1999 to the present.
Tools
hi_dmv_ev_registrations(year?, limit?)— hybrid and battery-electric counts per year with a combined total, plus the year-over-year change and growth rate. Answers "how many electric vehicles are in Hawaii", "how many EVs were registered in Hawaii in 2020", "EV adoption trend in Hawaii".
Related MCP server: WA DMV MCP Server
Auth
Keyless.
Hawaii has no state DMV
Vehicle registration in Hawaii is administered by the four counties — Honolulu, Hawaii, Maui and Kauai — not by a state motor-vehicle agency. The statewide statistics are compiled and published by DBEDT, the state Department of Business, Economic Development and Tourism. That is why this pack has one statewide series and no office locator, and why the series carries no county split: the counties register, DBEDT aggregates.
Grain
A clean annual time series, one row per year, 1999 through 2024 (26 rows). Counts are
cumulative registered vehicles at the end of each year, so a rising total means the fleet
grew; the tool computes change_from_prior_year and growth_pct per row so a trend question
needs no arithmetic from the caller. Rows are never summed across years — they are cumulative
snapshots of largely the same vehicles.
Verified live 2026-07-29: 2024 → hybrid 31,284, electric 35,242, total 66,526 · 2023 → 27,658 / 29,239 / 56,897 · 1999 → electric 10.
Data sources
https://opendata.hawaii.gov/api/3/action/datastore_search?resource_id=4d4c0403-8f04-4f74-879d-64669f1437b1— DBEDT "Cumulative Hybrid & Electric Vehicles Registered".
Two shapes worth knowing before touching this resource:
Counts arrive as thousands-separated strings (
"31,284"), not numbers.A missing value arrives as the padded string
" - ", not null and not zero. 1999 has no hybrid figure at all; reading that placeholder as 0 invents a data point, so the pack resolves it tonulland the response note says what null means.Column names carry spaces and mixed case:
Year,Hybrid Electric Vehicles,Electric Vehicle,Total.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"hi-dmv": {
"url": "https://gateway.pipeworx.io/hi-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 Hawaii Vehicle Registrations 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 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
- Alicense-qualityCmaintenanceProvides Maryland DMV monthly vehicle registration counts and electric/plug-in hybrid adoption by county and ZIP code, with accurate totals and flexible querying.Last updatedMIT
- Alicense-qualityCmaintenanceQuery Pennsylvania DMV data for EV adoption and vehicle registrations by county and ZIP code.Last updatedMIT
Related MCP Connectors
Washington DMV/DOL: VIN-level EV population and monthly vehicle registration transactions
Connecticut DMV: vehicle-level electric vehicle registrations by town, make and model
Maryland MVA: registered vehicles and EV/plug-in hybrid counts by county and ZIP, monthly
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-hi-dmv'
If you have feedback or need assistance with the MCP directory API, please join our Discord server