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
  • SVM-MCP
  • Amazon VPC Lattice MCP Server
  • Fantasy Premier League MCP Server
  • Image Generation MCP Server
  • sourcesage
Back to MCP Servers
Monad NFT Analytics MCP

Monad NFT Analytics MCP

Public
Sifu213/monad-mcp-magiceden

A server that retrieves NFT-related data on the Monad testnet, allowing users to check NFT holders, calculate portfolio values, view collections, and track top-selling NFTs by volume and sales across different time periods.

Verified
typescript
0 tools
May 29, 2025
Updated May 30, 2025

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
  • SVM-MCP
    SVM-MCP

    A Model Context Protocol server that connects Claude AI with SOON and other SVM-based blockchains, a...

    Added May 30, 2025
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    A Model Context Protocol server that provides tools for accessing and managing AWS VPC Lattice infor...

    2 tools
    Added May 30, 2025
  • Fantasy Premier League MCP Server
    Fantasy Premier League MCP Server

    A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users ...

    Added May 30, 2025
  • Image Generation MCP Server
    Image Generation MCP Server

    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schn...

    1 tools
    Added May 30, 2025
  • sourcesage
    sourcesage

    SourceSage is an MCP (Model Context Protocol) server that efficiently memorizes key aspects of a cod...

    Added May 30, 2025