{
  "name": "openinsider-mcp",
  "version": "0.3.3",
  "description": "MCP server that exposes openinsider.com to any MCP compatible client.",
  "license": "MIT",
  "author": "btopn",
  "homepage": "https://github.com/btopn/OpenInsider-MCP",
  "repository": {
    "type": "git",
    "url": "https://github.com/btopn/OpenInsider-MCP.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "openinsider-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:smoke": "SMOKE=1 vitest run",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "adm-zip": "^0.5.17",
    "cheerio": "^1.0.0",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.8",
    "@types/node": "^24.0.0",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "openinsider",
    "insider-trading",
    "sec-edgar",
    "finra",
    "investment-research",
    "llm",
    "cursor",
    "vscode",
    "codex",
    "claude"
  ]
}
