ev-failure-safe-mcp
by kinorossiuk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port (local default 3000, assigned by cloud) | 3000 |
| TMAP_API_KEY | No | TMAP API key (optional, only if TMAP_ENABLED is true) | |
| TMAP_ENABLED | No | Enable TMAP integration | false |
| EV_PRICE_FILE | No | Path to JSON file with per-operator prices | |
| KEPCO_API_KEY | No | Optional KEPCO API key for charging station enrichment | |
| ALLOWED_ORIGINS | No | Allowed origins for CORS | https://playmcp.kakao.com |
| EV_CACHE_TTL_MS | No | Cache TTL in milliseconds | 600000 |
| EV_STATIC_FIRST | No | Whether to prioritize static charger data | true |
| EV_API_TIMEOUT_MS | No | EV API timeout in milliseconds | 2000 |
| EV_CACHE_STALE_MS | No | Cache stale time in milliseconds | 1800000 |
| EV_API_DAILY_LIMIT | No | Daily API call limit | 96000 |
| EV_API_SERVICE_KEY | Yes | Your public data decoding key (required) | |
| KAKAO_REST_API_KEY | Yes | Your Kakao REST API key (required) | |
| TOOL_RESPONSE_TIMEOUT_MS | No | Tool response timeout in milliseconds | 2900 |
| EV_FAST_AVERAGE_PRICE_PER_KWH | No | Average price per kWh for fast charging | 347 |
| EV_SLOW_AVERAGE_PRICE_PER_KWH | No | Average price per kWh for slow charging | 347 |
| EV_STATIC_SEARCH_RADIUS_METERS | No | Search radius for static chargers in meters | 3000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kinorossiuk/ev-failure-safe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server