MCP server exposing 2 tools for nc-dmv.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nc-dmv/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
nc_dmv_wait_times — Live wait times at North Carolina DMV offices, published by NCDMV itself and refreshed continuously: the current average wait in minutes, the longest wait anyone in line is seeing, and whether each office is open right now. Covers all 148 NCDMV driver license offices statewide plus the vehicle services and license plate agency units, so it answers "how long is the wait at the Raleigh DMV", "is the Charlotte DMV open right now", "which DMV near Greensboro has the shortest line", or "shortest DMV wait in North Carolina today". North Carolina is one of only two states whose DMV publishes a live queue feed. Outside posted business hours the agency reports every office closed with a zero wait, which is an idle queue rather than a measurement, and the response says so.nc_dmv_offices — Find North Carolina DMV driver license offices and license plate agencies with street address, city, ZIP, phone number and posted opening hours. NCDMV publishes no other machine-readable office directory, so this is the office locator for the state: it answers "DMV offices in Raleigh", "address and hours of the Durham DMV", "phone number for the Asheville driver license office", or "license plate agency near Charlotte". Search by office name, city or ZIP. Each office also carries its NCDMV district. For the live queue at these same offices use nc_dmv_wait_times.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nc-dmv/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io