Skip to main content
ClaudeWave

Hawaii: cumulative hybrid and electric vehicles registered statewide since 1999

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/pipeworx-io/mcp-hi-dmv
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-hi-dmv": {
      "command": "node",
      "args": ["/path/to/mcp-hi-dmv/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/pipeworx-io/mcp-hi-dmv and follow its README for install instructions.
Use cases

MCP Servers overview

# @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".

## 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 to `null` and 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.):

```json
{
  "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:

```json
{
  "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

- [All tools and guides](https://github.com/pipeworx-io/examples)
- [pipeworx.io](https://pipeworx.io)

## License

MIT
hi-dmvmcpmcp-servermodel-context-protocolpipeworx

What people ask about mcp-hi-dmv

What is pipeworx-io/mcp-hi-dmv?

+

pipeworx-io/mcp-hi-dmv is mcp servers for the Claude AI ecosystem. Hawaii: cumulative hybrid and electric vehicles registered statewide since 1999 It has 0 GitHub stars and was last updated today.

How do I install mcp-hi-dmv?

+

You can install mcp-hi-dmv by cloning the repository (https://github.com/pipeworx-io/mcp-hi-dmv) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is pipeworx-io/mcp-hi-dmv safe to use?

+

pipeworx-io/mcp-hi-dmv has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains pipeworx-io/mcp-hi-dmv?

+

pipeworx-io/mcp-hi-dmv is maintained by pipeworx-io. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to mcp-hi-dmv?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-hi-dmv to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: pipeworx-io/mcp-hi-dmv
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pipeworx-io-mcp-hi-dmv)](https://claudewave.com/repo/pipeworx-io-mcp-hi-dmv)
<a href="https://claudewave.com/repo/pipeworx-io-mcp-hi-dmv"><img src="https://claudewave.com/api/badge/pipeworx-io-mcp-hi-dmv" alt="Featured on ClaudeWave: pipeworx-io/mcp-hi-dmv" width="320" height="64" /></a>

More MCP Servers

mcp-hi-dmv alternatives