server.json•2.61 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.imbenrabi/financial-modeling-prep-mcp-server",
"description": "MCP server for Financial Modeling Prep API with 250+ financial data tools",
"version": "2.5.1",
"status": "active",
"packages": [
{
"registry_type": "npm",
"registry_base_url": "https://registry.npmjs.org",
"identifier": "financial-modeling-prep-mcp-server",
"version": "2.5.1",
"runtime_hint": "npx",
"transport": {
"type": "streamable-http",
"url": "https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp"
},
"package_arguments": [
{
"type": "named",
"name": "--fmp-token",
"description": "Financial Modeling Prep API access token",
"is_required": false,
"format": "string"
},
{
"type": "named",
"name": "--port",
"description": "Port number for HTTP server mode",
"is_required": false,
"format": "number"
},
{
"type": "named",
"name": "--dynamic-tool-discovery",
"description": "Enable dynamic tool discovery mode",
"is_required": false,
"format": "boolean"
},
{
"type": "named",
"name": "--fmp-tool-sets",
"description": "Comma-separated list of tool sets to load",
"is_required": false,
"format": "string"
}
],
"environment_variables": [
{
"name": "FMP_ACCESS_TOKEN",
"description": "Financial Modeling Prep API access token",
"is_required": false,
"format": "string",
"is_secret": true
},
{
"name": "PORT",
"description": "Port number for HTTP server mode",
"is_required": false,
"format": "number"
},
{
"name": "DYNAMIC_TOOL_DISCOVERY",
"description": "Enable dynamic tool discovery mode",
"is_required": false,
"format": "boolean"
},
{
"name": "FMP_TOOL_SETS",
"description": "Comma-separated list of tool sets to load",
"is_required": false,
"format": "string"
}
]
}
],
"repository": {
"url": "https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server",
"source": "github",
"id": "988409529"
},
"website_url": "https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server"
}