MCP.so
登录
U

Uranium Mcp

@xkelxmc

关于 Uranium Mcp

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

基本信息

分类

其他

传输方式

stdio

发布者

xkelxmc

提交者

Xkel NW Guide

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "uranium": {
      "command": "npx",
      "args": [
        "uranium-tools-mcp@latest"
      ],
      "env": {
        "URANIUM_API_KEY": "your_api_key_here"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Uranium Mcp?

Uranium Mcp is a Model Context Protocol (MCP) server that enables large language models (LLMs) to create and manage NFT collections and assets on the Uranium platform via portal.uranium.pro. It provides a structured interface for interacting with blockchain NFTs, supporting ERC721 and ERC1155 standards.

How to use Uranium Mcp?

Install using the command npx uranium-tools-mcp@latest and set the required URANIUM_API_KEY environment variable. Configuration is added to the MCP client’s settings (e.g., VS Code, Cursor, Claude Desktop, Goose, LM Studio). The optional URANIUM_BASE_URL environment variable defaults to https://gw.urnm.pro.

Key features of Uranium Mcp

  • Fast, efficient NFT management via direct Uranium API integration.
  • Multi-collection support for ERC721 and ERC1155 standards.
  • File-based asset creation (images, videos, audio, documents).
  • Bulk operations with pagination and filtering across collections.

Use cases of Uranium Mcp

  • An LLM assistant helping a user list all their NFT collections.
  • Automatically creating a new ERC721 collection from a chat conversation.
  • Searching and filtering assets across multiple collections.
  • Uploading a media file and minting it as an NFT through a natural language command.

FAQ from Uranium Mcp

What is the Uranium Mcp server and what can it do?

It is an MCP server that enables LLMs to create and manage NFT collections and assets on the Uranium platform, supporting ERC721 and ERC1155 standards.

What are the requirements to use Uranium Mcp?

You need Node.js 18 or newer, an API key from portal.uranium.pro/dashboard/profile/api-keys, and an MCP-compatible client (e.g., VS Code, Cursor, Claude Desktop, Goose, LM Studio).

How do I get an API key for Uranium Mcp?

Obtain an API key from the Uranium dashboard at portal.uranium.pro/dashboard/profile/api-keys.

What tools does Uranium Mcp provide?

It provides tools for collection management (list_collections, create_collection) and asset management (list_assets). The README mentions four main tools but only details these three.

Can Uranium Mcp upload files to create NFTs?

Yes, it supports uploading images, videos, audio, and documents directly as NFTs (file-based asset creation).

评论

其他 分类下的更多 MCP 服务器