The Big Whale · MCP setup

Search the entire TBW database without leaving your workflow.

Connect your AI to The Big Whale's full corpus (articles, market data, regulatory licences, people & company profiles) and query it directly from your prompts. Three integrations, one shared dataset. Setup takes under 2 minutes.

You're in control
Your assistant queries our database. No user data, no prompts, no working context is ever sent to us.
Zero data retention
We only receive the API request, nothing else. Your prompts and working context remain entirely on your side.
Traceable responses
Every figure, profile, and article links back to our platform so you can always dive deeper into the source.

Install in Claude.ai

Works on Claude.ai web and Claude desktop. Available on all plans (Free, Pro, Max, Team, Enterprise).

  1. Open claude.ai and click your avatar (top-right) → Settings → Connectors.
  2. Click Add custom connector.
  3. Fill in the form:
    NameThe Big Whale
    Remote URL__MCP_URL__
  4. Click Add. Claude will verify the connection and load the 11 TBW tools.
  5. In any conversation, make sure The Big Whale is enabled under Search and tools (paperclip menu, bottom of the chat).
  6. Try asking: "What are the latest TBW articles on stablecoins?"

Install in ChatGPT

Works on ChatGPT Desktop (macOS / Windows) and ChatGPT web for Plus, Pro, Business, and Enterprise plans.

  1. Open ChatGPT → Settings → Connectors → Advanced settings.
  2. Toggle Developer mode ON.
  3. Back to Settings → Connectors → click Create.
  4. Fill in the form:
    NameThe Big Whale
    MCP Server URLhttps://mcp.thebigwhale.io/mcp
    AuthenticationCustom headers
    Header nameX-API-Key
    Header value__KEY__
  5. Click Trust the connector. The 11 TBW tools will load.
  6. In a new chat, click + (bottom-left) → Use connectors → enable The Big Whale.

Install in Copilot Studio

Requires a Microsoft Power Platform environment with a Copilot Studio licence.

  1. Open (or create) your assistant in Copilot Studio (copilotstudio.microsoft.com) first — the MCP tool is added inside an assistant, not on its own.
  2. Inside that assistant, open the Tools tab → Add a tool → New tool → Model Context Protocol.
  3. In the wizard, enter the server details — the API key value is NOT entered here (you set it when you create the connection, step 5):
    Server nameThe Big Whale
    DescriptionTBW crypto & digital-asset intelligence (editorial, MiCA regulation, market data, directory)
    Server URLhttps://mcp.thebigwhale.io/mcp
    AuthenticationAPI key
    API key locationHeader
    Header nameX-API-Key
    then click Create (this creates the connector).
  4. Add the tool to your assistant. Copilot Studio then prompts you to Create connection.
  5. In the connection dialog, paste your API key into the X-API-Key field:
    API key (X-API-Key)__KEY__
  6. Create / Test connection → on success the 11 tools import and your assistant can call them.
  7. To make it usable in Copilot Chat (and Teams): open the assistant → Channels → publish to Microsoft 365 Copilot. Users then select your assistant inside Copilot Chat to use the tools — the MCP tool is scoped to this assistant, it is not added to the base Copilot Chat automatically.

Gemini CLI & other MCP clients

Most MCP clients support either the SSE or Streamable HTTP transport. Pick the format your client expects:

Gemini CLI

Add to ~/.gemini/settings.json:

{
  "mcpServers": {
    "thebigwhale": {
      "httpUrl": "https://mcp.thebigwhale.io/mcp",
      "headers": {
        "X-API-Key": "__KEY__"
      }
    }
  }
}

Generic SSE client (Cursor, Windsurf, etc.)

URL__SSE_URL__

Generic HTTP client

URLhttps://mcp.thebigwhale.io/mcp
HeaderX-API-Key: __KEY__

Tools available

Eleven tools cover TBW's editorial content, news, events, MiCA regulation, and proprietary market data. The AI will pick the right one(s) automatically.

search_content
Editorial search across articles, analyses, interviews, briefings.
list_news
External crypto news feed — headlines, sentiment, token filters. For daily digests and market monitoring.
list_licences
All regulated entities (MiCA CASP, EMT, ART, FCA, etc.).
search_regulation
The MiCA rules themselves — grounded answers from the actual regulation (L1 + RTS/ITS + ESMA/EBA guidelines) with article-level citations.
list_people
Digital-asset leaders at banks, funds, crypto firms, regulators.
list_companies
Crypto-native firms + institutional players, by country/sector.
list_events
TBW Corporate Breakfasts, Future of Finance, Summit — speakers, sponsors, recap takeaways.
list_dashboards
Market data themes (Bitcoin, ETH, ETFs, RWA, Stablecoins…).
list_graphs
Available time-series charts inside a dashboard.
get_graph_data
Historical data points for any TBW chart.
get_latest_market_snapshot
Latest market metrics: BTC dominance, ETF flows, stablecoin caps, RWA TVL.
Need help getting started?
30 minutes with our team to connect the MCP to your environment, run a live test, and configure the tool routing to your use case.
Book a call

Frequently asked questions

Everything you need to know before connecting the TBW MCP to your environment.

Which AI clients are compatible?
Claude.ai (web + desktop), ChatGPT (desktop + web on Plus/Pro/Business/Enterprise), Microsoft Copilot Studio, Gemini CLI, and any MCP-compatible client (Cursor, Windsurf, etc.). The tabs above cover the most common ones.
Do I need a specific plan to access the MCP?
The MCP is included in your corporate subscription at no extra cost.
Do I need an API key?
Yes. A company-wide API key is provided by The Big Whale team during onboarding. It's already in the URL you received from us.
Can I set it up on my own?
Yes. Once you have an API key, the page you're reading is designed for self-serve install. If you'd prefer a guided 30-min session, just ask us.
What data can I query?
Articles & briefings (full editorial coverage), proprietary market data (BTC/ETH/ETF/RWA/stablecoin metrics), regulatory licences (MiCA CASP, EMT, ART, FCA…), people profiles (digital-asset leaders at banks, funds, crypto firms), and company profiles. Coverage expands continuously as TBW's database grows.
What happens during the 30-min setup call?
We connect the MCP to your environment, run a live test on your use case, and configure the tool routing to your needs. You leave with a working setup.
What if a tool call fails?
Our monitoring catches downstream outages within a couple of minutes. Failures are logged with the originating client name and never expose query content. Privacy first.