{
  "name": "hfmarketdata-mcp",
  "version": "1.0.0",
  "description": "Official MCP server for HF Market Data (www.hfmarketdata.io): stocks, ETFs, futures (contracts, continuous, term structure), options chains, SEC fundamentals and a live filings stream — for Claude Code, Cursor, Codex and any MCP client.",
  "license": "MIT",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "homepage": "https://www.hfmarketdata.io/integrations/mcp",
  "repository": {
    "type": "git",
    "url": "https://git.spboucher.ai/hfmarketdata.git",
    "directory": "mcp"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "market-data",
    "futures",
    "options",
    "fundamentals",
    "sec",
    "edgar",
    "claude",
    "cursor",
    "codex",
    "finance"
  ],
  "type": "module",
  "bin": {
    "hfmarketdata-mcp": "dist/index.js"
  },
  "main": "dist/server.js",
  "types": "dist/server.d.ts",
  "exports": {
    ".": {
      "types": "./dist/server.d.ts",
      "import": "./dist/server.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepack": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "start": "node dist/index.js",
    "inspect": "npx -y @modelcontextprotocol/inspector node dist/index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.30.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.9.0",
    "vitest": "^3.2.0"
  }
}
