Markets Open
J
Developer/MCP Integration

MCP Server

Connect any AI assistant to Finsyt's live financial data via the Model Context Protocol

MCP Server URL
https://api.finsyt.com/mcp/sse
🟢 OnlineSSE Transport
Available Tools (8)
🔧
get_quote
Real-time price, volume, market cap for any ticker
🔧
get_financials
Income statement, balance sheet, cash flow (annual/quarterly)
🔧
get_news
Latest news with AI sentiment scoring
🔧
search_symbol
Search for a ticker by company name or keyword
🔧
get_macro_indicator
GDP, CPI, unemployment and other macro data by country
🔧
get_insider_trades
Recent insider buy/sell transactions
🔧
get_earnings_calendar
Upcoming earnings dates and estimates
🔧
get_sec_filings
SEC EDGAR filings: 10-K, 10-Q, 8-K, S-1 and more
Connect Your AI Client

Claude Desktop does not yet support remote MCP servers natively. Use the mcp-remote bridge.

1. Paste into your Claude Desktop config:
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "finsyt": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://api.finsyt.com/mcp/sse"]
    }
  }
}
2. Restart Claude Desktop — Finsyt tools will appear automatically.
Example Prompts to Try
"Get the current price and P/E ratio for NVDA"
"Show me Apple's revenue growth over the last 4 quarters"
"What is the current US inflation rate?"
"Find the latest 10-K filing for Microsoft"
"Show recent insider transactions for Tesla"
"What are the upcoming earnings this week?"
← Back to Developer PortalAPI Documentation →