- Home
- MCP servers
- NFTGo
NFTGo
- typescript
3
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"nftgo-mcp-nftgo-api": {
"command": "npx",
"args": [
"-y",
"@nftgo/mcp-nftgo-api",
"NFTGO-API-KEY"
]
}
}
}You can run the NFTGo MCP Server locally to access NFTGo Developer API data via MCP. This server exposes NFT-related data such as collections, assets, market analytics, wallet information, and real-time feeds through a simple MCP interface that you can connect to from compatible MCP clients.
How to use
To use this MCP server with an MCP client, add the following configuration to your MCP client’s mcpServers section. You will run the server using NPX, which pulls in the NFTGo MCP package and requires your API key as a parameter.
{
"mcpServers": {
"nftgoapi": {
"command": "npx",
"args": ["-y", "@nftgo/mcp-nftgo-api", "NFTGO-API-KEY"]
}
}
}
What you can do with the server
Access NFTGo data via MCP for core capabilities across collections, assets, market data, wallets, and search. You can retrieve details for a single collection or NFT, list collections or NFTs with filters, analyze market trends and price history, view wallet holdings and transaction histories, and enable real-time updates through webhooks or live data feeds.
Available tools
Get Collection Details
Fetches metadata and statistics for a specific NFT collection.
List Collections
Retrieves a list of NFT collections with filtering and sorting options.
Get NFT Details
Provides detailed information about an individual NFT, including metadata and ownership.
List NFTs
Returns lists of NFTs based on collection, owner, or traits.
Market Trends
Analyzes market trends and metrics over time.
Price History
Accesses historical pricing data for NFTs and collections.
Volume and Sales Data
Retrieves data on trading volumes and sales activities.
Wallet Holdings
Shows NFT holdings for a specific wallet address.
Transaction History
Provides the transaction history for wallets or NFTs.
Advanced Search
Performs searches across NFTs and collections using multiple filters.
Trait Filtering
Filters NFTs by specific traits or attributes.
Webhooks
Configures real-time updates for specific events via webhooks.
Live Data Feeds
Provides live data streams for market activities and NFT events.