Connecticut DMV: vehicle-level electric vehicle registrations by town, make and model
git clone https://github.com/pipeworx-io/mcp-ct-dmv{
"mcpServers": {
"mcp-ct-dmv": {
"command": "node",
"args": ["/path/to/mcp-ct-dmv/dist/index.js"]
}
}
}MCP Servers overview
# @pipeworx/ct-dmv
Connecticut DMV MCP — electric-vehicle registrations at vehicle level, aggregated on demand by
town, make, model, model year or body type.
## Tools
- `ct_dmv_ev_registrations(group_by?, city?, make?, model?, model_year?, vehicle_type?, limit?)`
— counts of registered electric vehicles. Answers "how many EVs are registered in
Connecticut", "how many Teslas are registered in Connecticut", "which Connecticut town has
the most EVs", "most popular EV models in Connecticut".
`group_by` accepts `city` (default), `make`, `model`, `model_year`, `vehicle_type`, `body`,
`fuel`, `color`, `plate_type`, `usage`, `category`.
## Auth
Keyless.
## Vintage — read this before quoting a number
The file is a **snapshot taken 2025-02-28**. Connecticut has not refreshed it since, so it
covers the electric vehicles registered as of February 2025 and a count read as "today" is
wrong by more than a year. `as_of` carries the refresh date, `covers` states the period in
words, and a `note` repeats it on every response.
## Grain
One row per registered vehicle — 60,489 of them, each with plate type, owner town, weight,
colour, model year and expiry. The pack never returns those individual records; it aggregates
server-side with `$select=<col>,count(1)&$group=<col>` and returns counts.
`sum_of_returned_rows` is the sum of the rows actually returned, and `truncated` says whether
`limit` cut the list off. There are ~170 Connecticut towns and hundreds of models, so a default
call is usually truncated — which is why no field claims to be a statewide EV total.
Verified live 2026-07-29, `group_by="make"`: Tesla 21,405 · Toyota 5,759 · Jeep 5,302 ·
Chevrolet 2,982 · KIA 2,916. Total rows in the file: 60,489.
## Data sources
- `https://data.ct.gov/resource/y7ky-5wcz.json` — CT DMV "Electric Vehicle Registration Data".
- `https://data.ct.gov/api/views/y7ky-5wcz.json` — `rowsUpdatedAt`, used for `as_of`.
Column names are lowercase and unseparated: `primarycustomercity`, `vehiclemake`,
`vehiclemodel`, `vehicleyear`, `vehicletype`, `vehiclebody`, `fuelcode`, `platetype`,
`registrationusage`. Town names are stored upper-case (`WEST HARTFORD`) while makes are mixed
case (`Tesla`, `KIA`), so both are matched with `upper(col) like`.
**Rejected while building:** `apne-w8c6`, published as "Licensed Automobile Dealers And
Repairers", sounds like a dealer locator but holds **138 manufacturer licences**, mostly held
by out-of-state RV and trailer makers — 23 in Indiana, 18 in California, 2 in Connecticut, and
every row is `MANUFACTURER LICENSE`. It cannot answer "find a licensed dealer or repairer near
me", so no tool wraps it. Do not re-probe it expecting a dealer list.
## Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
```json
{
"mcpServers": {
"ct-dmv": {
"url": "https://gateway.pipeworx.io/ct-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 Connecticut DMV 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
What people ask about mcp-ct-dmv
What is pipeworx-io/mcp-ct-dmv?
+
pipeworx-io/mcp-ct-dmv is mcp servers for the Claude AI ecosystem. Connecticut DMV: vehicle-level electric vehicle registrations by town, make and model It has 0 GitHub stars and was last updated today.
How do I install mcp-ct-dmv?
+
You can install mcp-ct-dmv by cloning the repository (https://github.com/pipeworx-io/mcp-ct-dmv) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is pipeworx-io/mcp-ct-dmv safe to use?
+
pipeworx-io/mcp-ct-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-ct-dmv?
+
pipeworx-io/mcp-ct-dmv is maintained by pipeworx-io. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to mcp-ct-dmv?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp-ct-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.
[](https://claudewave.com/repo/pipeworx-io-mcp-ct-dmv)<a href="https://claudewave.com/repo/pipeworx-io-mcp-ct-dmv"><img src="https://claudewave.com/api/badge/pipeworx-io-mcp-ct-dmv" alt="Featured on ClaudeWave: pipeworx-io/mcp-ct-dmv" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!