Skip to main content
Glama
Radiant-Core

Radiant MCP Server

Official
by Radiant-Core

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address for the REST and SSE servers (loopback by default)127.0.0.1
PORTNoREST API port (also the SSE fallback port)3080
SSE_PORTNoSSE server port3090
RXDC_PATHNoPath to the rxdc RadiantScript compiler binary, used by radiant_compile_script(auto-detected)
CORS_ORIGINNoCORS allowed origin (REST)*
ELECTRUMX_SSLNoUse TLS for a raw socket (ignored when ELECTRUMX_WSS=true)true
ELECTRUMX_WSSNoConnect 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.true
ELECTRUMX_HOSTNoElectrumX server hostnameelectrumx.radiantcore.org
ELECTRUMX_PORTNoElectrumX server port443 (wss) / 50012 (raw)
RADIANT_NETWORKNoNetwork: mainnet or testnetmainnet
RADIANT_API_TOKENNoBearer token required for key-handling REST endpoints. When unset, those endpoints are loopback-only(unset)
RADIANT_TEST_MODENoWhen set (and not 0/false), blocks real transaction broadcasts(unset)
RADIANT_KEYRING_FILENoPath to the server-side keyring (must be 0600 on POSIX)~/.radiant-mcp/keyring.json
RADIANT_RESPONSE_FORMATNoValue formatting in responses: satoshis, rxd, or both (satoshis ~halves token cost on balance/UTXO-heavy calls)both

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Radiant-Core/radiant-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server