{ "name": "@theyahia/cbr-mcp", "version": "1.2.0", "description": "MCP server for Central Bank of Russia — currency rates, currency dynamics, key rate (+history), precious metals, conversion (Russia)", "type": "module", "main": "dist/index.js", "bin": { "cbr-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "lint": "eslint src test", "pretest": "npm run build", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@eslint/js": "^9.0.0", "@types/node": "^22.0.0", "eslint": "^9.0.0", "globals": "^15.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "typescript-eslint": "^8.0.0", "vitest": "^2.0.0" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.theYahia/cbr-mcp", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "modelcontextprotocol", "claude", "ai", "llm", "anthropic", "cursor", "ai-tools", "ai-agent", "russian-api", "cbr", "central-bank", "currency", "exchange-rate", "ruble", "api", "typescript", "finance", "banking" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theYahia/cbr-mcp.git" }, "homepage": "https://github.com/theYahia/cbr-mcp#readme", "author": "theYahia (https://github.com/theYahia)" }