{ "name": "boe-mcp", "version": "0.2.0", "description": "MCP server for Bank of England data: base rate (current, history, stats, historical lookup), any IADB statistical series (SONIA, exchange rates, mortgage rates), and MPC meeting dates — stdio by default, opt-in Streamable HTTP", "type": "module", "mcpName": "io.github.moureauf/boe-mcp", "author": "Francois Moureau", "homepage": "https://github.com/moureauf/boe-mcp#readme", "bugs": { "url": "https://github.com/moureauf/boe-mcp/issues" }, "bin": { "boe-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:live": "vitest run --config vitest.live.config.ts", "lint": "biome ci", "lint:fix": "biome check --write", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "bank-of-england", "boe", "interest-rates", "base-rate", "monetary-policy", "mpc", "sonia", "exchange-rates", "economic-data", "uk-economy", "claude" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/moureauf/boe-mcp.git" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.6.5" }, "devDependencies": { "@biomejs/biome": "^2.5.11", "@types/node": "^26.4.1", "typescript": "^7.0.2", "vitest": "^4.1.11" } }