A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"finpilot-mcp": {
"url": "https://finpilot-6a6d8635-rushd-srmist.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"finpilot-mcp": {
"serverUrl": "https://finpilot-6a6d8635-rushd-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.finpilot-mcp] url = "https://finpilot-6a6d8635-rushd-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://finpilot-6a6d8635-rushd-srmist.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Retrieve the current real-time stock price and historical data for a given ticker symbol.
Retrieve real market news articles for a specific stock.
Retrieve the income statement, balance sheet, or cash flow statement for a company.
Calculate and retrieve key financial ratios like P/E, Debt-to-Equity, and ROE.
Runs a Discounted Cash Flow (DCF) model to estimate the intrinsic value of a stock using live free cash flows.
Assess the live risk profile of a company including beta.
Analyze the sector and asset class diversification of a given stock portfolio.
Aggregates findings into a comprehensive AI investment report.
Emails an investment report to a specified address.
Coordinates multiple agents (Market Data, Financials, Valuation) to produce a unified analysis of a stock.