← Back to MCP listView full setup guide →
§ Connection Config
Transport Type: remote
https://factorweave.com/api/mcp
Authorization: Bearer {env:FACTORWEAVE_API_KEY}
§ 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"
}
}
}
}§ Tools Reference
4 tools
features
Get latest factor row for a ticker
| Parameter | Type | Required | Description |
|---|---|---|---|
| ticker | string | ✓ | e.g. AAPL |
find_similar
Factor vector similarity search
| Parameter | Type | Required | Description |
|---|---|---|---|
| ticker | string | ✓ | Reference ticker |
market_context
Market factor dispersion and regime
report_card
Per-ticker factor report card digest
| Parameter | Type | Required | Description |
|---|---|---|---|
| ticker | string | ✓ | Ticker |
§ Examples
Once configured, you can ask the AI directly:
Similar tickers
Find 10 tickers most similar to TSLA by factor state
Calls find_similar
LadleAgent