{ "name": "@exchangerateapi/mcp-server", "version": "1.0.2", "mcpName": "io.github.Exchange-RateAPI/mcp-server", "description": "MCP server for Exchange Rate API — let AI coding tools (Claude Code, Cursor, Claude Desktop, Windsurf) fetch real-time and historical currency exchange rates.", "keywords": [ "mcp", "model-context-protocol", "claude", "cursor", "currency", "exchange-rate", "forex", "exchange-rateapi" ], "license": "MIT", "homepage": "https://exchange-rateapi.com", "repository": { "type": "git", "url": "git+https://github.com/Exchange-RateAPI/mcp-server.git" }, "bugs": "https://github.com/Exchange-RateAPI/mcp-server/issues", "type": "module", "main": "dist/index.js", "bin": { "exchange-rateapi-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.0", "typescript": "^5.5.0" } }