Monad MCP Magic Eden

by sifu213

Not rated
GitHub

About

Retrieve NFT data from the Monad testnet, including holder addresses, collection values, and top-selling collections.

Details

Author
sifu213
Categories
Web Scraping, Other, Finance

Setup

Install Monad MCP Magic Eden in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/sifu213/monad-mcp-magiceden

Follow the installation instructions in the repository README, then restart your MCP client.

Retrieve NFT data from the Monad testnet, including holder addresses, collection values, and top-selling collections.

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)

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

git clone https://github.com/Sifu213/monad-mcp-magiceden.git

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";

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\\nft-owners.js"] } } }

- Restart "Claude Desktop" and make sure it's a hard restart

Using the MCP server for holders adress for an Nft collection

Using the MCP server for User Nft collection

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

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

Stock prices, cryptocurrency data, exchange rates, and portfolio tracking

Unified MCP server giving any AI agent access to 20+ social platforms, web search, scraping, and crypto data — one install, any MCP client.

Fetches the latest cryptocurrency news and converts article content from HTML to Markdown.

Fetches USD and EUR prices from the Cuban parallel market via eltoque.com.

Provides real-time financial market data from Yahoo Finance.

Model Context Protocol Servers for Orlen Wholesale Price.

Query financial web tables from sources like iwencai, tdx, and eastmoney using Playwright.

A financial web table crawler using Playwright that queries data from multiple websites with fallback switching.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.