⚠Demo mode — authentication is disabled. Do not use with real data.
⌘K
/⌘J
Market status
MCP Server
Plug Finsyt into any AI assistant via the Model Context Protocol. Auth is a workspace fsk_ key or OAuth 2.1 + PKCE. JSON-RPC 2.0 over HTTP POST (Streamable HTTP). Interactive Apps host at /app/mcp/apps. While entitlements are under review, plane company tools return sandbox fixtures labelled retrieval_method: sandbox.
Ask FinsytMCP Server
MCP Server URL
https://finsyt.com/platform/api/v1/mcp
◌ CheckingStreamable HTTPOAuth 2.1
OAuth 2.1 for remote MCP
Remote hosts discover this server via RFC 9728 protected-resource metadata, register with RFC 7591 DCR, and exchange a PKCE S256 code for an access token. Consent still binds to a workspace API key. Bearer fsk_ keys remain valid.
Canonical company plane. Discover → retrieve → cite. Skills load as instruction bodies (no git clone). MCP Apps hosts render text/html;profile=mcp-app resources from _meta.ui.resourceUri. Public mnemonics are FQL (FX_REV, FM_FCF), never vendor shorthand.
▣
discover_companies
Resolve ticker, name, or sector to company id / name / ticker
▣
discover_company_series
List FQL metric ids for a company (FX_REV, FM_FCF, …)
▣
discover_company_documents
Filings, transcripts, and presentations with source hrefs
▣
get_company_fundamentals
Income / balance / cash flow with provenance + financials MCP App
▣
get_document_content
Full text or a named section (Risk Factors, MD&A, Q&A)
▣
search_documents
Keyword search across filings and transcripts
▣
get_stock_prices
Daily OHLCV with an interactive price-chart MCP App
▣
check_company_status
Coverage and freshness + company-intelligence MCP App
List preferred managed Slack/Teams channels for the Finsyt bot
finsyt_set_channel_preferences
Set preferred managed channels (slack and/or teams)
finsyt_channel_runtime_status
Channel code plus whether required env names are set (never values)
finsyt_global_intel_markets
Public web sector/commodity/bond/shipping/macro cross-check (scraped)
finsyt_global_intel_earnings_xcheck
Public earnings calendar/surprise cross-check — Finsyt filings stay primary
finsyt_global_intel_gas_prices
AAA national retail gas (scraped; EIA/FRED primary for energy)
finsyt_global_intel_acled
ACLED conflict events when credentials are configured
finsyt_global_intel_wildfires
NASA FIRMS wildfire detections when keyed
finsyt_global_intel_country_risk
Country dossier: hotspots, elections, OFAC, ACLED
finsyt_global_intel_fear_greed
Alternative.me Crypto Fear & Greed Index (official)
finsyt_global_intel_ucdp
UCDP GED conflict events (official academic API)
finsyt_global_intel_military
Military flights, theater posture, or USNI Fleet Tracker
finsyt_global_intel_cables
NGA MSI cable health or curated TeleGeography/ITU directory
finsyt_global_intel_disease
WHO + CDC outbreak headlines from official RSS
BYOK connectors (2)
Customer credentials still override. Platform-paid connectors fill vault gaps on existing tools when those keys are present. The market-data vault remains the quote and candle spine. Connector fundamentals never fill quotes. Connected operations also appear as conn__* tools. Manage connections in /app/connectors.
finsyt_list_connectors
List workspace BYOK connectors and connection status. Does not fetch vendor data.
finsyt_connector_call
Call one operation on a customer-connected connector. Refuses if that vendor is not connected.
Interactive MCP Apps
Hosts render ui://finsyt/tearsheet, financials, price-chart, and comps. The iframe speaks JSON-RPC ui/initialize and can call the bound tool (period toggle, hover, row inspect). Preview: /app/mcp/apps.
Agent skills plugin (9)
Original skills in plugins/finsyt-plugin. Install the folder as a Claude/Cursor plugin, or call finsyt_list_skills / finsyt_get_skill at runtime.
tear-sheet
One-pager for ER, IB/M&A, corp-dev, or sales/BD
earnings-preview
Last print + options tape; no invented consensus
financials-pull
Statements with source links
comp-set
Peer valuation table
dcf-from-prompt
Platform DCF with derivation trail
company-status
Freshness check before research
options-tape
Options chain / flow / greeks
macro-series
Rates, yields, credit series briefing
evidence-pack
Source claims, then analyze
# Claude Code / Cursor — add the plugin from this repo
# plugins/finsyt-plugin/.mcp.json already points at
# https://www.finsyt.com/platform/api/v1/mcp
# Mint a key above and set it as Authorization: Bearer fsk_…
Connect your AI client
Claude Desktop uses the mcp-remote bridge. Bearer API keys work today; remote OAuth 2.1 + PKCE is also advertised at /.well-known/oauth-protected-resource.