Public Api
Freeby MCP Community
MCP server that dynamically exposes the AMPECO.CHARGE Public API defined by an OpenAPI 3 specification
v3.108.0Added Apr 12, 2026
mcpopenapiapimodel-context-protocolampeco
Public Api MCP Server
MCP server that dynamically exposes the AMPECO.CHARGE Public API defined by an OpenAPI 3 specification
Installation
npx -y @ampeco/public-api-mcp
Reviews
Installation
Quick install
npx -y @ampeco/public-api-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"public-api": {
"command": "npx",
"args": ["-y", "@ampeco/public-api-mcp"]
}
}
}