A Claude plugin that helps developers integrate with Bigdata.com REST APIs. It ships a skill with reference material for the Search family (document search, volume, co-mentions, batch search) and the Knowledge Graph—more API coverage will be added over time (work in progress).
| Skill | Description |
|---|---|
| build-with-bigdata | API integration guide and bundled reference markdown (references/api/...). |
On GitHub: skills/build-with-bigdata/SKILL.md.
Reference docs live under skills/build-with-bigdata/references/api/. Covered today:
| Area | Endpoints (summary) |
|---|---|
| Search (documents) | POST /v1/search |
| Volume | POST /v1/search/volume |
| Co-mentions | POST /v1/search/co-mentions/entities |
| Batch Search | POST /v1/search/batches (create job, poll, download results) |
| Knowledge Graph | POST /v1/knowledge-graph/companies, POST /v1/knowledge-graph/entities/id, POST /v1/knowledge-graph/sources, GET /v1/knowledge-graph/companies/sectors |
See the build-with-bigdata skill for links to each reference file. For the full platform API surface, use docs.bigdata.com/api-reference.
- Install the plugin: Add
build-with-bigdata-comto your Claude environment (or build from this repo; see CONTRIBUTING.md). - Get an API key: Sign up at Bigdata.com and generate an API key.
- Explore the APIs: Browse docs.bigdata.com/api-reference for endpoint details, request/response schemas, and authentication (
X-API-KEY). - Try the playgrounds: The Developer Platform includes interactive playgrounds with example requests and responses.
Runnable Python samples for many workflows (co-mention maps, volume spikes, batch earnings sentiment, and more) are maintained in the bigdata-cookbook — API_Tutorials/Sample_Scripts repository. See that repo’s README for a use-case index. They use the same APIs as this plugin’s skill and are kept out of the plugin package to keep installs small.
| Component | Description |
|---|---|
| skills/build-with-bigdata/ | Skill (SKILL.md) and API reference markdown. |
commands/ |
Slash commands for common integration tasks. |
.mcp.json |
Optional Docs MCP server config for docs.bigdata.com. |
.claude-plugin/plugin.json |
Plugin manifest. |
See LICENSE for details.