A local-first MCP server that enables AI agents to query the Sui blockchain using gRPC, GraphQL, and Archival Service, with auto-routing and LLM-friendly responses.
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.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.ANTHROPIC_API_KEY— export =sk-ant-...SUI_MCP_DEFAULT_NETWORK— "": "mainnet"SUI_MCP_ENABLE_EXECUTION— false Expose sui_execute_transaction. See safety model belowSUI_MCP_ENABLE_SUBSCRIPTIONS— true Expose sui_stream_checkpointsSUI_MCP_STREAM_MAX_FRAMES— 10 Per-call cap on streamed framesSUI_MCP_STREAM_MAX_SECONDS— 30 Per-call wall-clock cap on streaming[](https://m8ven.ai/mcp/abhinavg6-sui-mcp-server-l8dmes)