MCP File Preview Server

by seanivore
Verified
{ "name": "coincap-mcp", "version": "0.9.3", "author": { "name": "Alex Andru", "email": "alex007d@gmail.com" }, "description": "A MCP server to get crypto prices from coincap", "license": "MIT", "type": "module", "bin": { "coincap-mcp": "build/index.js" }, "main": "build/index.js", "files": [ "build", "build/**/*" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepack": "npm run build" }, "keywords": [ "mcp", "claude", "coincap", "anthropic", "ai", "cryptocurrency" ], "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/QuantGeekDev/coincap-mcp.git" }, "bugs": { "url": "https://github.com/QuantGeekDev/coincap-mcp/issues" }, "engines": { "node": ">=18" } }