← Back to MCP list
🧮

FactorWeave Quant Factor MCP

v0.2.0
Parameter ConstructionRemote

Official FactorWeave MCP endpoint (stateless HTTP JSON-RPC). Free tier: 250 calls/day without MCP; MCP requires Hobby from $19/mo. API key starts with fw_live_.

§ Connection Config

Transport Type: remote
https://factorweave.com/api/mcp
Authorization: Bearer {env:FACTORWEAVE_API_KEY}
FactorWeave API KeyRequired

Long-lived API key starting with fw_live_.

Type: headerApply →

§ Quickstart

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

Settings → Tools & MCP → New MCP Server. Requires Hobby plan or above.

MCP Client Configuration

{
  "mcpServers": {
    "factorweave": {
      "type": "streamableHttp",
      "url": "https://factorweave.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
View full setup guide →

§ Tools Reference

4 tools

features

Get latest factor row for a ticker

ParameterTypeRequiredDescription
tickerstringe.g. AAPL

find_similar

Factor vector similarity search

ParameterTypeRequiredDescription
tickerstringReference ticker

market_context

Market factor dispersion and regime

report_card

Per-ticker factor report card digest

ParameterTypeRequiredDescription
tickerstringTicker

§ Examples

Once configured, you can ask the AI directly:

Similar tickers

Find 10 tickers most similar to TSLA by factor state

Calls find_similar