Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port. | 8000 |
| STAGE | No | Environment stage (e.g., MAINNET, TESTNET). | MAINNET |
| LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING, ERROR). | INFO |
| SERVER_ADDRESS | No | Server's payment address (for HTTP 402 protocol). | |
| D402_TESTING_MODE | No | Set to 'true' for local testing without settlement. | false |
| D402_FACILITATOR_URL | No | Facilitator service URL for the D402 protocol. | |
| MCP_OPERATOR_ADDRESS | No | Operator's public address for verification (Required for Settlement in Production). | |
| ICON_MCP_V101_API_KEY | Yes | Your ICON MCP v101 API key (required). Used for either direct authentication or as the server's internal key in payment mode. | |
| D402_FACILITATOR_API_KEY | No | API key for a private facilitator service. | |
| MCP_OPERATOR_PRIVATE_KEY | No | Private key for signing settlement attestations (Required for Settlement in Production). |
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 | |