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

Memento v1.0: Local Persistent Memory for AI Coding Agents
Memento v1.0 is a fully local memory layer for AI coding agents that runs embeddings, storage, and search on your machine with no cloud dependencies. It uses all-MiniLM-L6-v2 embeddings, HNSW indexing, and supports multiple IDEs with 17 MCP tools.

LLMock: HTTP-based mocking server for deterministic LLM testing across processes
LLMock is a real HTTP server that mocks OpenAI, Claude, and Gemini APIs, allowing developers to run deterministic tests across multiple processes without hitting real APIs. It supports SSE streaming, tool calls, predicate routing, and request journaling with zero dependencies.

HomeButler: Zero-token homelab management for OpenClaw agents
HomeButler is a single Go binary that lets OpenClaw agents manage homelab infrastructure without API keys or tokens. It runs locally and keeps all operations on your network.

cortex-engine MCP server adds persistent memory and multi-agent support
cortex-engine v0.4.0 is an open-source MCP server that gives AI agents persistent long-term memory with tools like observe(), query(), believe(), and dream(). It now supports multiple agents with isolated memory namespaces.