INDIVIDUAL MCP TOOL
list_blog_posts
Returns every published editorial post (charging guides, network comparisons, regional roundups) with title, description, tags, and URL.
LIVE ENDPOINT
https://spotcharge.io/api/mcp
Connect to this endpoint to inspect the live schema for list_blog_posts 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 contains a write-action term.
- A tool name or description suggests retrieving external content.
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/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.
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_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).get_ev_registrations— Light-duty EV (battery electric) and PHEV (plug-in hybrid) registration counts published by the AFDC, sourced from Experian.