MCP.so
登录

ChargeNow MCP Server

@cevatkerim

关于 ChargeNow MCP Server

MCP server for finding ChargeNow EV charging points.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

cevatkerim

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器