North Carolina DMV: live field-office wait times and driver license office directory
git clone https://github.com/pipeworx-io/mcp-nc-dmv{
"mcpServers": {
"mcp-nc-dmv": {
"command": "node",
"args": ["/path/to/mcp-nc-dmv/dist/index.js"]
}
}
}Resumen de MCP Servers
# @pipeworx/nc-dmv
North Carolina DMV MCP — **live** wait times at every NCDMV driver license office and
license plate agency, plus the office directory the same feed carries. Keyless.
North Carolina and Oregon are the only two US states whose DMV publishes a
machine-readable live wait feed. Every other state's is captcha-gated, blocked to cloud
egress, broken, or only inside a phone app.
## Tools
- `nc_dmv_wait_times(office?, service?, open_only?, sort?, limit?)` — current average wait,
longest wait, and open/closed status per office. 148 driver license offices; `service:
"vehicle"` switches to the vehicle services / license plate agency units.
- `nc_dmv_offices(office?, city?, zip?, service?, district?, limit?)` — address, city, ZIP,
phone, posted hours and NCDMV district. This feed is the only machine-readable NCDMV
office directory that exists, so it doubles as the state's office locator.
## Auth
None. Keyless and unauthenticated.
## Data source
`https://wait.services.ncdot.gov/IWT/IWTWeb/XmlStats.aspx?controller=IWT_UnitsListXML&UnitID=<n>`
| UnitID | Root | Contents |
|--------|------|----------|
| `2` | Driver Services | 148 driver license offices |
| `182` | Vehicle Services | license plate agency units (1 as of 2026-07-29) |
## Gotchas this pack handles for you
### Closed-hours zeros are data, not gaps
Outside posted business hours **every** office reports `OfficeStatus` `Closed` with
`AvgWT`/`MaxWT` of `0:00:00`. That is NCDMV reporting an idle queue — it is neither an
error nor a missing value, and it must not be read as "walk right in".
Responses therefore always carry `offices_open`, and when nothing is open the `note` says
the wait figures are idle-queue zeros. `sort: "wait"` puts open offices ahead of closed
ones for the same reason: a shortest-wait ranking would otherwise be won by 148 closed
offices tied at zero.
### The feed is a tree, and the sentinel row lies about its parent
`UnitID=2` returns 161 `<Unit>` blocks: one root (`Driver Services`, `UnitLevel` 1), eleven
districts (level 2), the 148 real offices (level 3), and a sentinel named `Invalid`. For
`UnitID=182` the real unit sits at level 2 instead.
So the pack keeps **leaves** — any `UnitId` never named as another unit's `ParentUnitId` —
rather than filtering on `UnitLevel`, which survives NCDOT re-organising the tree.
The ordering matters: the `Invalid` sentinel hangs off a **real office** (Greensboro West,
`ParentUnitId=143`). Computing the parent set before dropping `Invalid` demotes that office
out of the results and yields 147 offices where NCDMV publishes 148. `Invalid` is dropped
first.
### Addresses
`--` is the feed's null. The separate `<ZipCode>` tag is empty on every single unit, so the
ZIP has to be parsed out of the one-line `Address` string
(`"521 S. Sandhills Blvd., Aberdeen, NC 28315"`). That line is not consistently punctuated:
some offices embed newlines, omit the comma before the city, or drop `NC` altogether
(`"2479 E. Fifth St., Lumberton 28358"`). The parser peels from the right — ZIP, then the
state token, then the city at the last comma — and returns the whole string in `address`
with `city: null` when the city cannot be separated from the street safely.
Current coverage: 118 of 148 offices carry an address at all (NCDMV leaves 30 blank);
of those, 118 ZIPs and 116 cities parse. `offices_missing_address` reports the gap.
Some entries are stale on NCDMV's side — `Greensboro Express OLD` still appears in the
feed. They are returned as published rather than second-guessed.
### Wait units
`AvgWT` / `MaxWT` are `H:MM:SS`; the pack converts them to whole minutes.
## Related
- `or_dmv_wait_times` / `or_dmv_offices` — Oregon, the other live state wait feed.
- `ca_dmv_offices` — California field offices (no wait feed published).
## Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
```json
{
"mcpServers": {
"nc-dmv": {
"url": "https://gateway.pipeworx.io/nc-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 North Carolina 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
Lo que la gente pregunta sobre mcp-nc-dmv
¿Qué es pipeworx-io/mcp-nc-dmv?
+
pipeworx-io/mcp-nc-dmv es mcp servers para el ecosistema de Claude AI. North Carolina DMV: live field-office wait times and driver license office directory Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala mcp-nc-dmv?
+
Puedes instalar mcp-nc-dmv clonando el repositorio (https://github.com/pipeworx-io/mcp-nc-dmv) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar pipeworx-io/mcp-nc-dmv?
+
pipeworx-io/mcp-nc-dmv aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene pipeworx-io/mcp-nc-dmv?
+
pipeworx-io/mcp-nc-dmv es mantenido por pipeworx-io. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a mcp-nc-dmv?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega mcp-nc-dmv en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/pipeworx-io-mcp-nc-dmv)<a href="https://claudewave.com/repo/pipeworx-io-mcp-nc-dmv"><img src="https://claudewave.com/api/badge/pipeworx-io-mcp-nc-dmv" alt="Featured on ClaudeWave: pipeworx-io/mcp-nc-dmv" width="320" height="64" /></a>Más 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!