Skip to content

Public Api

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}