Introducing Bigdata.com MCPs

The Model Context Protocol (MCP) is more than just a new standard—it’s a revolution in how Agentic Large Language Models (LLMs) like Claude Desktop and Cursor interact with the world. MCP empowers these advanced agents to seamlessly access real-time data and services, unlocking a new era of productivity, insight, and creativity. With MCP, you can configure and activate the tools you need—just like plugins—without writing a single line of code. Imagine your Agentic platform instantly connecting to the latest financial data, analytics, and Bigdata.com services, all tailored to your unique needs.

Join the Revolution

At Bigdata.com, we are proud to be at the forefront of this transformation. But we know that the real power of MCP comes from you—our community of innovators, builders, and visionaries. We want to hear from you!
  • How do you plan to use tools and resources from your Agentic platform?
  • What use cases are you excited to solve?
  • What challenges can we help you overcome?
Your feedback and ideas are essential. By sharing your use cases and collaborating with us, you help shape the future of the Bigdata.com Agentic technology. Together, we can build smarter, more responsive, and more empowering solutions for everyone. Ready to get started?

Available MCPs today

Transcripts Search MCP

You can now search for insights in transcripts with similarity search using a Remote MCP, and we are working on other tools to explore News, and Filings
Tool   Description
bigdata_transcripts_search   Search for insights in transcripts with similarity search.
1

Create an API Key

Follow the instructions in the API Key section to create an API Key.
2

Configure agentic client

Configure MCP in CursorOr configure it manually in your agentic client’s MCP configuration file:✍️ Update the configuration to use your personal API Key.
"bigdata.com": {
  "url": "https://mcp.bigdata.com/",
  "headers": {
    "x-api-key": "<your_api_key>"
  }
}
This is an example of the tool configured in Cursor:Bigdata MCP
3

Ask a question about transcripts

Ask to your agentic client to help you write a report about an earning call:
Can you create a report in Markdown format with the summary of the latest transcripts of NVIDIA? You can use the tool `bigdata_transcripts_search` to search for insights.

Bigdata.com Docs MCP

Bigdata.com Docs MCP helps you create Python code leveraging all the published how-to and cookbooks in the documentation.
npx mint-mcp add docs.bigdata.com
Follow the instructions and the tool will get configured in your IDE automatically. Bigdata docs MCP For more details about the configuration and an example check out

Code Assistant tool

Configure the Bigdata.com Code Assistant tool and create your first script. 🥳🚀