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

Native macOS MCP Server for Full OS Control
A native macOS server provides 24 tools for pixel-accurate clicks, key combos, drag-and-drop, app management, multi-display support, and clipboard access. It's open source and works with Claude Code, Cursor, or any MCP client.

Straight Talk: An Open-Source Claude Skill That Forces Honest Feedback, Not Validation
A new open-source Claude Skill called Straight Talk makes Claude refuse to validate ideas until it understands the situation, then generates counter-arguments and stress-tests assumptions.

Mandala v0.3: Open-Source Async Runtime to Unify Logistics Telemetry as OpenTelemetry Spans for Agent Reasoning
Mandala v0.3 provides an open-source async runtime that ingests telemetry from Samsara, Descartes, Vizion, and FMCSA via webhooks, emits events as OpenTelemetry spans, and exposes data via MCP tools for LLM agents.

InsAIts Runtime Security Monitor for Claude Code Hits 8,000 PyPI Downloads
InsAIts, a runtime security monitor for Claude Code agentic sessions, has reached 8,140 total downloads on PyPI. Version 3.4.0 adds an Adaptive Context Manager, layered anchor injection system, and dashboard improvements.