Back to Home
andreibesleaga icon

oscp-sdk

Verified Safe

by andreibesleaga

Overview

Enables AI assistants to interact with EV charging infrastructure using the Open Smart Charging Protocol (OSCP) via a Model Context Protocol (MCP) server.

Installation

Run Command
export OSCP_API_KEY="My API Key

Environment Variables

  • OSCP_API_KEY
  • OSCP_BASE_URL
  • OSCP_LOG
  • STAINLESS_API_KEY
  • CODE_MODE_ENDPOINT_URL

Security Notes

The server implements a 'Code Mode' tool that allows AI agents to write and execute TypeScript code against the SDK. This code execution is explicitly stated to occur in an 'isolated sandbox' on a remote Stainless API service (api.stainless.com/api/ai/code-tool), without local web or filesystem access. While delegating execution to a sandboxed remote service reduces local risk, it relies heavily on the security and isolation of that external service. No direct local 'eval' or similar dangerous patterns are used for agent code within the provided server code. API keys (OSCP_API_KEY) are obtained from environment variables or client options, not hardcoded. Authentication for HTTP transport is via Bearer token or x-oscp-api-key header.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens750
Stars2
Forks0
Last Update2026-01-19

Tags

EV chargingAI assistantAPI clientTypeScript SDKModel Context Protocol