Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITCOIN_DATADIR | No | The Bitcoin data directory, used for auto-detecting authentication via the .cookie file. | |
| BITCOIN_NETWORK | No | The Bitcoin network to connect to (mainnet, testnet, signet, or regtest). | mainnet |
| SATOSHI_API_URL | No | Optional: The URL of a hosted Satoshi API instance to use instead of a local node. | |
| BITCOIN_RPC_HOST | No | The hostname or IP address of the Bitcoin node RPC server (e.g., 127.0.0.1). | |
| BITCOIN_RPC_PORT | No | The port number for the Bitcoin node RPC server (e.g., 8332). | |
| BITCOIN_RPC_USER | No | The username for Bitcoin RPC authentication. | |
| BITCOIN_RPC_PASSWORD | No | The password for Bitcoin RPC authentication. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |