de_dmv_ev_adoption
Pack: de-dmv · Endpoint: https://gateway.pipeworx.io/de-dmv/mcp
Measure electric-vehicle adoption in Delaware from DMV registration counts: how many battery-electric and plug-in hybrid vehicles are registered statewide and what share of every registered Delaware vehicle they represent. Returns the plug-in total, the battery-electric and plug-in hybrid counts separately, and the plug-in share of the whole fleet. Answers “what percentage of cars in Delaware are electric”, “how many EVs are registered in Delaware”, and “how many plug-in hybrids are in Delaware”. Delaware publishes this statewide, refreshed monthly. For the rebates Delaware paid on EV purchases use de_dmv_ev_rebates; for home and workplace charger rebates use de_dmv_charger_rebates.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/de-dmv/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"de_dmv_ev_adoption","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('de_dmv_ev_adoption', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"de-dmv": {
"url": "https://gateway.pipeworx.io/de-dmv/mcp"
}
}
}
See Getting Started for client-specific install steps.