Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the server | 3000 |
| NODE_ENV | No | Node environment (production or demo) | production |
| LOG_LEVEL | No | Logging level | info |
| MONGODB_URI | No | Database connection string (Required for production) | |
| CDP_API_KEY_ID | No | Your Coinbase Developer Platform API key ID (Required for CDP disbursement) | |
| CDP_API_KEY_SECRET | No | Your Coinbase Developer Platform API key secret (Required for CDP disbursement) | |
| X402_WALLET_PRIVATE_KEY | No | Your x402 wallet private key (Required for payment collection) |
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 | |