InjPilot MCP
Safety-first AI command center for Injective MCP
Every allowed read and blocked execution path stays visible.
market_list, market_price, and account_balances are read-only. trade_open is preview-only data, and broadcast is blocked.
Run a market read or execution preview to populate the audit trail.
Read-only MCP tools
Live market and public account reads allowed by the safety layer.
market_list
readyRead-only market metadata lookup.
market_price
readyRead-only oracle price lookup.
account_balances
readyRead-only public account balance inspection.
Preview-only tool
Inert parameter preparation only. The execution tool is never called.
trade_open
preparedPreview-only parameter preparation. The execution tool was never called.
Blocked execution surface
Blocked execution surface: write, wallet, bridge, authz, transfer, and broadcast tools are disabled by the safety layer.
evm_broadcast
blockedBroadcast blocked. No transaction was signed or sent.