Overview
Claude Code (Anthropic’s CLI agent) supports MCP servers via itsclaude mcp add command. QuantSpace connects over Streamable HTTP — no authentication required.
Add the server
quantspace listed with the /mcp URL.
Manual configuration
Alternatively, edit~/.claude/mcp_servers.json directly:
Usage
Start a Claude Code session and ask it to run the pipeline:“Run the full ML trading pipeline for AAPL, MSFT, GOOGL from 2023-01-01 to 2024-01-01, test until 2025-01-01”Claude Code will call the tools sequentially, streaming each job’s status back as it runs.
Troubleshooting
| Issue | Fix |
|---|---|
Unknown tool | Run claude mcp list to confirm registration; re-add if missing |
| Connection refused | Verify the URL ends with /mcp and the server is running |
| Timeout | Jobs can run up to 10 minutes — wait for completion |