How to Compare EV Charging Networks with Copilot
Compare EV Charging Network Coverage with Copilot and ToolRouter. Return structured network statistics for EV applications and infrastructure dashboards.
ToolEV ChargersUse Copilot with EV Chargers to pull network and country statistics and return typed data for an EV analytics dashboard, infrastructure reporting tool, or fleet management system. Copilot is best when the network comparison data needs to be schema-matched and integrated into an existing application.
Connect ToolRouter to Copilot
1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the EV Chargers tool:
- Define the comparison scope and your application schema for network statistics.
- Ask Copilot to run `network_stats` and `country_stats` via `ev-chargers`.
- Have Copilot return the results as typed JSON matching your schema.
- Feed the output into your dashboard, analytics pipeline, or reporting tool.
Example Prompt
Try this with Copilot using the EV Chargers tool
Use ev-chargers to get UK charging network statistics using network_stats. Return JSON: {networks: Array<{name: string, total_chargers: number, rapid_charger_count: number, rapid_pct: number, ccs_pct: number, chademo_pct: number, type2_pct: number, country: string}>}.
Tips
- Return percentage fields (rapid_pct, ccs_pct) rather than raw counts so your dashboard can apply consistent comparisons.
- Include `country` even for UK-only queries so your schema works when you expand to multi-country data.
- Sort by `rapid_charger_count` descending as the default so fleet-relevant networks surface first.