Server data from the Official MCP Registry
Iowa DOT driver license stations with hours, CDL availability and queue cameras
Iowa DOT driver license stations with hours, CDL availability and queue cameras
Remote endpoints: streamable-http: https://gateway.pipeworx.io/ia-dmv/mcp
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (1273/1286 approved). 1 finding(s) downgraded by scanner intelligence.
32 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-pipeworx-io-ia-dmv": {
"url": "https://gateway.pipeworx.io/ia-dmv/mcp"
}
}
}From the project's GitHub README.
Iowa DOT Motor Vehicle Division driver license stations — hours, CDL testing, and the live queue cameras Iowa points at its own waiting rooms. Keyless.
This came out of splitting a single multiplexed us-dmv tool into one pack per state agency.
Iowa's motor-vehicle surface is a small, unusually rich station layer: 18 stations, but each one
ships live camera image URLs and a wait-time widget, which no other state publishes. Nothing
about that shape generalises across a union schema, so Iowa gets its own tool.
| Tool | What it returns |
|---|---|
ia_dmv_driver_license_stations | Address, per-day hours, phone, coordinates, CDL testing flag, station page, wait-time widget URL and up to four live queue-camera image URLs |
Filters: city, name, cdl_only, limit.
url_cam1..url_cam4 are live JPEG snapshots of the station lobby, refreshed by Iowa DOT — e.g.
https://mvdphotos.iowadot.gov/MasonCityDL.jpg. Returned as queue_camera_urls, they let a
caller see the queue rather than guess at it. wait_times_url is Iowa's own per-station wait
widget. 17 of the 18 stations do CDL testing.
None. The layer is a public ArcGIS Online feature service owned by Iowa DOT.
state column is dirty. It contains the literal ", IA" — with a leading
comma — on every row. It is not passed through; state is normalised to IA.outSR=4326) and reads coordinates from there.url_cam4 points at
MasonCityClosed.jpg. All non-empty slots are returned as published rather than guessed at.hours_* carries the literal Closed for the rest; a day
absent from hours is a closed day.county is null by
design; filter by city, or use the coordinates.Iowa's richest motor-vehicle data — county-level vehicle registrations and fleet summaries —
lives on data.iowa.gov, which migrated off Socrata. Every old API path
(/resource/<id>.json, /api/views/...) now answers with an HTML 404 page from the new portal
front end rather than JSON, so a registration tool would be building on a dead endpoint.
Recheck when the new Iowa Data Hub exposes an API; until then this pack is stations only,
deliberately.
DLSv2_View/FeatureServer/0
— verified live 2026-07-30Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ia-dmv": {
"url": "https://gateway.pipeworx.io/ia-dmv/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1392+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Iowa DOT Driver Licensing data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.