Back to KB
Difficulty
Intermediate
Read Time
4 min

Connect Claude to a live options-analytics API over MCP (the 2-endpoint gotcha)

By Codcompass Team··4 min read

FlashAlpha ships two MCP endpoints with the same tool catalogue but different auth, and picking the wrong one is the single most common setup failure. This walks both paths and the errors you will actually hit.

FlashAlpha exposes 40 tools over the Model Context Protocol (23 live, 17 historical-replay), so you can ask Claude about gamma exposure, dealer positioning, volatility surfaces and Greeks in plain English instead of hand-rolling REST calls.

Which endpoint?

Same tools on both. Different authentication. Match the row to the client you are configuring.

Client

URL

Auth

claude.ai (web)

https://lab.flashalpha.com/mcp-oauth

OAuth (one-time sign-in)

Claude Desktop

https://lab.flashalpha.com/mcp-oauth (current builds) or https://lab.flashalpha.com/mcp

OAuth, or API key on older builds

Claude Code (CLI)

https://lab.flashalpha.com/mcp

API key per tool call

Cursor / Windsurf / VS Code

https://lab.flashalpha.com/mcp

API key per tool call

The one rule: claude.ai web and current Claude Desktop builds use the -oauth endpoint and OAuth sign-in. The CLI and editor clients (Claude Code, Cursor, Windsurf, VS Code) use the plain /mcp endpoint and you hand Claude the key in your first message. If your Desktop build is old enough that OAuth fails, fall back to /mcp and the apiKey path below.

Option 1: OAuth (claude.ai web or Claude Desktop)

Cleanest setup. Sign in once, click Allow, and Claude calls tools on your behalf with no key handling. Works on Free, Pro, Max, Team and Enterprise.

  1. Open claude.ai and sign in.
  2. Your name (bottom-left) then Settings.
  3. Customize then Connectors. On Team/Enterprise the workspace owner adds connectors under _Organization settings then Conn

🎉 Mid-Year Sale — Unlock Full Article

Base plan from just $4.99/mo or $49/yr

Sign in to read the full article and unlock all 635+ tutorials.

Sign In / Register — Start Free Trial

7-day free trial · Cancel anytime · 30-day money-back