API Tools
usetern.ai
MCP server for searching EV charging stations, listing their connectors, and aggregating utilization metrics over GeoJSON areas and date windows.
ENDPOINT 1
https://tern-mcp-537572042041.europe-west4.run.app/mcp
MCP server metadata
- Name
- tern-mcp
- Version
- 1.30.0
Known tools 26
search_charging_stationsFind charging stations in one country by structured filter — id, title, address, operator.
Inferred read-onlynearby_charging_stationsList the charging stations within a radius of a point, nearest first.
Inferred read-onlylist_evsesList the individual EVSEs (connectors) of up to 20 stations, with their capacity in kW.
Inferred read-onlyaggregate_charging_utilizationStation-level utilization aggregated over a GeoJSON area and a date window of at most 92 days, optionally filtered to a capacity band (default 150 kW = HPC; pass 100 for fast charging).
Inferred read-onlyaggregate_evse_utilizationEVSE-level utilization aggregated over a GeoJSON area and a date window of at most 92 days, optionally filtered to a capacity band.
Inferred read-onlyarea_benchmarkHow hard is each EVSE at this site working compared with the area around it?
Inferred read-onlybusy_evse_hoursHow many EVSE-hours at this station carried charging on the drilled day, and how many of its EVSEs were charging at once in the busiest hour?
Inferred read-onlycorridor_benchmarkHow does this site's demand per EVSE-day compare with the corridor drawn around it?
Inferred read-onlycorridor_comparisonHow does this site compare with the named stations around it — distance, EVSE count, max kW, and sessions per EVSE-day each?
Inferred read-onlydemand_share_multipleHow much of the area's demand does this one site take, said as a multiple of the mean station?
Inferred read-onlyestate_coverageWhich estate sites reported on every day of the window, which are partial or young, and how full is the window's final day?
Inferred read-onlyestate_monthly_seriesDid demand per EVSE across the estate move month over month, and did each focus site move with it?
Inferred read-onlymonthly_sessions_per_stall_dayIs demand per EVSE rising or falling month over month?
Inferred read-onlypeak_hour_co_saturationWhen the site reaches its busiest hour of the day, do the stations around it reach their own busiest hours at the same time?
Inferred read-onlyrank_gapWhere does this site sit in its estate's ranking, and how far is it from the estate median and the estate leader?
Inferred read-onlysite_profileWhat is this site — how many EVSEs, and how close is the nearest station?
Inferred read-onlysite_rankingHow do the estate's sites rank on sessions per EVSE-day over one window, and how far is the leader above the estate median?
Inferred read-onlytotal_charging_minutesHow many minutes of charging did this site actually deliver over the window?
Inferred read-onlyCONNECT 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.tern-mcp]
url = "https://tern-mcp-537572042041.europe-west4.run.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tern-mcp": {
"type": "http",
"url": "https://tern-mcp-537572042041.europe-west4.run.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tern-mcp
Remote MCP URL: https://tern-mcp-537572042041.europe-west4.run.app/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": {
"tern-mcp": {
"url": "https://tern-mcp-537572042041.europe-west4.run.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tern-mcp": {
"type": "http",
"url": "https://tern-mcp-537572042041.europe-west4.run.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tern-mcp",
"transport": "streamable-http",
"url": "https://tern-mcp-537572042041.europe-west4.run.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://tern-mcp-dev-537572042041.europe-west4.run.app/mcp
MCP server metadata
- Name
- tern-mcp
- Version
- 1.30.0
Known tools 26
search_charging_stationsFind charging stations in one country by structured filter — id, title, address, operator.
Inferred read-onlynearby_charging_stationsList the charging stations within a radius of a point, nearest first.
Inferred read-onlylist_evsesList the individual EVSEs (connectors) of up to 20 stations, with their capacity in kW.
Inferred read-onlyaggregate_charging_utilizationStation-level utilization aggregated over a GeoJSON area and a date window of at most 92 days, optionally filtered to a capacity band (default 150 kW = HPC; pass 100 for fast charging).
Inferred read-onlyaggregate_evse_utilizationEVSE-level utilization aggregated over a GeoJSON area and a date window of at most 92 days, optionally filtered to a capacity band.
Inferred read-onlyarea_benchmarkHow hard is each EVSE at this site working compared with the area around it?
Inferred read-onlybusy_evse_hoursHow many EVSE-hours at this station carried charging on the drilled day, and how many of its EVSEs were charging at once in the busiest hour?
Inferred read-onlycorridor_benchmarkHow does this site's demand per EVSE-day compare with the corridor drawn around it?
Inferred read-onlycorridor_comparisonHow does this site compare with the named stations around it — distance, EVSE count, max kW, and sessions per EVSE-day each?
Inferred read-onlydemand_share_multipleHow much of the area's demand does this one site take, said as a multiple of the mean station?
Inferred read-onlyestate_coverageWhich estate sites reported on every day of the window, which are partial or young, and how full is the window's final day?
Inferred read-onlyestate_monthly_seriesDid demand per EVSE across the estate move month over month, and did each focus site move with it?
Inferred read-onlymonthly_sessions_per_stall_dayIs demand per EVSE rising or falling month over month?
Inferred read-onlypeak_hour_co_saturationWhen the site reaches its busiest hour of the day, do the stations around it reach their own busiest hours at the same time?
Inferred read-onlyrank_gapWhere does this site sit in its estate's ranking, and how far is it from the estate median and the estate leader?
Inferred read-onlysite_profileWhat is this site — how many EVSEs, and how close is the nearest station?
Inferred read-onlysite_rankingHow do the estate's sites rank on sessions per EVSE-day over one window, and how far is the leader above the estate median?
Inferred read-onlytotal_charging_minutesHow many minutes of charging did this site actually deliver over the window?
Inferred read-onlyCONNECT 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.tern-mcp]
url = "https://tern-mcp-dev-537572042041.europe-west4.run.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tern-mcp": {
"type": "http",
"url": "https://tern-mcp-dev-537572042041.europe-west4.run.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tern-mcp
Remote MCP URL: https://tern-mcp-dev-537572042041.europe-west4.run.app/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": {
"tern-mcp": {
"url": "https://tern-mcp-dev-537572042041.europe-west4.run.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tern-mcp": {
"type": "http",
"url": "https://tern-mcp-dev-537572042041.europe-west4.run.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tern-mcp",
"transport": "streamable-http",
"url": "https://tern-mcp-dev-537572042041.europe-west4.run.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for run.app was fetched 2026-07-28T00:07:38.004Z and is being refreshed.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.