Finpilot Mcp

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

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:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

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
Available Tools
calculate

Perform basic arithmetic calculations

convert_temperature

Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).

get_stock_price

Retrieve the current real-time stock price and historical data for a given ticker symbol.

get_market_news

Retrieve real market news articles for a specific stock.

get_financial_statements

Retrieve the income statement, balance sheet, or cash flow statement for a company.

calculate_financial_ratios

Calculate and retrieve key financial ratios like P/E, Debt-to-Equity, and ROE.

run_dcf_valuation

Runs a Discounted Cash Flow (DCF) model to estimate the intrinsic value of a stock using live free cash flows.

get_risk_assessment

Assess the live risk profile of a company including beta.

analyze_portfolio_diversification

Analyze the sector and asset class diversification of a given stock portfolio.

generate_investment_report

Aggregates findings into a comprehensive AI investment report.

email_investment_report

Emails an investment report to a specified address.

orchestrate_financial_analysis

Coordinates multiple agents (Market Data, Financials, Valuation) to produce a unified analysis of a stock.