Demo mode — authentication is disabled. Do not use with real data.
⌘K
/⌘J
Markets Open
Developer/MCP Server

MCP Server

Plug Finsyt's live financial data into any AI assistant via the Model Context Protocol. Same fsk_ key as the REST API. JSON-RPC 2.0 over HTTP POST (Streamable HTTP transport).

Ask FinsytMCP Server
MCP Server URL
https://finsyt.com/platform/api/v1/mcp
◌ CheckingStreamable HTTP
Personalize the configs below
Available Tools (12)
🔧
finsyt_quote
Real-time price, market cap, fundamentals overlay for any ticker
🔧
finsyt_financials
Income / balance / cash flow / KPIs — single mnemonic, batch, or snapshot
🔧
finsyt_news
AI-tagged news with sentiment scores
🔧
finsyt_filings
SEC EDGAR filings: 10-K, 10-Q, 8-K, S-1
🔧
finsyt_search
Symbol & company search across global exchanges
🔧
finsyt_screener
Filter the universe by sector, mcap, P/E, etc.
🔧
finsyt_insider
Recent insider buy / sell transactions
🔧
finsyt_census_datasets
Browse U.S. Census Bureau datasets (ACS, Decennial, BDS, etc.)
🔧
finsyt_census_aggregate
Query Census Bureau data: variables × geography × vintage
🔧
finsyt_census_search_tables
Search Census variable groups (tables) by concept
🔧
finsyt_census_variables
List variables in a Census dataset / group
🔧
finsyt_census_resolve_fips
Geocode an address → lat/lon + FIPS state/county/tract
Valuation & Macro Tools (6)
finsyt_worldbank_indicators
List World Bank indicator codes (GDP, inflation, unemployment, …)
finsyt_worldbank_countries
List countries / regions in the World Bank catalog
finsyt_worldbank_data
Fetch World Bank time-series for a country + indicator
finsyt_persona_list
List investor-persona analysis styles (Buffett, Graham, Lynch, …)
finsyt_persona_analyze
Run a ticker through a named investor persona lens
finsyt_dcf
Multi-stage DCF intrinsic value with derivation trail
LSE Vault Tools (14) — Pro+
Monitor usage →

Full London Strategic Edge dataset access via MCP. Requires active login and paid plan. Usage is metered per call.

lse_catalog_search
Search 22k+ Vault instruments by dataset, symbol, country
lse_meta
Vault metadata: datasets, timeframes, reference types
lse_candles
OHLCV candles at any stored resolution
lse_series
Macro / yield / credit date-value series
lse_security_bundle
Full security bundle with all connected datapoints
lse_options_chain
Options chain with IV and greeks
lse_options_flow
Options flow tape
lse_options_candles
Contract-level OHLCV
lse_reference
Profiles, fundamentals, dividends, splits, insider, COT
lse_mbo_contracts
MBO contract listings
lse_mbo_events
MBO order book events
lse_export_create
Bulk tick/candle export jobs (read_write key)
lse_export_status
Poll export job status + download path
lse_stream
SSE live tick stream URL + latest daily bar snapshots
Connect your AI client

Claude Desktop uses the mcp-remote bridge to talk to remote HTTP servers, forwarding your API key as a header.

1. Edit your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "finsyt": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://finsyt.com/platform/api/v1/mcp",
        "--header",
        "Authorization:${FINSYT_AUTH}"
      ],
      "env": {
        "FINSYT_AUTH": "Bearer YOUR_FINSYT_API_KEY"
      }
    }
  }
}
2. Restart Claude Desktop. All finsyt_* tools will appear in the tools tray.
Example prompts
"Use finsyt to get the current price and P/E for NVDA"
"Fetch Apple's revenue from finsyt for the last 4 quarters"
"Find the latest 10-K filing for Microsoft via finsyt"
"Show recent insider transactions for Tesla"
"Screen technology stocks above $100B mcap"
"Search finsyt for "Anthropic""
← Back to DeveloperMCP spec →