Skip to content

Commit 39a4acd

Browse files
Add bigdata-com plugin
1 parent 86a8570 commit 39a4acd

29 files changed

Lines changed: 2229 additions & 10 deletions

.claude-plugin/marketplace.json

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{
7171
"name": "apollo",
7272
"source": "./partner-built/apollo",
73-
"description": "Prospect, enrich leads, and load outreach sequences with Apollo.io \u2014 one-click MCP server integration for Claude Code and Cowork.",
73+
"description": "Prospect, enrich leads, and load outreach sequences with Apollo.io one-click MCP server integration for Claude Code and Cowork.",
7474
"author": {
7575
"name": "Apollo.io"
7676
}
@@ -86,22 +86,22 @@
8686
{
8787
"name": "engineering",
8888
"source": "./engineering",
89-
"description": "Streamline engineering workflows \u2014 standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone."
89+
"description": "Streamline engineering workflows standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone."
9090
},
9191
{
9292
"name": "human-resources",
9393
"source": "./human-resources",
94-
"description": "Streamline people operations \u2014 recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly."
94+
"description": "Streamline people operations recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly."
9595
},
9696
{
9797
"name": "design",
9898
"source": "./design",
99-
"description": "Accelerate design workflows \u2014 critique, design system management, UX writing, accessibility audits, research synthesis, and dev handoff. From exploration to pixel-perfect specs."
99+
"description": "Accelerate design workflows critique, design system management, UX writing, accessibility audits, research synthesis, and dev handoff. From exploration to pixel-perfect specs."
100100
},
101101
{
102102
"name": "operations",
103103
"source": "./operations",
104-
"description": "Optimize business operations \u2014 vendor management, process documentation, change management, capacity planning, and compliance tracking. Keep your organization running efficiently."
104+
"description": "Optimize business operations vendor management, process documentation, change management, capacity planning, and compliance tracking. Keep your organization running efficiently."
105105
},
106106
{
107107
"name": "brand-voice",
@@ -119,6 +119,14 @@
119119
"name": "Zoom"
120120
}
121121
},
122+
{
123+
"name": "bigdata-com",
124+
"source": "./partner-built/bigdata-com",
125+
"description": "Official Bigdata.com plugin providing financial research, analytics, and intelligence tools powered by Bigdata MCP.",
126+
"author": {
127+
"name": "RavenPack"
128+
}
129+
},
122130
{
123131
"name": "planetscale",
124132
"description": "An authenticated hosted MCP server that accesses your PlanetScale organizations, databases, branches, schema, and Insights data. Query against your data, surface slow queries, and get organizational and account information.",
@@ -213,7 +221,7 @@
213221
},
214222
{
215223
"name": "cockroachdb",
216-
"description": "CockroachDB plugin for Claude Code \u2014 explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
224+
"description": "CockroachDB plugin for Claude Code explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
217225
"source": {
218226
"source": "url",
219227
"url": "https://github.com/cockroachdb/claude-plugin.git",
@@ -253,7 +261,7 @@
253261
},
254262
{
255263
"name": "nimble",
256-
"description": "Nimble web data toolkit \u2014 search, extract, map, crawl the web and work with structured data agents",
264+
"description": "Nimble web data toolkit search, extract, map, crawl the web and work with structured data agents",
257265
"source": {
258266
"source": "url",
259267
"url": "https://github.com/Nimbleway/agent-skills.git",
@@ -273,7 +281,7 @@
273281
},
274282
{
275283
"name": "searchfit-seo",
276-
"description": "Free AI-powered SEO toolkit \u2014 audit websites, plan content strategy, optimize pages, generate schema markup, cluster keywords, and track AI visibility. Works with any website or codebase.",
284+
"description": "Free AI-powered SEO toolkit audit websites, plan content strategy, optimize pages, generate schema markup, cluster keywords, and track AI visibility. Works with any website or codebase.",
277285
"source": {
278286
"source": "url",
279287
"url": "https://github.com/searchfit/searchfit-seo.git",
@@ -305,7 +313,7 @@
305313
},
306314
{
307315
"name": "product-tracking-skills",
308-
"description": "AI agent skills that make SaaS products data-ready for product analytics \u2014 from codebase scan to tracking plan to working instrumentation code.",
316+
"description": "AI agent skills that make SaaS products data-ready for product analytics from codebase scan to tracking plan to working instrumentation code.",
309317
"source": {
310318
"source": "url",
311319
"url": "https://github.com/Accoil/product-tracking-skills.git",
@@ -336,7 +344,7 @@
336344
{
337345
"name": "pdf-viewer",
338346
"source": "./pdf-viewer",
339-
"description": "View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures \u2014 then download the annotated copy."
347+
"description": "View, annotate, and sign PDFs in a live interactive viewer. Mark up contracts, fill forms with visual feedback, stamp approvals, and place signatures then download the annotated copy."
340348
}
341349
]
342350
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "bigdata-com",
3+
"description": "Official Bigdata.com plugin providing financial research, analytics, and intelligence tools powered by Bigdata MCP.",
4+
"version": "0.1.0",
5+
"author": {
6+
"name": "RavenPack",
7+
"email": "support@bigdata.com"
8+
},
9+
"keywords": ["cursor", "plugin", "rules", "skills"]
10+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"bigdata.com": {
4+
"type": "http",
5+
"url": "https://mcp.bigdata.com"
6+
}
7+
}
8+
}

partner-built/bigdata-com/LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This software is licensed for use solely under the terms agreed upon in the applicable Master Agreement and
2+
Order Schedule between the parties. For trials, the applicable legal documents are the Mutual Non-Disclosure
3+
Agreement, or if applicable the Trial Agreement. No other rights or licenses are granted by implication,
4+
estoppel, or otherwise. For further details, please refer to your specific Master Agreement and Order
5+
Schedule or contact us at legal@ravenpack.com.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Bigdata.com Plugins Marketplace
2+
3+
Official plugins created and maintained by [RavenPack](https://www.ravenpack.com/) for [Bigdata.com](https://bigdata.com/) — the no. 1 platform that powers AI agents for finance.
4+
5+
This repository serves as the registry for all official plugins available in the Bigdata.com marketplace.
6+
7+
## Available Plugins
8+
9+
| Plugin | Description | Documentation |
10+
|--------|-------------|---------------|
11+
| **bigdata-com** | MCP tools to retrieve structured and unstructured financial data from Bigdata.com services. Includes the Bigdata MCP Connector and the Financial Research Analyst skill. | [View docs](https://docs.bigdata.com/mcp-reference/plugins/bigdata-com) |
12+
13+
## About Bigdata.com
14+
15+
Bigdata.com is the definitive data layer for AI in finance. It unifies the world's most valuable financial content — news, filings, transcripts, financials, press releases, expert calls, and more — making it ready for agentic workflows. Features include:
16+
17+
- **[Complete content ecosystem](https://platform.bigdata.com/store)**: Access premium sources spanning news, regulatory filings, earnings transcripts, and alternative data.
18+
19+
![Bigdata Store — Data Packages](./images/data-packages/bigdata-packages.png)
20+
21+
22+
- **Search-first architecture**: Purpose-built retrieval for financial research across structured and unstructured datasets.
23+
- **Grounded by design**: Full auditability with citations and source traceability.
24+
25+
## License
26+
27+
See [LICENSE](LICENSE) for details, or contact legal@ravenpack.com.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
description: Generate a comprehensive 30-day summary of recent developments for a specified company.
3+
argument-hint: "[Alphabet, Apple, Nvidia]"
4+
---
5+
6+
Load the `financial-research-analyst` skill and create a company brief word document with inline attribution
7+
8+
If a company is provided as an argument, use it. Otherwise ask the user which compnay they want to analyse
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
description: Generate a comprehensive economic analysis for a country covering GDP, inflation, monetary policy, labor markets, and investment implications.
3+
argument-hint: "[US, UK, Japan]"
4+
---
5+
6+
Load the `financial-research-analyst` skill and create a country economic analysis word document with inline attribution
7+
8+
If a country is provided as an argument, use it. Otherwise ask the user which country they want to analyse
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
description: Macro analysis combining a specific sector with a specific country or region, covering economic backdrop, sector trends, and company fundamentals.
3+
argument-hint: "[sector] in [country]"
4+
---
5+
6+
Load the `financial-research-analyst` skill and create a country-sector analysis word document with inline attribution
7+
8+
If a sector and country are provided as arguments, use them. Otherwise ask the user which sector and country they want to analyse
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
description: Compare sectors on valuations, earnings growth, and cycle positioning with rotation recommendations.
3+
argument-hint: "[sector A] vs [sector B]"
4+
---
5+
6+
Load the `financial-research-analyst` skill and create a cross-sector comparison word document with inline attribution
7+
8+
If sectors are provided as arguments, use them. Otherwise ask the user which sectors they want to compare
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
description: Analyze the latest earnings results with detailed breakdown of revenue, margins, segment performance, management guidance, and surprises.
3+
argument-hint: "[Alphabet, Apple, Nvidia]"
4+
---
5+
6+
Load the `financial-research-analyst` skill and create an earnings digest word document with inline attribution
7+
8+
If a company is provided as an argument, use it. Otherwise ask the user which company they want to analyse

0 commit comments

Comments
 (0)