edgex-mcp (realnaka/edgex-mcp) is an MCP server listed on the M8ven Trust Index. It scores 56 out of 100, grade D. It declares 17 tools. No publisher has claimed this listing.
MCP server for EdgeX perpetual contract trading, providing 16 AI agent tools for market data, account management, and order execution.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
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
realnaka
Source: Glama
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.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
edgex_get_auth_statusCheck if authentication is configured. CALL THIS FIRST at the start of every session. Returns whether account credentials are set up and what tools are available.
edgex_get_environmentGet current MCP environment: baseUrl, testnet/mainnet, and auth status.
edgex_get_tickerGet 24h ticker: price, volume, open interest, funding rate. Omit symbol to get all contracts (uses cached contract list, may return subset).
edgex_get_depthGet order book depth (bids and asks) for a contract.
edgex_get_klineGet candlestick/kline data for technical analysis.
edgex_get_fundingGet current and predicted funding rate. Positive = longs pay shorts. Omit symbol for first N contracts from cache.
edgex_get_ratioGet long/short ratio aggregated from multiple exchanges (Binance, OKX, Bybit, etc.).
edgex_get_summaryGet market-wide volume and trading summary.
edgex_get_balancesGet account balances, positions, and equity. Requires EDGEX_ACCOUNT_ID and EDGEX_STARK_PRIVATE_KEY.
edgex_get_positionsGet open positions with unrealized PnL. Returns empty array if no positions.
edgex_get_ordersGet active/pending orders.
edgex_get_order_statusGet status of a specific order by ID.
edgex_get_max_sizeGet maximum order size for a contract given current balance and leverage.
edgex_set_leverageSet leverage for a contract. EdgeX uses cross-margin mode.
edgex_place_orderPlace a limit or market order. For stock contracts during market closure, only limit orders are allowed. ALWAYS confirm with the user before calling this tool.
edgex_cancel_orderCancel one or more orders by ID.
edgex_cancel_all_ordersCancel all active orders, optionally filtered by symbol.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Undici: Malicious WebSocket 64-bit length overflows parser and crashes the client
Undici has Unhandled Exception in WebSocket Client Due to Invalid server_max_window_bits Validation
Undici has Unbounded Memory Consumption in WebSocket permessage-deflate Decompression
undici WebSocket client vulnerable to denial of service via fragment count bypass
Undici has an HTTP Request/Response Smuggling issue
EDGEX_ACCOUNT_ID"": "your-account-id",EDGEX_BASE_URLNo Override REST API URLEDGEX_STARK_PRIVATE_KEY"": "0x..."EDGEX_TESTNETNo Set to 1 for testnetEDGEX_WS_URLHTTPS_PROXY/ https_proxy No HTTP proxy URL (see below)HTTP_PROXYWhy this is needed: npx spawns a new Node.js process that does not inherit your shell's proxy environment variables. You must explicitly pass HTTPS_PROXY (or ) in the MCP env block.http_proxyhttps_proxyHTTPS_PROXY / No HTTP proxy URL (see below)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
17/17 tools missing one or more hints — edgex_get_auth_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); edgex_get_environment (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); edgex_get_ticker (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +14 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 inputs are validated
12/17 tool handlers declare input schemas (71%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 4 high severity in production deps — undici@7.22.0 (high), undici@7.22.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
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.
[](https://m8ven.ai/mcp/realnaka/edgex-mcp)?variant=verified from the URL.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