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.
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.
Free tier available • No credit card required
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:
git clone https://github.com/Sifu213/monad-mcp-magiceden.git
npm install
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";
npm run build
The server is now ready to use!
Open "Claude Desktop"
Open Settings
Claude > Settings > Developer
Open claude_desktop_config.json
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"] } } }
All the MCP tools may be availables
!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
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!