Back to directory
monad-mcp-magiceden

monad-mcp-magiceden

@Sifu2131

An MCP server that interacts with various APIs to retrieve NFT-related data on the Monad testnet, offering tools for NFT holder lists, value calculation, collection listings, and top-selling/volume trends.

NFTMonadMagic EdenBlockchainWeb3commerce

Installation & Configuration

{
  "mcpServers": {
    "top-selling-collections": {
      "command": "node",
      "args": [
        "*absolutepath*\\dist\\top-selling-collections.js"
      ]
    },
    "top-volume-collections": {
      "command": "node",
      "args": [
        "*absolutepath*\\dist\\top-volume-collections.js"
      ]
    },
    "collections": {
      "command": "node",
      "args": [
        "*absolutepath*\\dist\\user-collection.js"
      ]
    },
    "totalValue": {
      "command": "node",
      "args": [
        "*absolutepath*\\dist\\user-nft-value.js"
      ]
    },
    "nft-owners": {
      "command": "node",
      "args": [
        "*absolutepath*\\dist\\nft-owners.js"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/26
Updated
2025/4/27