Equibles: Self-Hosted MCP Server for U.S. Financial Data – SEC Filings, 13F, Insider Trades, FRED

Running local models as agents often means lacking current, real-world data. Equibles is a self-hosted, open-source MCP server that fills that gap by scraping and serving public U.S. financial data directly to MCP-capable clients — no cloud dependency, no API keys, no telemetry.
What It Serves
- SEC filings (10-K, 10-Q, 8-K) with full-text search
- 13F institutional holdings and insider trades (Form 3/4)
- Congressional trades
- FINRA short volume / short interest
- SEC fails-to-deliver
- FRED economic indicators
- CFTC futures positioning
- CBOE VIX and put-call ratios
- Daily prices + technical indicators
The data is exposed as MCP tools, so any MCP-capable client (Claude Code, Claude Desktop, Cursor, or your own local-model agent loop) can query it directly. Everything runs on your machine.
Getting Started
Clone the repo and follow the setup instructions:
git clone https://github.com/daniel3303/Equibles cd Equibles # Follow README for configuration and running
No API keys needed — it scrapes public sources. Ideal for developers who want to give their local LLM agents real-time financial data without sending queries to third-party APIs.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Open-source Claude skill for management consulting frameworks and case studies
A free, MIT-licensed Claude skill provides structured reference material for management consulting work, including frameworks, industry context, and case studies. The project consists of 80+ markdown files organized by domain and seeks contributors to expand coverage.

engram: Claude memory plugin with salience-gated capture and dream cycles
engram is a Claude memory plugin that filters observations at capture time using 5 salience dimensions, persisting only high-scoring events to SQLite with no LLM calls in scoring. It features automatic injection through 5 hooks and dream cycles that extract recurring workflows at session end.

OpenClaw Context Meter Plugin Shows Telegram Token Usage Percentage
A new OpenClaw plugin displays token usage percentage after every Telegram bot response, showing values like '45k / 200k (22%)' and detecting compaction events. The plugin avoids OOM issues by hardcoding context windows instead of using execSync.

GSD-Lite: A State Machine for Claude Code That Enforces TDD and Prevents Test Skipping
GSD-Lite is an open-source MCP server that adds a 12-state workflow machine to Claude Code, enforcing test-driven development with specific anti-rationalization prompts and separate agent contexts for execution, review, and debugging.