Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Data persistence directory | ./data |
| HTTP_PORT | No | HTTP server port | 3001 |
| MCP_NAMETAG | Yes | Nametag for this MCP server | |
| ADMIN_PASSWORD | No | Admin password for wallet access. If not provided, will be auto-generated | |
| AGGREGATOR_URL | No | Unicity aggregator URL | https://goggregator-test.unicity.network |
| DAY_PASS_HOURS | No | Day pass duration in hours | 24 |
| PAYMENT_AMOUNT | No | Payment amount | 1000000000 |
| NOSTR_RELAY_URL | No | Nostr relay URL | wss://nostr-relay.testnet.unicity.network |
| PAYMENT_COIN_ID | Yes | Coin ID for payments | |
| AGGREGATOR_API_KEY | No | Aggregator API key. Defaults to testnet key if not provided | |
| MCP_PRIVATE_KEY_HEX | No | Private key (hex). If not provided, will be auto-generated | |
| PAYMENT_TIMEOUT_SECONDS | No | Payment timeout in seconds | 120 |
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 | |