open-fin-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPEN_FIN_MCP_HOST | No | Host for the Streamable HTTP server. | 127.0.0.1 |
| OPEN_FIN_MCP_PORT | No | Port for the Streamable HTTP server. | 8000 |
| OPEN_FIN_MCP_TRANSPORT | No | Transport mode for the MCP server. Set to 'http' for Streamable HTTP, otherwise defaults to STDIO. | stdio |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_income_statementC | Get historical income statements for a public company ticker. |
| get_balance_sheetB | Get historical balance sheets for a public company ticker. |
| get_cashflow_statementB | Get historical cash flow statements for a public company ticker. |
| get_financial_metricsC | Get profitability, returns, margins, and leverage metrics. |
| get_segment_financialsA | Get revenue and operating income by reported business segment. |
| get_management_guidanceC | Get the latest quantitative management guidance and outlook. |
| get_concall_summaryC | Get an earnings-call summary with themes, risks, and sentiment. |
| get_company_eventsC | Get upcoming and recent company events. |
| get_market_dataC | Get the latest price and market capitalization for a ticker. |
| get_capital_structureC | Get cash, debt, net debt, and diluted shares outstanding. |
| project_financialsB | Project revenue, EBIT, NOPAT, and unlevered free cash flow. |
| validate_financial_modelD | Validate required fields, numeric values, and basic model consistency. |
| calculate_waccC | Calculate weighted average cost of capital from decimal-rate inputs. |
| calculate_dcfA | Calculate enterprise, equity, and per-share value using a terminal-growth DCF. |
| dcf_sensitivityB | Calculate a per-share DCF sensitivity matrix across WACC and growth rates. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HareRam123/open-fin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server