Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server that provides HTTP requests to the NFTGo Developer API for interacting with NFT collections, assets, market data, and wallet information on Ethereum.
Add this to your MCP client configuration:
{
"mcpServers": {
"nftgo-mcp-nftgo-api": {
"command": "npx",
"args": [
"-y",
"@nftgo/mcp-nftgo-api",
"NFTGO-API-KEY"
]
}
}
}{
"id": "nftgo-mcp-nftgo-api",
"name": "NFTGo",
"description": "A Model Context Protocol server that provides HTTP requests to the NFTGo Developer API for interacting with NFT collections, assets, market data, and wallet information on Ethereum.",
"source_url": "https://github.com/nftgo/mcp-nftgo-api",
"publisher_name": "nftgo",
"publisher_url": "https://github.com/nftgo",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 835,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@nftgo/mcp-nftgo-api"
},
"tools_count": 3
}