Enables AI agents to query the Radiant blockchain, manage Glyph tokens, resolve WAVE names, and securely build, sign, and broadcast transactions with private key support.
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.CORS_ORIGIN— CORS allowed origin (REST)ELECTRUMX_HOST— "": "electrumx.radiantcore.org",ELECTRUMX_PORT— 443 (wss) / 50012 (raw) ElectrumX server portELECTRUMX_SSL— true Use TLS for a raw socket (ignored when ELECTRUMX_WSS=true)ELECTRUMX_WSS— true Connect over secure WebSocket (wss://host, port 443). Firewall-proof and works on mobile/corporate networks; requires Node 22+. Set false to use a raw TCP/SSL socket instead.HOST— Both HTTP transports default to loopback (=127.0.0.1) so key-handling tools are not exposed to the LAN by accident.PORT— 3080 REST API port (also the SSE fallback port)RADIANT_API_TOKEN— set → those endpoints require Authorization: Bearer <token>.RADIANT_KEYRING_FILE— Location: ~/.radiant-mcp/keyring.json (override with ).RADIANT_NETWORK— "": "mainnet"RADIANT_RESPONSE_FORMAT— both Value formatting in responses: satoshis, rxd, or both (satoshis ~halves token cost on balance/UTXO-heavy calls)RADIANT_TEST_MODE— Set (to any value other than 0/false) to block real broadcasts — radiant_broadcast_transaction and the signing tools will refuse to publish. Useful for dry runs and CI.RXDC_PATH— _(auto-detected)_ Path to the rxdc RadiantScript compiler binary, used by radiant_compile_scriptSSE_PORT— 3090 SSE server port[](https://m8ven.ai/mcp/radiant-core-radiant-mcp-server-i5tsoc)