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 prices over MCP. Open source (AGPL-3.0): self-host with `docker compose up` and connect to http://localhost:8081/mcp (no API key), or use the hosted endpoint at https://mcp.equibles.com/mcp with a free API key from equibles.com.
Server Config
{
"mcpServers": {
"equibles": {
"transport": "streamable-http",
"url": "https://mcp.equibles.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
},
"equibles-local": {
"url": "http://localhost:8081/mcp"
}
}
}