MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb.
Server Config
{
"mcpServers": {
"uranium": {
"command": "npx",
"args": [
"uranium-tools-mcp@latest"
],
"env": {
"URANIUM_API_KEY": "your_api_key_here"
}
}
}
}