Skip to main content
Spirii ships an MCP server so AI agents can interact with the Public API as a tool.

What it exposes

  • Listing and reading locations, charge points, sessions, and CDRs.
  • Searching tariffs and customers.
  • Read-only operations are enabled by default. Write operations are opt-in per integration.

Connecting

{
  "mcpServers": {
    "spirii": {
      "command": "npx",
      "args": ["-y", "@spirii/mcp-server"],
      "env": { "SPIRII_API_KEY": "..." }
    }
  }
}
See the spirii-mcp-locations source for the underlying server implementation.