Monad MCP
mcpServer
{ "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" ] } } }