Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Maryland MVA
M
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 6:16:23 AM

Maryland MVA

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Maryland MVA: registered vehicles and EV/plug-in hybrid counts by county and ZIP, monthly

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "maryland-mva": {
      "url": "https://pipeworx.io"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@pipeworx/md-dmv

Maryland DMV MCP β€” monthly registered-vehicle counts and electric/plug-in hybrid adoption by county and ZIP code, from the Maryland Motor Vehicle Administration (MVA).

Part of Pipeworx β€” an MCP gateway connecting AI agents to 1476+ live data sources.

Tools

  • md_dmv_vehicle_registrations(county?, month?, limit?) β€” registered vehicles by county for one month, with a genuine statewide total and each county's share of it. Answers "how many vehicles are registered in Montgomery County Maryland", "which Maryland county has the most registered vehicles", "how many cars are registered in Maryland".
  • md_dmv_ev_adoption(county?, zip?, month?, group_by?, limit?) β€” battery-electric and plug-in hybrid registrations by county or by ZIP code for one month, with a Maryland total for context. Answers "how many EVs are registered in Montgomery County Maryland", "EV registrations in ZIP 20852", "which Maryland ZIP codes have the most EVs".

Auth

Keyless.

Data sources

  • https://opendata.maryland.gov/resource/db8v-9ewn.json β€” MDOT MVA registered vehicles by county, monthly. Fields: year_month ("2026/06"), county, vehicle_count. 25 rows per month (23 counties, Baltimore City, and a NULL bucket for registrations the MVA could not assign).
  • https://opendata.maryland.gov/resource/qtcv-n3tc.json β€” MDOT MVA electric and plug-in hybrid registrations by county, monthly. Fields: year_month, fuel_category ("Electric" | "Plug-In Hybrid"), county, count. ~464 rows per month.
  • https://opendata.maryland.gov/resource/tugr-unu9.json β€” same, by ZIP code. Fields: year_month, fuel_category, zip_code, count. ~2,065 rows per month.

All three run monthly from 2020/07 to 2026/06 (latest as of 2026-07-29).

Gotcha: the Maryland WAF rejects query shapes, not queries

opendata.maryland.gov sits behind a Cloudflare WAF that answers certain SoQL query shapes with a "Just a moment..." interstitial β€” HTTP 403 with an HTML body β€” instead of data. It is reproducible, and it is specific to this one domain: data.ny.gov, data.wa.gov and data.ct.gov all accept the identical clauses without complaint. It was first hit from a deployed Cloudflare Worker, and has since been reproduced from a laptop too, so it is a property of the request, not of the caller's IP.

Confirmed to trip it:

ShapeExample
any like '%x%' wildcard clause$where=upper(county) like '%MONTGOMERY%'
a $where with two conditions joined by AND$where=year_month='2026/06' AND county='MONTGOMERY'
a $select with two aggregate expressions$select=min(year_month) as mn, max(year_month) as mx

Confirmed to work:

ShapeExample
a single year_month equality condition$where=year_month='2026/06'
a $select with one aggregate$select=max(year_month) as mx

So this pack sends exactly one condition, pulls the whole month (at most ~2,100 rows), and does all county/ZIP narrowing, aggregation and sorting in code. That is cheap, and it is the difference between the pack returning data and returning an HTML challenge page. Do not "optimise" the filtering back onto the server.

A side benefit: because the complete month is always in hand, statewide_total_vehicles and maryland_plug_in_vehicles are real totals rather than sums of whatever survived limit. The row-level sum is reported separately as sum_of_returned_rows.

Gotcha: the same county is spelled two different ways

The registration file and the EV files disagree on punctuation for the same places:

Placedb8v-9ewn (registrations)qtcv-n3tc / tugr-unu9 (EV)
Prince George's CountyPRINCE GEORGE'SPRINCE GEORGES
St. Mary's CountyST. MARY'SST MARYS
Queen Anne's CountyQUEEN ANNE'SQUEEN ANNES

Both tools fold punctuation away before matching, so a caller can pass either spelling.

Gotcha: the EV files carry out-of-state counties

Maryland records the registrant's county (or ZIP) of residence, so qtcv-n3tc carries ~300 non-Maryland counties with small counts β€” ADAMS, ALAMEDA, ALBEMARLE and so on β€” mixed in with the 24 Maryland jurisdictions. Every county row is flagged in_maryland, and maryland_plug_in_vehicles counts only the Maryland ones.

The nastiest instance: Virginia's PRINCE GEORGE sits right next to Maryland's PRINCE GEORGES, and Virginia's is the exact match for the phrase "Prince George". The county resolver therefore returns both rows (flagged) rather than silently picking the one-vehicle Virginia county over the 17,899-vehicle Maryland one.

Verified figures (2026/06, checked 2026-07-29)

QueryResult
md_dmv_vehicle_registrations{county:"Montgomery"}804,525 vehicles
md_dmv_vehicle_registrations{}5,190,640 statewide
md_dmv_ev_adoption{county:"Montgomery"}36,477 Electric + 12,319 Plug-In Hybrid
md_dmv_ev_adoption{zip:"20852"}1,660 Electric + 566 Plug-In Hybrid
md_dmv_ev_adoption{}153,463 Maryland plug-in vehicles

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

config.json
{
  "mcpServers": {
    "md-dmv": {
      "url": "https://gateway.pipeworx.io/md-dmv/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/md-dmv/mcp returns the tools in the table above plus the shared Pipeworx meta-tools β€” ask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover β€” via ask_pipeworx, which routes across the whole catalog β€” without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

config.json
{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English β€” this works on the pack endpoint above as well as on the full gateway:

Code
ask_pipeworx({ question: "your question about Md Dmv data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • Docs and guides
  • pipeworx.io

License

MIT

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • P
    Pennsylvania DMV (PennDOT)

    PennDOT: quarterly EV, plug-in hybrid and total vehicle registrations by county and ZIP

    πŸ’» Developer Tools0 views
    Compare vs Pennsylvania DMV (PennDOT) β†’
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Maryland MVA

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "maryland-mva": { "command": "npx", "args": ["-y", "Maryland MVA"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMaryland MVA AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/maryland-mva?style=directory)](https://allmcps.com/mcp/maryland-mva)
HTML Embed
<a href="https://allmcps.com/mcp/maryland-mva"><img src="https://allmcps.com/api/badge/maryland-mva?style=directory" alt="Maryland MVA on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedAug 26, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit13d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 26, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Maryland MVA β†’Install in Claude DesktopInstall in CursorInstall in VS Code