UNPKG

realtime-crypto-mcp-server

Version:

A real-time cryptocurrency data provider for Model Context Protocol (MCP) servers. This package integrates with the CoinCap API to provide cryptocurrency exchange details and current rates.

37 lines (36 loc) 1.03 kB
{ "name": "realtime-crypto-mcp-server", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [ "crypto", "cryptocurrency", "realtime", "mcp", "modelcontextprotocol" ], "author": "Mohan Kumar", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/smhnkmr/realtime-crypto-mcp-server.git" }, "homepage": "https://github.com/smhnkmr/realtime-crypto-mcp-server#readme", "bugs": { "url": "https://github.com/smhnkmr/realtime-crypto-mcp-server/issues" }, "description": "A real-time cryptocurrency data provider for Model Context Protocol (MCP) servers. This package integrates with the CoinCap API to provide cryptocurrency exchange details and current rates.", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2" } }