Financial Modeling Prep MCP Server✓
io.github.imbenrabi/financial-modeling-prep-mcp-server · v2.6.10
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/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",
"title": "Financial Modeling Prep MCP Server",
"repository": {
"url": "https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server",
"source": "github"
},
"version": "2.6.10",
"websiteUrl": "https://github.com/imbenrabi/Financial-Modeling-Prep-MCP-Server",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "financial-modeling-prep-mcp-server",
"version": "2.6.10",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}