Installation & Configuration
{
"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"
]
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/4/26
Updated
2025/4/27