Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode (true/false) | |
| NODE_ENV | No | Environment mode (development, production, test) | |
| LOG_LEVEL | No | Logging level (info, debug, error) | |
| HIRO_API_KEY | No | Hiro API key for higher rate limits | |
| STACKS_NETWORK | No | Network selection: mainnet, testnet, or devnet | |
| BITFLOW_API_KEY | No | BitFlow protocol API key (contact BitFlow team) | |
| MCP_SERVER_HOST | No | Server host for HTTP mode | localhost |
| MCP_SERVER_PORT | No | Server port for HTTP mode | 3000 |
| WALLET_MNEMONIC | No | Stacks wallet mnemonic phrase (12 or 24 words) | |
| DISABLE_TELEMETRY | No | Disable telemetry (true/false) | |
| WALLET_PRIVATE_KEY | No | Stacks wallet private key (64 hex chars, with or without 0x) | |
| STACKS_DEVNET_API_URL | No | Custom devnet API endpoint | http://localhost:20443 |
| STACKS_MAINNET_API_URL | No | Custom mainnet API endpoint (default: Hiro API) | https://api.hiro.so |
| STACKS_TESTNET_API_URL | No | Custom testnet API endpoint (default: Hiro API) | https://api.testnet.hiro.so |
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 | |