← Back to MCP list
🌐

FinancialData.Net MCP

v1.0.0
Data AcquisitionRemote

FinancialData.Net MCP on Smithery. Free tier: 300 calls/day (symbol lists and basic quotes); Standard from $19/mo for financials and intraday. Requires financialdata.net API key.

§ Connection Config

Transport Type: remote
https://server.smithery.ai/financial-data/financial-data-mcp
Authorization: Bearer {env:FINANCIALDATA_API_KEY}
FinancialData.Net API KeyRequired

Obtain after registering at financialdata.net.

Type: headerApply →

§ Quickstart

Add the following to your MCP client configuration (Cursor, Claude Desktop, etc.):

Or via Smithery CLI: smithery mcp add financial-data/financial-data-mcp with Authorization header.

MCP Client Configuration

{
  "mcpServers": {
    "financialdata-net": {
      "type": "streamableHttp",
      "url": "https://server.smithery.ai/financial-data/financial-data-mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
View full setup guide →

§ Tools Reference

4 tools

get_stock_quotes

Stock real-time or historical quotes

ParameterTypeRequiredDescription
symbolstringSymbol

get_financial_statements

Global financial statements

ParameterTypeRequiredDescription
symbolstringSymbol

get_institutional_holdings

Institutional holdings

ParameterTypeRequiredDescription
symbolstringSymbol

get_esg_metrics

ESG metrics

ParameterTypeRequiredDescription
symbolstringSymbol

§ Examples

Once configured, you can ask the AI directly:

Alpha analysis

Compare NVDA TTM performance vs S&P 500 and compute alpha

Example from Smithery documentation