INDIVIDUAL MCP TOOL
get_charging_cost_estimate
Combines EIA retail $/kWh + battery + state-of-charge to estimate the cost (and optional minutes) of a charging session.
LIVE ENDPOINT
https://spotcharge.io/api/v1/mcp
Connect to this endpoint to inspect the live schema for get_charging_cost_estimate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
search_chargers— Search SpotCharge's directory of EV charging stations.find_chargers_near— Find EV chargers near an address or coordinates, sorted by distance.get_site— Fetch full details for one charging site by its STATE-NNNNNN site code (e.g., "MI-000123") or vanity slug.list_states— Returns every US state that has ≥1 active charging site in SpotCharge, with site counts.list_cities— Returns cities in a given state that have ≥1 active charging site, with site counts.list_blog_posts— Returns every published editorial post (charging guides, network comparisons, regional roundups) with title, description, tags, and URL.list_networks— Returns distinct network operator strings (e.g., "ChargePoint Network", "Tesla (Tesla-only charging)") with site counts, optionally filtered by state.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).