This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryFirst tagged release of Equibles — an open-source financial-data platform with SEC filings, holdings, insider trades, congressional trades, short data, economic indicators, futures positioning, market indicators, and a MCP server.
Full changelog
First tagged release of Equibles — an open-source, self-hosted financial-data platform that scrapes, stores, and serves market data, and exposes it to AI agents over the Model Context Protocol (MCP).
What's included
| Domain | Source |
|---|---|
| SEC filings (10-K/10-Q/8-K, full-text search) | SEC EDGAR |
| Institutional holdings (13F) | SEC 13F-HR |
| Insider trading (Form 3/4) | SEC |
| Congressional trades | House/Senate disclosures |
| Short data (fails-to-deliver, short volume, short interest) | SEC / FINRA |
| Economic indicators | FRED (Federal Reserve) |
| Futures positioning (Commitments of Traders) | CFTC |
| Market indicators (VIX, put/call ratios) | CBOE |
| Daily stock prices + technical indicators | Yahoo Finance |
Apps
- MCP server — exposes the data as tools for Claude, ChatGPT, Cursor, and any MCP-compatible client.
- Web portal — browse stocks, holdings, filings, economy, futures, and market data.
- Worker — background scrapers + document processor.
Run it
git clone https://github.com/daniel3303/Equibles
cd Equibles && cp .env.example .env # set SEC_CONTACT_EMAIL
docker compose up
Web portal on :8080, MCP server on :8081. A hosted endpoint is also available at https://mcp.equibles.com/mcp (free API key).
License: AGPL-3.0.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About daniel3303/Equibles](https:
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]