ChargeNow MCP Server
@cevatkerim
About ChargeNow MCP Server
MCP server for finding ChargeNow EV charging points.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ChargeNow MCP Server?
A Model Context Protocol (MCP) server that provides EV charging station information using the ChargeNow API. It allows AI assistants (such as Claude) to search for charging stations near a specified address.
How to use ChargeNow MCP Server?
Install dependencies with npm install, build with npm run build, then configure a geocode API key (from geocode.maps.co) via the GEOCODE_API_KEY environment variable or under geocodeApiKey in the MCP client config. The server exposes the find_available_chargepoints tool, which takes an address parameter (e.g., "Bautzener Str Berlin").
Key features of ChargeNow MCP Server
- Find available EV charging stations near a specified address
- Get real-time availability status of charging points
- View distance, address, operator, connector types, and power levels
- Check supported payment methods and opening hours
- Summarizes available, in-use, and offline charge points
Use cases of ChargeNow MCP Server
- Ask an AI assistant to find charging stations near a landmark, e.g., "Brandenburg Gate, Berlin"
- Check real-time availability of charging points in a city center
- Get detailed station information including connector types and power levels
- Plan a route by querying charging stations along a street address
FAQ from ChargeNow MCP Server
What does the server do?
It provides a tool to search for electric vehicle charging stations near a given address, returning availability and station details.
How do I obtain an API key?
The server uses geocode.maps.co for geocoding; you need to obtain an API key from their website.
How do I configure the server?
Set the GEOCODE_API_KEY environment variable, or add the key under geocodeApiKey in the MCP client configuration file.
What parameters does the find_available_chargepoints tool accept?
It accepts a single address parameter (string) representing a street address and city.
Where is the Claude Desktop configuration file stored?
On macOS at ~/Library/Application Support/Claude/claude_desktop_config.json, on Windows at %APPDATA%\Claude\claude_desktop_config.json.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments