{
  "name": "financial-modeling-prep-mcp-server",
  "version": "2.6.11",
  "mcpName": "io.github.imbenrabi/financial-modeling-prep-mcp-server",
  "description": "Model Context Protocol server for Financial Modeling Prep (FMP) API, exposing 250+ tools for financial data, market insights, and analysis.",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "fmp-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "prePublishOnly": "npm run build",
    "dev": "tsx watch src/index.ts",
    "setup": "npm install",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint --deny-warnings",
    "lint:fix": "oxlint --fix",
    "knip": "knip",
    "knip:fix": "knip --fix",
    "version:validate": "tsx scripts/version-sync.ts validate",
    "version:sync": "tsx scripts/version-sync.ts sync",
    "version:info": "tsx scripts/version-sync.ts info",
    "test:npm-publish": "tsx scripts/test-npm-publish.ts",
    "verify:npm-ready": "tsx scripts/verify-npm-ready.ts",
    "verify:registry-submission": "node --import tsx/esm scripts/verify-registry-submission.ts",
    "publish:manual": "tsx scripts/manual-publish.ts publish",
    "publish:dry-run": "tsx scripts/manual-publish.ts publish --dry-run",
    "publish:validate": "tsx scripts/manual-publish.ts validate",
    "publish:troubleshoot": "tsx scripts/manual-publish.ts troubleshoot",
    "test:publish-workflow": "tsx scripts/test-manual-publish.ts",
    "test:complete-workflow": "tsx scripts/test-complete-workflow.ts",
    "test:automated-pipeline": "tsx scripts/test-automated-pipeline.ts",
    "test:registry-suite": "tsx scripts/test-registry-suite.ts",
    "test:registry": "vitest run __tests__/unit/registry-tests/",
    "test:registry-watch": "vitest __tests__/unit/registry-tests/",
    "test:registry-coverage": "vitest run __tests__/unit/registry-tests/ --coverage",
    "test:installation-verification": "tsx scripts/test-installation-verification.ts",
    "test:installation-ci": "vitest run __tests__/unit/registry-tests/InstallationMethodVerification.test.ts --reporter=verbose --testTimeout=15000",
    "verify:installation": "tsx scripts/verify-installation-methods.ts",
    "audit:prod": "npm audit --omit=dev"
  },
  "author": "imbenrabi",
  "license": "Apache-2.0",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "axios": "^1.13.2",
    "commander": "^14.0.0",
    "fastify": "^5.7.2",
    "minimist": "^1.2.8",
    "toolception": "^0.6.3",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/minimist": "^1.2.5",
    "@types/node": "^25.0.0",
    "@vitest/coverage-v8": "^3.2.4",
    "knip": "^6.9.0",
    "oxlint": "^1.62.0",
    "tsx": "^4.19.2",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=25.3.0",
    "npm": ">=11.11.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server"
  },
  "bugs": {
    "url": "https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server/issues"
  },
  "homepage": "https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server",
  "keywords": [
    "mcp",
    "ai",
    "assistant",
    "fmp",
    "financial modeling prep",
    "financial data",
    "financial analysis",
    "financial planning",
    "financial reporting",
    "quotes",
    "symbols",
    "ticker",
    "ticker symbols",
    "stock symbols",
    "stock quotes",
    "stock",
    "stocks",
    "stock prices",
    "stock market",
    "stock data",
    "stock analysis",
    "stock planning",
    "stock reporting",
    "exchange",
    "exchanges",
    "financial news",
    "stock news",
    "stock market data",
    "stock market",
    "stock market news",
    "stock market analysis",
    "stock market planning",
    "stock market reporting",
    "stock market quotes",
    "stock market symbols",
    "model context protocol",
    "fmp api",
    "ai tools",
    "server",
    "node",
    "typescript",
    "market data",
    "statements",
    "news",
    "indexes",
    "economics",
    "crypto",
    "forex",
    "commodities",
    "esg",
    "technical indicators",
    "sec-filings",
    "earnings"
  ]
}
