Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | No | Optional: Your Qdrant URL for semantic search features | |
| NFD_API_URL | No | The NFD (Name Service) API endpoint URL | https://api.nf.domains |
| ALGORAND_ALGOD | No | The Algorand Algod API endpoint URL | https://testnet-api.algonode.cloud |
| ALGORAND_TOKEN | No | Your Algorand API token | |
| OPENAI_API_KEY | No | Optional: Your OpenAI API key for semantic search features | |
| QDRANT_API_KEY | No | Optional: Your Qdrant API key for semantic search features | |
| ALGORAND_INDEXER | No | The Algorand Indexer API endpoint URL | https://testnet-idx.algonode.cloud |
| ALGORAND_NETWORK | No | The Algorand network to use (testnet or mainnet) | testnet |
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 | |