Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Server for ArangoDB
  • Directus MCP Server
  • doc-lib-mcp
  • Ramp MCP Server
  • sourcesage
Back to MCP Servers
Monad NFT Analytics MCP

Monad NFT Analytics MCP

Public
Sifu213/monad-mcp-magiceden

Model Context Protocol server enabling NFT data retrieval on the Monad testnet, offering tools to list NFT holders, calculate total NFT value by floor price, display user collections, and track top-selling NFT collections by sales and volume across multiple timeframes.

typescript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with Monad NFT Analytics MCP

MCP Server

Unlock the full potential of Monad NFT Analytics MCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Monad MCP Magic Eden

This project allows you to create an MCP server that interacts with various APIs to retrieve NFT-related data on the Monad testnet. The MCP server provides several tools:

  • Retrieve the list of holder addresses for an NFT contract -Calculate the total NFT value held by an address using floor prices
  • List all NFT collections that an address holds
  • Get the top-selling collections by number of sales (5 min, 10 min, 30 min, 1 h, 6 h, 24 h, 1 d, 7 d, 30 d)
  • Get the top-selling collections by volume (5 min, 10 min, 30 min, 1 h, 6 h, 24 h, 1 d, 7 d, 30 d)

Prerequisites

  • Node.js (v16 or later)
  • npm
  • Claude Desktop

Getting Started

  1. Clone this repository
git clone https://github.com/Sifu213/monad-mcp-magiceden.git
  1. Install dependencies:
npm install
  1. Add a Thirdweb client key :

Get an Thirdweb client key to be able to use the list of holders for a NFT collection by creating a project and make the origin allowance to *. Add you api client key in the nft-owners.ts file on line :

const THIRDWEB_CLIENT_ID = "yourclientkey";
  1. Build the project
npm run build

The server is now ready to use!

Adding the MCP server to Claude Desktop

  1. Open "Claude Desktop"

  2. Open Settings

Claude > Settings > Developer

  1. Open claude_desktop_config.json

  2. Add details about the MCP server and save the file. Use your machine absolute path to the js files resulting from the build

{ "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\ ft-owners.js"] } } }
  1. Restart "Claude Desktop" and make sure it's a hard restart

All the MCP tools may be availables

!final result

Here's the final result

Using the MCP server for holders adress for an Nft collection

!final result

Using the MCP server for User Nft value

!final result

Using the MCP server for User Nft collection

!final result

Using the MCP server for getting the trendng NFT collection by volume

!final result

Using the MCP server for getting the trendng NFT collection by number of sales

!final result

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Server for ArangoDB
    MCP Server for ArangoDB

    Model Context Protocol server enabling seamless interaction with ArangoDB through core database oper...

    7 tools
    Added May 30, 2025
  • Directus MCP Server
    Directus MCP Server

    Experimental Model Context Protocol server enabling AI tools to securely connect to and interact wit...

    Added May 30, 2025
  • doc-lib-mcp
    doc-lib-mcp

    Model Context Protocol server enabling document ingestion, chunking, semantic search, and advanced n...

    Added May 30, 2025
  • Ramp MCP Server
    Ramp MCP Server

    Model Context Protocol server enabling efficient retrieval, analysis, and task execution on Ramp dat...

    Added May 30, 2025
  • sourcesage
    sourcesage

    Efficiently memorize and dynamically update codebase logic, style, and standards across multiple lan...

    Added May 30, 2025