Uranium MCP Server
Related Servers
Alternatives to Uranium MCP Server
No user-submitted related servers found.
Related Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables LLMs to create and manage NFT collections and assets through the Uranium platform. Supports uploading media files, minting NFTs, and managing ERC721/ERC1155 collections on the blockchain.-
- FlicenseBqualityDmaintenanceProvides access to Peppermint Tools API for blockchain operations including smart contracts, tokens, NFTs, and more.18-
- FlicenseBqualityDmaintenanceEnables fetching, viewing, and saving NFT data from the Origin Forge API, including retrieving random NFTs, accessing their attributes, color palettes, images, and saving SVG/JSON files locally.71-

NFTGo MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceProvides access to NFTGo's Developer API for retrieving NFT collection details, asset information, market data, wallet information, and search capabilities on the Ethereum blockchain.2 npm5MIT- AlicenseNot gradedqualityFmaintenanceProvides tools for managing IP assets and licenses, interacting with the Story Python SDK, and handling operations like minting tokens, registering IP, and uploading metadata to IPFS.16MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying NFT marketplace data from OpenSea's v2 API, including fetching individual NFTs by chain, contract, and token ID, and listing NFTs owned by an address.2 npmMIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: create_asset and create_collection handle creation of different resource types, while list_assets and list_collections handle listing of those same resource types. There is no overlap in functionality - assets and collections are separate entities with no ambiguity between tools.
All tools follow a perfect verb_noun pattern: create_asset, create_collection, list_assets, list_collections. The naming is completely consistent with 'create' for creation operations and 'list' for listing operations, all using snake_case throughout.
Four tools is reasonable for an NFT management server, though slightly minimal. The server covers creation and listing for both assets and collections, which represents a solid foundation, but additional operations like updating or deleting resources would typically be expected for a complete CRUD surface.
The server provides create and list operations for both assets and collections, but lacks update and delete functionality. While the core creation and listing workflows are covered, agents cannot modify or remove existing resources, which represents a notable gap in the CRUD lifecycle for this domain.