Documentation Index
Fetch the complete documentation index at: https://docs.bigdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Some organizations do not have access to claude.ai and use Claude Code instead. This guide walks you through setting up the official Bigdata.com connector in Claude Code using API Key authentication, so you can search financial news, resolve securities, and generate research reports directly from your terminal.Requirements
- A Claude Code subscription, or a free account on the Claude Developer Platform with available credit

Configuration Steps
Create a Bigdata API key
You can create your API Key in the Developer Platform > API Keys.

Add the Bigdata.com MCP connector
The following command will add the official Bigdata.com Remote MCP in Claude Code. Replace
YOUR_API_KEY with the key you created in the previous step.Open Claude Code
Start a new Claude Code session in your terminal:You can confirm the connector is available by running 
You can select it to explore it
/mcp inside Claude Code. The bigdata_com server should appear in the list of connected MCP servers along with its available tools.

Try it out
Now you can ask Claude Code to generate an HTML or PDF report on any theme you are researching. For example:Claude Code will call the Bigdata MCP tools during its reasoning loop, retrieve grounded financial content, and produce a report with inline citations linking back to the source documents.
Claude code will create an HTML like the following:

Troubleshooting
Manage and remove connectors
Manage and remove connectors
List all configured MCP servers with
claude mcp list. To remove the Bigdata.com connector, run claude mcp remove bigdata_com.