Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Server host for SSE transport (default: 127.0.0.1). | 127.0.0.1 |
| MCP_PORT | No | Server port for SSE transport (default: 8000). | 8000 |
| SUGAR_PK | Yes | Private key for the Sugar service (required for Sugar tools). | |
| MCP_TRANSPORT | No | Transport mode - "stdio" or "sse" (default: sse). | sse |
| BACKEND_BASE_URL | Yes | The backend base URL (domain only, route path is appended in code). | |
| COINGECKO_API_KEY | Yes | CoinGecko Pro API Key (format: CG-xxxxx). | |
| SUGAR_RPC_URI_8453 | Yes | RPC URI for Base chain (required for Sugar tools). |
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 | |