← Back to Plugins
MCP Server MCP

io.github.xkelxmc/uranium-mcp

github By github 👁 1 views ▲ 0 votes

MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "uranium-tools-mcp",
      "version": "1.0.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "You can generate an API key from your Uranium account settings: https://portal.uranium.pro/dashboard/profile/api-keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "URANIUM_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...