Skip to main content
ClaudeWave

Oregon DMV: live field-office wait times and office directory for all 60 offices

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-or-dmv
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-or-dmv": {
      "command": "node",
      "args": ["/path/to/mcp-or-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-or-dmv and follow its README for install instructions.
Use cases

MCP Servers overview

# @pipeworx/or-dmv

Oregon DMV MCP — **live** wait times at all 60 Oregon DMV field offices, plus the office
locator the same payload carries. Keyless.

Oregon and North Carolina 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

- `or_dmv_wait_times(office?, city?, region?, open_only?, sort?, limit?)` — average minutes
  until served and customers currently queued, per field office.
- `or_dmv_offices(office?, city?, zip?, region?, limit?)` — address, city, ZIP, phone,
  latitude/longitude, ODOT region, appointment-only flag and the office's ODOT page.

## Auth

None. Keyless and unauthenticated.

## Data source

`https://dmv2u2.odot.state.or.us/waittimes/home/map`

## Scraped from HTML — no JSON endpoint exists

This is the one thing to know before depending on this pack.

ODOT renders the wait-time map **server-side**. There is no API behind it: the `/api` paths
one would guess at return nothing. The office array is assigned to `aveWaitModels` inside
an inline `<script>` tag on the page. The pack finds that identifier, brace-matches the
array literal that follows it, and `JSON.parse`s the result.

That makes Oregon structurally more fragile than an API-backed pack — an ODOT template
change can move or rename the identifier and break extraction until this pack is updated.
Those failures are reported as exactly that (`the Oregon wait-time page no longer contains
the aveWaitModels office array`) with a hint pointing at `nc_dmv_wait_times`, rather than
surfacing as a parsing bug of ours.

## Gotchas this pack handles for you

### Closed hours produce `not_reporting`, never a zero wait

Outside business hours ODOT sets `waitTimeEnabled: false` while leaving
`averageMinutesUntilServed` at `-1` and `customersWaiting` at `0`. Publishing that as a
zero-minute wait would read as "walk right in", so those offices come back as
`status: "not_reporting"` with `wait_minutes: null`.

`-1` is ODOT's unavailable sentinel and it survives `waitTimeEnabled` being true, so it is
mapped to `null` in that case too. Responses always carry `offices_reporting`, and when
nothing is reporting the `note` says the feed is switched off rather than the lines being
empty. `sort: "wait"` puts reporting offices first for the same reason.

### Fields deliberately dropped

Each office ships an `ipAddress` and a set of `fieldOfficeMachine*` fields. Those are
ODOT's internal queue-terminal plumbing and are **not** republished. Everything else is
passed through, including `open`, `appointmentOnly` and `closeDescription`
(as `closure_note`), which carry real information about an office being shut.

Phone numbers arrive as bare ten-digit strings (`5419672014`) and are formatted as
`(541) 967-2014`.

### Regions

`region` matches on the six ODOT groupings: Central Oregon, Eastern Oregon, Portland Area,
Southern Oregon, The Coast, Willamette Valley.

## Related

- `nc_dmv_wait_times` / `nc_dmv_offices` — North Carolina, 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": {
    "or-dmv": {
      "url": "https://gateway.pipeworx.io/or-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 Oregon 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
mcpmcp-servermodel-context-protocolor-dmvpipeworx

What people ask about mcp-or-dmv

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

+

pipeworx-io/mcp-or-dmv is mcp servers for the Claude AI ecosystem. Oregon DMV: live field-office wait times and office directory for all 60 offices It has 0 GitHub stars and was last updated today.

How do I install mcp-or-dmv?

+

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

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

+

pipeworx-io/mcp-or-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-or-dmv?

+

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

Are there alternatives to mcp-or-dmv?

+

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

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

More MCP Servers

mcp-or-dmv alternatives