General Tools
spotcharge.io
Provides search and directory information for EV charging stations across the US.
ENDPOINT 1
https://spotcharge.io/api/v1/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 25
find_chargers_nearFind EV chargers near an address or coordinates, sorted by distance.
Inferred read-onlyget_siteFetch full details for one charging site by its STATE-NNNNNN site code (e.g., "MI-000123") or vanity slug.
Inferred read-onlylist_statesReturns every US state that has ≥1 active charging site in SpotCharge, with site counts.
Inferred read-onlylist_citiesReturns cities in a given state that have ≥1 active charging site, with site counts.
Inferred read-onlylist_blog_postsReturns every published editorial post (charging guides, network comparisons, regional roundups) with title, description, tags, and URL.
Potential side effectslist_networksReturns distinct network operator strings (e.g., "ChargePoint Network", "Tesla (Tesla-only charging)") with site counts, optionally filtered by state.
Inferred read-onlyget_directory_statsReturns aggregate counts: site_count, dcfc_sites, l2_sites, station_count, port_count, max_power_kw seen, latest_confirmed_at (data freshness), top 5 networks, top 5 facility types, source breakdown (counts by user/ocm/afdc).
Inferred read-onlyget_ev_registrationsLight-duty EV (battery electric) and PHEV (plug-in hybrid) registration counts published by the AFDC, sourced from Experian.
Inferred read-onlyget_ev_industry_statsUS light-duty BEV (battery-electric vehicle) sales, market share, and YoY growth, by quarter.
Inferred read-onlyget_ev_locality_breakdownEV registrations broken out by county / city / make / model for states that publish granular open data.
Potential side effectsget_commercial_ev_statsUS medium-duty (Class 4-6) and heavy-duty (Class 7-8) electric truck quarterly registrations, cumulative fleet, top OEMs, and notable fleet announcements.
Inferred read-onlyget_micromobility_statsUS e-bike annual sales, revenue, market share, DTC channel split, cargo segment, plus LSV (low-speed vehicle / golf cart) annual sales and cumulative fleet.
Inferred read-onlyestimate_charger_investmentLevelized cost of charging ($/kWh delivered), annual cash flow, and simple payback for a single L2 or DCFC charger.
Inferred read-onlyget_vehicle_profileFull AFDC spec card for any year/make/model in the catalog, plus a curated review (description, pros/cons, key specs, photo URL) for the ~30 best-selling EVs.
Inferred read-onlyget_aviation_ev_statsActive US + global electric and hybrid-electric aviation programs (Heart, Eviation, Beta, Joby, Archer, Wisk, Vertical, Lilium, Volocopter), plus megawatt charging (MCS) standard facts.
Inferred read-onlyget_charger_densityComposes get_directory_stats (charger counts) with get_ev_registrations (BEV + PHEV totals) to compute infrastructure-per-EV ratios.
Inferred read-onlycompare_statesAggregates get_directory_stats for 2-6 states in one call so an agent can answer "MI vs OH vs IL — which has more DCFC?" without N round trips.
Inferred read-onlyget_electricity_priceLatest retail $/kWh and 12-month trend from the EIA (US Energy Information Administration).
Inferred read-onlylookup_vehicleResolves a year/make/model to one or more EPA-recorded vehicles via fueleconomy.gov.
Inferred read-onlyget_charging_cost_estimateCombines EIA retail $/kWh + battery + state-of-charge to estimate the cost (and optional minutes) of a charging session.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-typescript-server-on-vercel]
url = "https://spotcharge.io/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://spotcharge.io/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://spotcharge.io/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"url": "https://spotcharge.io/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://spotcharge.io/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://spotcharge.io/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://spotcharge.io/api/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 25
find_chargers_nearFind EV chargers near an address or coordinates, sorted by distance.
Inferred read-onlyget_siteFetch full details for one charging site by its STATE-NNNNNN site code (e.g., "MI-000123") or vanity slug.
Inferred read-onlylist_statesReturns every US state that has ≥1 active charging site in SpotCharge, with site counts.
Inferred read-onlylist_citiesReturns cities in a given state that have ≥1 active charging site, with site counts.
Inferred read-onlylist_blog_postsReturns every published editorial post (charging guides, network comparisons, regional roundups) with title, description, tags, and URL.
Potential side effectslist_networksReturns distinct network operator strings (e.g., "ChargePoint Network", "Tesla (Tesla-only charging)") with site counts, optionally filtered by state.
Inferred read-onlyget_directory_statsReturns aggregate counts: site_count, dcfc_sites, l2_sites, station_count, port_count, max_power_kw seen, latest_confirmed_at (data freshness), top 5 networks, top 5 facility types, source breakdown (counts by user/ocm/afdc).
Inferred read-onlyget_ev_registrationsLight-duty EV (battery electric) and PHEV (plug-in hybrid) registration counts published by the AFDC, sourced from Experian.
Inferred read-onlyget_ev_industry_statsUS light-duty BEV (battery-electric vehicle) sales, market share, and YoY growth, by quarter.
Inferred read-onlyget_ev_locality_breakdownEV registrations broken out by county / city / make / model for states that publish granular open data.
Potential side effectsget_commercial_ev_statsUS medium-duty (Class 4-6) and heavy-duty (Class 7-8) electric truck quarterly registrations, cumulative fleet, top OEMs, and notable fleet announcements.
Inferred read-onlyget_micromobility_statsUS e-bike annual sales, revenue, market share, DTC channel split, cargo segment, plus LSV (low-speed vehicle / golf cart) annual sales and cumulative fleet.
Inferred read-onlyestimate_charger_investmentLevelized cost of charging ($/kWh delivered), annual cash flow, and simple payback for a single L2 or DCFC charger.
Inferred read-onlyget_vehicle_profileFull AFDC spec card for any year/make/model in the catalog, plus a curated review (description, pros/cons, key specs, photo URL) for the ~30 best-selling EVs.
Inferred read-onlyget_aviation_ev_statsActive US + global electric and hybrid-electric aviation programs (Heart, Eviation, Beta, Joby, Archer, Wisk, Vertical, Lilium, Volocopter), plus megawatt charging (MCS) standard facts.
Inferred read-onlyget_charger_densityComposes get_directory_stats (charger counts) with get_ev_registrations (BEV + PHEV totals) to compute infrastructure-per-EV ratios.
Inferred read-onlycompare_statesAggregates get_directory_stats for 2-6 states in one call so an agent can answer "MI vs OH vs IL — which has more DCFC?" without N round trips.
Inferred read-onlyget_electricity_priceLatest retail $/kWh and 12-month trend from the EIA (US Energy Information Administration).
Inferred read-onlylookup_vehicleResolves a year/make/model to one or more EPA-recorded vehicles via fueleconomy.gov.
Inferred read-onlyget_charging_cost_estimateCombines EIA retail $/kWh + battery + state-of-charge to estimate the cost (and optional minutes) of a charging session.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-typescript-server-on-vercel]
url = "https://spotcharge.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://spotcharge.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://spotcharge.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"url": "https://spotcharge.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://spotcharge.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://spotcharge.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.