Back to Home
andreibesleaga icon

ocm-sdk

Verified Safe

by andreibesleaga

Overview

An MCP server that enables AI assistants to interact with the Open Charge Map (OCM) API, providing tools for documentation search and executing TypeScript SDK code in a sandboxed environment.

Installation

Run Command
npx -y ocm-mcp@latest

Environment Variables

  • OCM_API_KEY
  • OCM_USERNAME
  • OCM_BASE_URL
  • STAINLESS_API_KEY
  • CODE_MODE_ENDPOINT_URL
  • DOCS_SEARCH_URL

Security Notes

The server includes a 'code mode' tool ('execute') that allows arbitrary JavaScript code, provided by an AI assistant, to be sent to an external service (https://api.stainless.com/api/ai/code-tool by default) for execution. The project claims this code runs in an 'isolated sandbox' provided by the external service. The security of this mechanism is critically dependent on the robustness and trustworthiness of this third-party sandboxing service. If the external service were compromised or had vulnerabilities in its sandbox implementation, it could lead to arbitrary code execution outside the intended scope. API keys and bearer tokens are expected via environment variables or headers, which should be protected from unauthorized access. No hardcoded secrets are directly observed in the provided source.

Similar Servers

Stats

Interest Score33
Security Score5
Cost ClassMedium
Avg Tokens300
Stars3
Forks0
Last Update2026-01-19

Tags

AI IntegrationMCP ServerEV ChargingAPI ClientCloudflare Worker