← chargingnear.me

INDIVIDUAL MCP TOOL

get_station_details

Get detailed information about a specific EV charging station by its ID.

chargingnear.menone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

chargingnear.me

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.chargingnear-me]
url = "https://chargingnear.me/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chargingnear-me": {
      "type": "http",
      "url": "https://chargingnear.me/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chargingnear-me
Remote MCP URL: https://chargingnear.me/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": {
    "chargingnear-me": {
      "url": "https://chargingnear.me/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chargingnear-me": {
      "type": "http",
      "url": "https://chargingnear.me/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "chargingnear-me",
  "transport": "streamable-http",
  "url": "https://chargingnear.me/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_stations — Search EV charging stations by city, state, network, or location coordinates.
  • get_nearest_stations — Find the nearest EV charging stations to a given latitude/longitude coordinate.
  • get_city_charging_stats — Get EV charging statistics for a specific city including station count, network breakdown, and top stations.
  • get_state_charging_stats — Get EV charging statistics for a US state including station count, cities, network breakdown.
  • find_stations_on_route — Find EV charging stations along a route defined by a series of waypoints.