Provides access to NFTGo's Developer API for retrieving NFT collection details, asset information, market data, wallet information, and search capabilities on the Ethereum blockchain
Local OnlyOfficial distributionNFTGo
Verified cleanNpm · 0.1.2
Our scanner tested version 0.1.2 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
api-path-schemaGet detail description and parameters of a NFT API path based on OpenAPI specifications.Input schema
{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Path to get the api detail of, format should be like: /eth/v1/nft/name/{keywords} or /eth/v1/nft/{contract}/{tokenId}/metrics"
}
},
"required": [
"path"
]
}
—
—
requestMake an HTTP request to NFTGo API(https://data-api.nftgo.io) based on the OpenAPI specifications returned by the api-path-schema tool.Input schema
{
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Type of the request. GET, POST, PUT, DELETE"
},
"url": {
"type": "string",
"description": "Url to make the request to"
},
"headers": {
"type": "object",
"description": "Headers to include in the request"
},
"body": {
"type": "object",
"description": "Body to include in the request"
}
},
"required": [
"type",
"url"
]
}
—
—
Resources 41
Get address by ENS API Dochttps://data-api.nftgo.io/eth/v1/address/ens/%7Bens%7D
Get address transaction history API Dochttps://data-api.nftgo.io/eth/v2/history/address/%7Baddress%7D/activities
Get chain transaction history API Dochttps://data-api.nftgo.io/eth/v2/history/transactions
Get chart of market capitalization API Dochttps://data-api.nftgo.io/eth/v1/market/chart/marketcap
Get chart of market capitalization by collection API Dochttps://data-api.nftgo.io/eth/v1/collection/%7Bcollection%7D/chart/marketcap
Get collection by contract API Dochttps://data-api.nftgo.io/eth/v1/collection/%7Bcontract_address%7D/info
Get collection by name API Dochttps://data-api.nftgo.io/eth/v1/collection/name/%7Bkeywords%7D
Get collection by opensea slug API Dochttps://data-api.nftgo.io/eth/v1/collection/opensea-slug/%7Bopensea_slug%7D
Get collection ranking API Dochttps://data-api.nftgo.io/eth/v1/market/rank/collection/%7Btime_range%7D
Get collection transaction history API Dochttps://data-api.nftgo.io/eth/v2/history/collection/%7Bcollection%7D/transactions
Get collections by collections API Dochttps://data-api.nftgo.io/eth/v1/collection/infos
Get collections by owner API Dochttps://data-api.nftgo.io/eth/v1/address/collection
Get created listings of an address API Dochttps://data-api.nftgo.io/eth/v1/address/listings
Get Ens by address API Dochttps://data-api.nftgo.io/eth/v1/address/%7Baddress%7D/ens
Get ETH/USD Price API Dochttps://data-api.nftgo.io/eth/v1/price
Get floor price by collection API Dochttps://data-api.nftgo.io/eth/v1/marketplace/%7Bcontract_address%7D/floor-price
Get floor price chart by collection API Dochttps://data-api.nftgo.io/eth/v1/collection/%7Bcollection%7D/chart/floor-price
Get holder addresses by collection API Dochttps://data-api.nftgo.io/eth/v1/collection/%7Bcollection%7D/all-holders
Get holder chart by collection API Dochttps://data-api.nftgo.io/eth/v1/collection/%7Bcollection%7D/chart/holders
Get holder(s) by NFT API Dochttps://data-api.nftgo.io/eth/v1/nft/holders
Get holders by collection API Dochttps://data-api.nftgo.io/eth/v1/collection/%7Bcollection%7D/holders
Get listing related collections of an address API Dochttps://data-api.nftgo.io/eth/v1/address/listings/related-collections
Get marketplace ranking API Dochttps://data-api.nftgo.io/eth/v1/market/rank/marketplaces/%7Btime_range%7D
Get metrics by address API Dochttps://data-api.nftgo.io/eth/v2/address/metrics
Get metrics by collection API Dochttps://data-api.nftgo.io/eth/v1/collection/%7Bcollection%7D/metrics
Get metrics by NFT API Dochttps://data-api.nftgo.io/eth/v1/nft/%7Bcontract_address%7D/%7Btoken_id%7D/metrics
Get metrics of global market API Dochttps://data-api.nftgo.io/eth/v1/market/metrics
Get NFT by Token ID API Dochttps://data-api.nftgo.io/eth/v1/nft/%7Bcontract_address%7D/%7Btoken_id%7D/info
Get NFT profit ranking API Dochttps://data-api.nftgo.io/eth/v1/market/rank/leaderboard
Get NFT Transaction history API Dochttps://data-api.nftgo.io/eth/v2/history/nft/transactions
Get NFTs by name API Dochttps://data-api.nftgo.io/eth/v1/nft/name/%7Bkeywords%7D
Get NFTs by owner API Dochttps://data-api.nftgo.io/eth/v2/address/nfts
Get portfolio chart by address API Dochttps://data-api.nftgo.io/eth/v1/chart/address/portfolio
Get sales chart by contract API Dochttps://data-api.nftgo.io/eth/v1/chart/sales-chart/%7Bcontract_address%7D
Get top sales by collection API Dochttps://data-api.nftgo.io/eth/v1/chart/collection/sales
Get top sales ranking API Dochttps://data-api.nftgo.io/eth/v1/market/rank/nft/%7Btime_range%7D
Get traders chart by collection API Dochttps://data-api.nftgo.io/eth/v1/chart/collection/traders
Get traits with stats by collection API Dochttps://data-api.nftgo.io/eth/v1/collection/traits
Get volume chart of a collection API Dochttps://data-api.nftgo.io/eth/v1/collection/%7Bcontract_address%7D/chart/volume
Get volume chart of market API Dochttps://data-api.nftgo.io/eth/v1/market/chart/volume
Get whales API Dochttps://data-api.nftgo.io/eth/v1/whale/
Resource templates 0
None observed.
Prompts 0
None observed.
Remote endpoints
Endpoint
Transport
Authentication
Health
Observed
No verified remote endpoint is linked.
NFTGo MCP Server questions
How do I install NFTGo MCP Server?
Install the selected package version with: npm install --save-exact @nftgo/mcp-nftgo-api@0.1.2
What tools does NFTGo MCP Server provide?
NFTGo MCP Server exposed 3 tools during independent protocol observation, including api-documentation, api-path-schema, request.
Is NFTGo MCP Server secure?
Our scanner tested version 0.1.2 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.