Equibles
@daniel3303
关于 Equibles
Self-hosted financial data terminal for AI agents. Scrapes and serves SEC filings (full-text search), 13F institutional holdings, insider and congressional trades, FINRA short data, FRED economic indicators, CFTC futures positioning, CBOE VIX/put-call ratios, and daily stock pric
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"equibles": {
"transport": "streamable-http",
"url": "https://mcp.equibles.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
},
"equibles-local": {
"url": "http://localhost:8081/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Equibles?
Equibles is an open-source, self-hosted mini Bloomberg Terminal for AI agents. It scrapes, stores, and serves SEC filings, institutional holdings, insider trading, congressional trades, short data, economic indicators, and daily stock prices — and exposes everything via the Model Context Protocol (MCP) so AI assistants like Claude and ChatGPT can query it directly.
How to use Equibles?
Run git clone https://github.com/daniel3303/Equibles.git, copy .env.example to .env, set SEC_CONTACT_EMAIL, then docker compose up. The MCP server starts on port 8081. Connect any MCP‑compatible client (e.g., Claude Desktop, ChatGPT Desktop, or Claude Code) to http://localhost:8081/mcp. Optional free API keys for FINRA short data and FRED economic data can be set in .env.
Key features of Equibles
- Scrapes and stores SEC filings (10‑K, 10‑Q, 8‑K) with full‑text search
- Tracks institutional holdings (13F‑HR) and insider trading (Form 3/4)
- Monitors congressional stock trades from House/Senate disclosures
- Serves short data from SEC fails‑to‑deliver and FINRA short volume/interest
- Provides economic indicators from FRED and daily stock prices from Yahoo Finance
- Exposes all data via an MCP server for AI assistants
Use cases of Equibles
- Ask your AI assistant “Who are the top institutional holders of AAPL?”
- Search the latest 10‑K for revenue growth discussion
- Retrieve insider trading transactions for a specific company
- Get a macro snapshot with the latest FRED economic indicators
- Check VIX volatility history and put/call ratios by category
FAQ from Equibles
What are the runtime dependencies?
Docker and Docker Compose are required for the recommended setup. The application targets .NET 10. ParadeDB (PostgreSQL + pgvector + pg_search) is used as the database.
Where does the data come from and live?
Data is scraped from public sources: SEC EDGAR, FINRA, FRED, Yahoo Finance, CFTC, and CBOE. All data is stored locally in a ParadeDB instance (port 5432) inside the Docker stack.
Does this require any API keys?
A free FINRA API key (Client ID/Secret) is needed for short volume and short interest data. A free FRED API key is required for economic indicators. Both are optional — scrapers skip gracefully if keys are missing. An SEC EDGAR contact email is required for fair access policy.
How do I connect Equibles to an AI assistant?
For Claude Desktop, add an entry with "url": "http://localhost:8081/mcp" to the mcpServers object in the config file. For ChatGPT Desktop, add to servers in mcp.json. Other MCP clients use the same HTTP endpoint.
What transport and authentication are supported?
The MCP server uses HTTP transport. Authentication is optional: set MCP_API_KEY in .env to require a Bearer token on requests. The web portal can be password‑protected with AUTH_USERNAME and AUTH_PASSWORD.
金融与商务 分类下的更多 MCP 服务器
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
Armor Crypto MCP
armorwalletThe MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.
评论