← Registry

General Tools

spotcharge.io

Provides search and directory information for EV charging stations across the US.

2 endpoints50 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://spotcharge.io/api/v1/mcp

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 25

search_chargers

Search SpotCharge's directory of EV charging stations.

Inferred read-only
find_chargers_near

Find EV chargers near an address or coordinates, sorted by distance.

Inferred read-only
get_site

Fetch full details for one charging site by its STATE-NNNNNN site code (e.g., "MI-000123") or vanity slug.

Inferred read-only
list_states

Returns every US state that has ≥1 active charging site in SpotCharge, with site counts.

Inferred read-only
list_cities

Returns cities in a given state that have ≥1 active charging site, with site counts.

Inferred read-only
list_blog_posts

Returns every published editorial post (charging guides, network comparisons, regional roundups) with title, description, tags, and URL.

Potential side effects
list_networks

Returns distinct network operator strings (e.g., "ChargePoint Network", "Tesla (Tesla-only charging)") with site counts, optionally filtered by state.

Inferred read-only
get_directory_stats

Returns 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-only
get_ev_registrations

Light-duty EV (battery electric) and PHEV (plug-in hybrid) registration counts published by the AFDC, sourced from Experian.

Inferred read-only
get_ev_industry_stats

US light-duty BEV (battery-electric vehicle) sales, market share, and YoY growth, by quarter.

Inferred read-only
get_ev_locality_breakdown

EV registrations broken out by county / city / make / model for states that publish granular open data.

Potential side effects
get_commercial_ev_stats

US 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-only
get_micromobility_stats

US 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-only
estimate_charger_investment

Levelized cost of charging ($/kWh delivered), annual cash flow, and simple payback for a single L2 or DCFC charger.

Inferred read-only
get_charger_ev_ratios

EVs per public charging site, broken out by L2 vs DCFC.

Inferred read-only
get_vehicle_profile

Full 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-only
get_aviation_ev_stats

Active 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-only
get_charger_density

Composes get_directory_stats (charger counts) with get_ev_registrations (BEV + PHEV totals) to compute infrastructure-per-EV ratios.

Inferred read-only
compare_states

Aggregates 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-only
get_electricity_price

Latest retail $/kWh and 12-month trend from the EIA (US Energy Information Administration).

Inferred read-only
lookup_vehicle

Resolves a year/make/model to one or more EPA-recorded vehicles via fueleconomy.gov.

Inferred read-only
get_charging_cost_estimate

Combines EIA retail $/kWh + battery + state-of-charge to estimate the cost (and optional minutes) of a charging session.

Potential side effects
plan_charging_stop

One-shot trip-planning composite.

Inferred read-only
estimate_charge_time

Pure-compute estimator — no API call.

Inferred read-only
get_blog_post

Fetch a published blog post by slug.

Potential side effects

CONNECT 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

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 25

search_chargers

Search SpotCharge's directory of EV charging stations.

Inferred read-only
find_chargers_near

Find EV chargers near an address or coordinates, sorted by distance.

Inferred read-only
get_site

Fetch full details for one charging site by its STATE-NNNNNN site code (e.g., "MI-000123") or vanity slug.

Inferred read-only
list_states

Returns every US state that has ≥1 active charging site in SpotCharge, with site counts.

Inferred read-only
list_cities

Returns cities in a given state that have ≥1 active charging site, with site counts.

Inferred read-only
list_blog_posts

Returns every published editorial post (charging guides, network comparisons, regional roundups) with title, description, tags, and URL.

Potential side effects
list_networks

Returns distinct network operator strings (e.g., "ChargePoint Network", "Tesla (Tesla-only charging)") with site counts, optionally filtered by state.

Inferred read-only
get_directory_stats

Returns 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-only
get_ev_registrations

Light-duty EV (battery electric) and PHEV (plug-in hybrid) registration counts published by the AFDC, sourced from Experian.

Inferred read-only
get_ev_industry_stats

US light-duty BEV (battery-electric vehicle) sales, market share, and YoY growth, by quarter.

Inferred read-only
get_ev_locality_breakdown

EV registrations broken out by county / city / make / model for states that publish granular open data.

Potential side effects
get_commercial_ev_stats

US 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-only
get_micromobility_stats

US 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-only
estimate_charger_investment

Levelized cost of charging ($/kWh delivered), annual cash flow, and simple payback for a single L2 or DCFC charger.

Inferred read-only
get_charger_ev_ratios

EVs per public charging site, broken out by L2 vs DCFC.

Inferred read-only
get_vehicle_profile

Full 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-only
get_aviation_ev_stats

Active 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-only
get_charger_density

Composes get_directory_stats (charger counts) with get_ev_registrations (BEV + PHEV totals) to compute infrastructure-per-EV ratios.

Inferred read-only
compare_states

Aggregates 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-only
get_electricity_price

Latest retail $/kWh and 12-month trend from the EIA (US Energy Information Administration).

Inferred read-only
lookup_vehicle

Resolves a year/make/model to one or more EPA-recorded vehicles via fueleconomy.gov.

Inferred read-only
get_charging_cost_estimate

Combines EIA retail $/kWh + battery + state-of-charge to estimate the cost (and optional minutes) of a charging session.

Potential side effects
plan_charging_stop

One-shot trip-planning composite.

Inferred read-only
estimate_charge_time

Pure-compute estimator — no API call.

Inferred read-only
get_blog_post

Fetch a published blog post by slug.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.