MCP server exposing 3 tools for dc-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/dc-dmv/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
dc_dmv_offices — Find a Washington DC DMV location — the District of Columbia Department of Motor Vehicles service centers where residents renew a license, register a vehicle or get a REAL ID, plus the Half Street inspection station, the two self-service emissions-inspection kiosks, the Deanwood road-test and CDL center, and Adjudication Services for ticket hearings. Returns street address, coordinates and the DMV website. Answers "DC DMV near Georgetown", "where is the DC vehicle inspection station", "DC DMV road test location", and "how many DMV service centers does Washington DC have". Covers all 9 published DMV locations.dc_dmv_vehicle_inspections — Look up Washington DC vehicle safety and emissions inspections by VIN, or count DC inspection volume over time. The District of Columbia DMV publishes 766,879 individual inspection records, each carrying the submitted VIN, the date the vehicle was inspected and the date that inspection expires, covering November 2020 to June 2026 and still being appended. Answers "when was VIN 1FMCU9BZ5NUA87486 last inspected in DC", "when does this car's DC inspection expire", "how many vehicles did DC inspect last month", and "DC inspection volume by month". A VIN prefix matches every vehicle of the same make, model and plant, so vin_prefix="1FMCU9BZ" counts one model line.dc_dmv_convictions — Count Washington DC traffic convictions by violation and court disposition, from the District of Columbia DMV conviction file — 330,728 citation records running from 2002 to 2026, each with the violation text (speeding, failure to use a seat belt, driving under the influence, no DC permit), the court disposition, and whether points were assessed. Answers "most common traffic violations in DC", "how many DUI convictions did DC record last year", "DC seat belt ticket convictions", and "what happens to DC speeding tickets in court". Group by violation or disposition, and narrow with a citation date range.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dc-dmv/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io