ev-failure-safe-mcp (kinorossiuk/ev-failure-safe-mcp) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 8 tools. No publisher has claimed this listing.

C
Emerging
74/100
1 month ago

ev-failure-safe-mcp

Recommends EV charging stations with low failure risk by considering vehicle type, connector, remaining range, and real-time public data.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

kinorossiuk

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 6 credentials: CHARGEINFO_API_KEY, EV_API_SERVICE_KEY, KAKAO_REST_API_KEY, KEPCO_API_KEY, SK_API_KEY, TMAP_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configALLOWED_ORIGINS
configBLACKBOX_EV_API_CACHE_FILE
configBLACKBOX_EV_API_USAGE_FILE
configBLACKBOX_PORT
configBLACKBOX_TMAP_API_USAGE_FILE
🔐 secretCHARGEINFO_API_KEY
configEV_API_BASE_URL
configEV_API_CACHE_FILE
configEV_API_COLD_TIMEOUT_MS
configEV_API_DAILY_LIMIT
configEV_API_ERROR_COOLDOWN_MS
configEV_API_FAST_EXPANDED_ROWS
configEV_API_FAST_FALLBACK_ROWS
configEV_API_LIVE_REFRESH_MIN_INTERVAL_MS
configEV_API_MAX_PAGINATED_AREA_PAGES
configEV_API_MAX_RETRIES
configEV_API_PAGE_CONCURRENCY
configEV_API_ROWS
🔐 secretEV_API_SERVICE_KEYyour_public_data_decoding_key
configEV_API_SLOW_FIRST_PAGE_FALLBACK
configEV_API_SLOW_FIRST_PAGE_FALLBACK_MIN_ROWS
configEV_API_SLOW_FIRST_PAGE_FALLBACK_TIMEOUT_MS
configEV_API_SLOW_MAX_RETRIES
configEV_API_SLOW_PAGE_ROWS
configEV_API_SLOW_PAGE_TIMEOUT_MS
configEV_API_SLOW_ROWS
configEV_API_SLOW_TIMEOUT_MS
configEV_API_TIMEOUT_MS
configEV_API_USAGE_FILE
configEV_AVERAGE_PRICE_PER_KWH
configEV_CACHE_STALE_MS
configEV_CACHE_TTL_MS
configEV_ENVIRONMENT_FAST_PRICE_PER_KWH
configEV_ENVIRONMENT_SLOW_PRICE_PER_KWH
configEV_FAST_AVERAGE_PRICE_PER_KWH
configEV_PRICE_CACHE_FILE
configEV_PRICE_FILE운영사별 단가 JSON 파일
configEV_PRICE_REFRESH_HOUR_KST
configEV_PRICE_SOURCE_URL
configEV_SLOW_AVERAGE_PRICE_PER_KWH
configEV_STATIC_CHARGER_FILE
configEV_STATIC_FIRST
configEV_STATIC_SEARCH_RADIUS_METERS
configEV_STATIC_STATUS_REFRESH_ROWS
configEV_STATIC_STATUS_REFRESH_TIMEOUT_MS
configHOST
configKAKAO_DIRECTIONS_BASE_URL
configKAKAO_DIRECTIONS_CACHE_TTL_MS
configKAKAO_DIRECTIONS_TIMEOUT_MS
configKAKAO_REGION_CACHE_TTL_MS
🔐 secretKAKAO_REST_API_KEYyour_kakao_rest_api_key
configKEPCO_API_BASE_URL
🔐 secretKEPCO_API_KEY가 있으면 Kakao Local 기반 완속 후보를 한국전력공사 충전소 운영 정보로 추가 보강합니다. 키가 없거나 조회에 실패하면 임의 데이터를 대신 만들지 않습니다.
configKEPCO_API_TIMEOUT_MS
configKEPCO_CACHE_STALE_MS
configKEPCO_CACHE_TTL_MS
configKEPCO_FAST_PRICE_PER_KWH
configKEPCO_SLOW_PRICE_PER_KWH
configREQUEST_TIMEOUT_MS
configSERVICE_NAME
configSERVICE_TITLE
🔐 secretSK_API_KEY
configSTART_PAGE
configTMAP_API_BASE_URL
configTMAP_API_DAILY_LIMIT
🔐 secretTMAP_API_KEYTMAP을 명시적으로 사용할 때만 설정
configTMAP_API_TIMEOUT_MS
configTMAP_API_USAGE_FILE
configTMAP_CACHE_STALE_MS
configTMAP_CACHE_TTL_MS
configTMAP_ENABLEDfalse TMAP 조회 비활성화 권장
configTOOL_RESPONSE_TIMEOUT_MSMCP tool response budget 2,900 ms 기본값이자 코드상 최대값
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

8/8 tools missing one or more hints — ev_charger_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ev_failure_safe_recommend (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ev_charge_stop_plan (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +5 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

Only 2/8 tools referenced in tests (25%)

Write tests that reference each tool by name so every tool has at least one test.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/kinorossiuk/ev-failure-safe-mcp)](https://m8ven.ai/mcp/kinorossiuk/ev-failure-safe-mcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 2c7941164c8478f368055d70b197b7e0c4819147
code hash: b536673c94546ca33724202f1f13f233599983adca917650af768607781b5ddc
verified: 8/9/2026, 4:09:16 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client