← MCP Security Catalog

NFTGo MCP Server 0.1.2

npm · @nftgo/mcp-nftgo-api · latest release

Scan failed
Security result
3
Observed tools
29
Version rating
100
Change risk

Independent inventory

Observed 2026-08-21T21:09:53.660Z using mcpSecurity-inventory. Protocol 2025-06-18.

ToolCategoryRisk
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

Resource templates 0

Prompts 0

Changes from previous version

Compared with initial baseline using full_baseline.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: 9f4b72439875e5ce1453348d8a6ceea80c6efb7501c0187f81f02d7a229ccda2

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.