Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
URANIUM_API_KEY | Yes | Your Uranium API key from portal.uranium.pro | |
URANIUM_BASE_URL | No | API base URL. Defaults to https://gw.urnm.pro | https://gw.urnm.pro |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_collections | List all user collections (personal, common, and external) |
list_assets | List assets with optional filtering by collection, search, and pagination |
create_collection | Create a new NFT collection |
create_asset | Create a new NFT asset from a local file or base64 data |