MCP server intelligence profile

NFTGo MCP Server

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.

Install @nftgo/mcp-nftgo-api from npm

Version 0.1.2 declares 1 executable entrypoint.

npm install --save-exact @nftgo/mcp-nftgo-api@0.1.2
npx -y -p @nftgo/mcp-nftgo-api@0.1.2 @nftgo/mcp-nftgo-api
MCP client configuration example
{
  "mcpServers": {
    "@nftgo/mcp-nftgo-api": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@nftgo/mcp-nftgo-api@0.1.2",
        "@nftgo/mcp-nftgo-api"
      ]
    }
  }
}

Identity

Canonical slugnftgo-mcp-server-ff1ae9afDeploymentLocal Only
Canonical packagenpm:@nftgo/mcp-nftgo-apiRepositoryNFTGo/mcp-nftgo-api
First publishedLatest release
Last security verificationClassification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@nftgo/mcp-nftgo-api0.1.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@nftgo/mcp-nftgo-api0.1.2CurrentSep 5, 20263 toolsPartial · 41 resources · 0 promptsFailed
Enterprise protection

Continuously monitor this MCP for security risk

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.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-2569f4b72439875e5ce1453348d8a6ceea80c6efb7501c0187f81f02d7a229ccda2
Scannermcp-proof-engine 0.1.0Scan completedAug 21, 2026
Security rating29 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@nftgo/mcp-nftgo-api"
]
Rating reasons
[
  "security_policy_not_observed"
]

Current protocol inventory

2025-06-18Negotiated protocol
nftgo-apiServer-reported name
2Capability groups
Aug 21, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
api-documentationRetrieve a comprehensive list of all NFT API endpoints with documentation based on OpenAPI specifications.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
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

EndpointTransportAuthenticationHealthObserved
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.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.