NFTGo API
Provides a bridge to the NFTGo Developer API for accessing Ethereum NFT data including collections, assets, market trends, and wallet information through authenticated HTTP requests.
4 stars
0 tools
Created Aug 2025
@nftgo/nftgo-nftgo-api-nftgo-apiAbout
Provides a bridge to the NFTGo Developer API for accessing Ethereum NFT data including collections, assets, market trends, and wallet information through authenticated HTTP requests.
Categories
general
Installation
npm
npm install @nftgo/nftgo-nftgo-api-nftgo-api
Configuration
{
"mcpServers": {
"nftgo-nftgo-api-nftgo-api": {
"command": "npx",
"args": [
"-y",
"@nftgo/nftgo-nftgo-api-nftgo-api"
]
}
}
}