{
  "name": "@nexusforgetools/eu-finance",
  "mcpName": "io.github.nexusforge-tools/mcp-eu-finance",
  "version": "1.7.0",
  "description": "MCP server for European financial data — ECB rates, Eurostat inflation, GDP, unemployment. Real-time structured data for AI agents.",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "finance",
    "european",
    "ecb",
    "eurostat",
    "ai-agent",
    "claude",
    "cursor",
    "windsurf",
    "cline",
    "trading",
    "economics",
    "inflation",
    "gdp",
    "unemployment",
    "exchange-rates"
  ],
  "homepage": "https://nexusforge.tools",
  "repository": {
    "type": "git",
    "url": "https://github.com/nexusforge-tools/mcp-eu-finance"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "mcp-eu-finance": "./dist/index.js"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map",
    "!dist/__tests__",
    "!dist/_core.js",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "clean": "rm -rf dist *.tsbuildinfo"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.10.0",
    "@supabase/supabase-js": "^2.103.3",
    "pg": "^8.20.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^20.17.0",
    "@types/pg": "^8.20.0",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  }
}
