Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ Sixteen curated Model Context Protocol server configurations.
| Design | [`design.json`](mcp-configs/design.json) | Figma design context, Blender 3D automation |
| Workflow Automation | [`workflow-automation.json`](mcp-configs/workflow-automation.json) | n8n workflow builder, Pipedream integration |
| Mobile | [`mobile.json`](mcp-configs/mobile.json) | Android ADB automation, Xcode build tools |
| Finance | [`finance.json`](mcp-configs/finance.json) | Helium news/markets/options, Chart Library pattern intelligence, Fetch, Memory |
| Finance | [`finance.json`](mcp-configs/finance.json) | Helium news/markets/options, BankBridge read-only bank accounts/transactions/investments, Chart Library pattern intelligence, Fetch, Memory |
| E-Commerce | [`ecommerce.json`](mcp-configs/ecommerce.json) | BuyWhere product search, price comparison, deal discovery across 1M+ products |
| LLM Cost | [`llm-cost.json`](mcp-configs/llm-cost.json) | llm-prices: look up and compare API costs across 167 models from 23 providers before making calls |

Expand Down
4 changes: 4 additions & 0 deletions mcp-configs/finance.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"url": "https://heliumtrades.com/mcp",
"description": "Real-time news with bias scoring across 5,000+ sources, live stock/ETF/crypto data with AI bull/bear cases and price forecasts, ML options pricing with probability ITM, balanced news synthesis, and meme search. 9 tools, free tier (50 queries), no API key needed."
},
"bankbridge": {
"url": "https://bankbridge.money/api/mcp",
"description": "Read-only access to your real bank accounts, transactions, and investment holdings. 12 tools — balances, spending summaries, recurring charges, monthly cashflow, holdings, investment txns. Live-fetched on every call. OAuth 2.1 or Bearer API key (bbk_...). $5/mo per connected bank. Hosted at https://bankbridge.money."
},
"chart-library": {
"command": "python",
"args": ["-m", "chartlibrary_mcp"],
Expand Down