# Signal Synthesis

Access real-time market data and historical financial records from multiple financial data providers. Synthesize market signals to gain deeper insights into stock performance and trends. Streamline f…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Polaralias/signal-synthesis-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Polaralias/signal-synthesis-mcp
```

## Direct MCP Connection

Endpoint: `https://signal-synthesis-mcp--polaralias.run.tools`

**Required config:**
- `debug` (query) — Enable debug logging
- `requestTimeoutMs` (query) — Global request timeout in milliseconds

**Optional config:**
- `fmpApiKey` (query) — Financial Modeling Prep API Key
- `alpacaKeyId` (query) — Alpaca API Key ID
- `finnhubApiKey` (query) — Finnhub API Key
- `polygonApiKey` (query) — Polygon.io API Key
- `alpacaSecretKey` (query) — Alpaca Secret Key

---

Source: https://github.com/polaralias/signal-synthesis-mcp-ts
