UNPKG

@shinzolabs/coinmarketcap-mcp

Version:
36 lines (35 loc) 742 B
{ "name": "@shinzolabs/coinmarketcap-mcp", "version": "1.3.6", "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.11.0", "@smithery/sdk": "^1.2.2", "zod": "^3.22.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" }, "devDependencies": { "@changesets/cli": "^2.29.3" } }