← Back to Plugins
MCP Server MCP

Financial Modeling Prep MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for Financial Modeling Prep API with 250+ financial data tools

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "financial-modeling-prep-mcp-server",
      "version": "2.6.12",
      "runtimeHint": "npx",
      "transport": {
        "type": "streamable-http",
        "url": "https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp"
      },
      "packageArguments": [
        {
          "description": "Financial Modeling Prep API access token",
          "format": "string",
          "type": "named",
          "name": "--fmp-token"
        },
        {
          "description": "Port number for HTTP server mode",
          "format": "number",
          "type": "named",
          "name": "--port"
        },
        {
          "description": "Enable dynamic tool discovery mode",
          "format": "boolean",
          "type": "named",
          "name": "--dynamic-tool-discovery"
        },
        {
          "description": "Comma-separated list of tool sets to load",
          "format": "string",
          "type": "named",
          "name": "--fmp-tool-sets"
        }
      ],
      "environmentVariables": [
        {
          "description": "Financial Modeling Prep API access token",
          "format": "string",
          "isSecret": true,
          "name": "FMP_ACCESS_TOKEN"
        },
        {
          "description": "Port number for HTTP server mode",
          "format": "number",
          "name": "PORT"
        },
        {
          "description": "Enable dynamic tool discovery mode",
          "format": "boolean",
          "name": "DYNAMIC_TOOL_DISCOVERY"
        },
        {
          "description": "Comma-separated list of tool sets to load",
          "format": "string",
          "name": "FMP_TOOL_SETS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...