NFTGo MCP Server
OfficialProvides access to NFTGo Developer API for Ethereum blockchain, enabling retrieval of NFT collection details, asset information, market data, price history, wallet holdings, and transaction history for NFTs on Ethereum.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NFTGo MCP Servershow me the top trending NFT collections this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NFTGo MCP
A Model Context Protocol server that provides HTTP request to NFTGo Developer API based on NFTGo API documentation.
Currently only support Ethereum.
Key Features
1. NFT Collection
Retrieve Collection Details: Fetch metadata and statistics for specific NFT collections.
List Collections: Obtain a list of NFT collections with filtering and sorting options.
2. NFT Asset
Get NFT Details: Access detailed information about individual NFTs, including metadata and ownership.
List NFTs: Retrieve lists of NFTs based on various criteria such as collection, owner, or traits.
3. Market Data and Analytics
Market Trends: Analyze market trends and metrics over time.
Price History: Access historical pricing data for NFTs and collections.
Volume and Sales Data: Retrieve data on trading volumes and sales activities.
4. User and Wallet Information
Wallet Holdings: View NFTs held by specific wallet addresses.
Transaction History: Access the transaction history associated with wallets or NFTs.
5. Search and Filtering Capabilities
Advanced Search: Perform searches across NFTs and collections using various filters and parameters.
Trait-Based Filtering: Filter NFTs based on specific traits or attributes.
6. Real-Time Data and Notifications
Webhooks: Set up webhooks to receive real-time updates on specific events or changes.
Live Data Feeds: Access live data streams for market activities and NFT events.
Related MCP server: mcp-opensea
Usage with Claude Desktop
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:
NPX
{
"mcpServers": {
"nftgoapi": {
"command": "npx",
"args": ["-y", "@nftgo/mcp-nftgo-api", "NFTGO-API-KEY"]
}
}
}Replace NFTGO-API-KEY with your API key. You can create your free NFTGo-API-KEY here.
Building
pnpm install
pnpm buildLicense
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceProvides comprehensive access to the Ethereum Follow Protocol (EFP) API, enabling social graph queries, follower/following management, ENS resolution, and profile data retrieval for Ethereum addresses and ENS names.Last updated2MIT
- Alicense-qualityCmaintenanceEnables querying NFT marketplace data from OpenSea's v2 API, including fetching individual NFTs by chain, contract, and token ID, and listing NFTs owned by an address.Last updated2MIT
- Alicense-qualityCmaintenanceProvides comprehensive access to Ethereum blockchain data through the Etherscan API, including account, block, contract, transaction, token, gas, statistics, logs, and RPC proxy tools.Last updated4MIT
- Flicense-qualityDmaintenanceProvides access to Peppermint Tools API for blockchain operations including smart contracts, tokens, NFTs, and more.Last updated
Related MCP Connectors
OpenSea MCP — NFT marketplace data (v2 API)
Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks.
Query onchain data across EVM, Solana, Bitcoin, Substrate, and Hyperliquid via the SQD Portal API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NFTGo/mcp-nftgo-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server