{
  "markdown": "# Financial Modeling Prep MCP Server\n\n[![npm version](https://img.shields.io/npm/v/financial-modeling-prep-mcp-server.svg)](https://www.npmjs.com/package/financial-modeling-prep-mcp-server)\n[![license](https://img.shields.io/npm/l/financial-modeling-prep-mcp-server.svg)](LICENSE)\n\nA Model Context Protocol (MCP) server for the [Financial Modeling Prep](https://financialmodelingprep.com/) API, exposing 250+ financial data tools to AI assistants.\n\n## Features\n\n- **250+ Financial Tools** across 24 categories — stocks, ETFs, crypto, forex, commodities, economics, and more\n- **Dynamic Tool Management** — built on [toolception](https://www.npmjs.com/package/toolception) for runtime enable/disable of toolsets via meta-tools\n- **Three Server Modes** — Dynamic (meta-tools), Static (pre-loaded toolsets), or All Tools (default)\n- **Flexible Deployment** — use the hosted instance or self-host via npm, Docker, or source\n- **HTTP/SSE Transport** — compatible with Claude.ai, Claude Desktop, and MCP registries\n\n## Quick Start\n\n### Hosted Instance (Fastest)\n\nNo installation required. Connect directly:\n\n```\nhttps://financial-modeling-prep-mcp-server-production.up.railway.app/mcp\n```\n\nProvide your `FMP_ACCESS_TOKEN` in session configuration and start using 5 meta-tools to load toolsets on demand.\n\n### Self-Hosted (One-Liner)\n\n```bash\nnpx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEY\n```\n\nOr install globally:\n\n```bash\nnpm install -g financial-modeling-prep-mcp-server\nfmp-mcp --fmp-token=YOUR_FMP_API_KEY\n```\n\n> Get your API key at [financialmodelingprep.com](https://site.financialmodelingprep.com/).\n\n## Table of Contents\n\n- [Installation](docs/INSTALLATION.md)\n- [Configuration](docs/CONFIGURATION.md)\n- [Usage](docs/USAGE.md)\n- [API Reference](docs/API_REFERENCE.md)\n- [Registries](docs/REGISTRIES.md)\n- [Contributing](CONTRIBUTING.md)\n- [License](LICENSE)\n\n## Installation\n\n**Prerequisites:** Node.js 25.3.0 or higher (for v2.6.0+). For older versions (v2.5.x and below), Node.js 20+ is required.\n\nChoose the method that fits your workflow:\n\n- **NPM** — `npm install -g financial-modeling-prep-mcp-server`\n- **Docker** — build from source or pull a pre-built image\n- **Source** — clone and run with `npm install && npm run build`\n\nSee [docs/INSTALLATION.md](docs/INSTALLATION.md) for detailed steps per method.\n\n## Configuration\n\nThe server supports three operational modes controlled via CLI arguments, environment variables, or session configuration:\n\n| Mode | How to Enable | Description |\n|------|---------------|-------------|\n| **Dynamic** | `DYNAMIC_TOOL_DISCOVERY=true` | Starts with 5 meta-tools; load toolsets at runtime |\n| **Static** | `FMP_TOOL_SETS=search,company` | Pre-loads specified toolsets on session creation |\n| **All Tools (default)** | *(default)* | Loads all 250+ tools immediately |\n\nPrecedence: CLI args > Environment variables > Session config > Defaults.\n\nSee [docs/CONFIGURATION.md](docs/CONFIGURATION.md) for the full configuration reference.\n\n## Usage\n\nConnect to the server via HTTP/SSE transport:\n\n- **Claude.ai / Claude Desktop** — add as a remote connector (Settings > Connectors)\n- **Custom clients** — POST to `/mcp` with `mcp-client-id` header\n- **MCP registries** — Smithery.ai, Glama.ai, and others\n\nSee [docs/USAGE.md](docs/USAGE.md) for client-specific setup, session headers, and request examples.\n\n## Available Tools\n\n24 categories covering:\n\nSearch · Directory & Symbol Lists · Company Information · Financial Statements · Financial Metrics & Analysis · Technical Indicators · Quotes & Price Data · Market Indexes & Performance · Market Data · News & Press Releases · SEC Filings · Insider & Institutional Trading · ETFs & Funds · Government Trading · Cryptocurrency & Forex · Earnings · Special Data Sets · Commodities · Economics · Bulk Data Tools\n\nSee [docs/API_REFERENCE.md](docs/API_REFERENCE.md) for the complete tool catalog.\n\n## Registries\n\nThis server is listed on multiple MCP registries for easy discovery:\n\n- [Smithery.ai](https://smithery.ai/server/@imbenrabi/financial-modeling-prep-mcp-server)\n- [Glama.ai](https://glama.ai/mcp/servers/@imbenrabi/financial-modeling-prep-mcp-server)\n\nSee [docs/REGISTRIES.md](docs/REGISTRIES.md) for registry-specific setup instructions.\n\n## Contributing\n\nContributions are welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, testing, and pull request guidelines.\n\n## License\n\n[Apache-2.0](LICENSE)\n",
  "bytes": 4445,
  "sha": "1645f343e90dd28e78ff5fb448df8fcc48666bda25b4943e380a3fdbd353bbfb",
  "repo_slug": "imbenrabi/financial-modeling-prep-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_imbenrabi_financial_modeling_p_fefc5914/readme"
}