{
  "name": "@shinzolabs/coinmarketcap-mcp",
  "version": "1.4.5",
  "description": "A complete MCP for the CoinMarketCap API",
  "type": "module",
  "main": "index.js",
  "bin": {
    "coinmarketcap-mcp": "./index.js"
  },
  "scripts": {
    "start": "node ./index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.16.0",
    "@shinzolabs/instrumentation-mcp": "^1.0.8",
    "@smithery/sdk": "1.4.3",
    "zod": "3.22.4"
  },
  "devDependencies": {
    "@changesets/cli": "2.29.4"
  },
  "keywords": [
    "crypto",
    "mcp",
    "coinmarketcap"
  ],
  "author": "Austin Born (austin@shinzolabs.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shinzo-labs/coinmarketcap-mcp"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
