AlphaCreek: An MCP Server That Chunks SEC Filings to Cut Token Usage by 85%

AlphaCreek is a free MCP server that provides a smarter interface to SEC filings (10-K, 10-Q, with 8-K and earnings transcripts coming soon). Instead of dumping the entire filing (e.g., an 80,000+ token 10-K) into Claude's context, it first calls get_filing_toc to return a structured table of contents. The agent then navigates to the relevant section and fetches only 2–4 paragraphs, preserving a reader_url that links directly to the original EDGAR HTML for verifiable citations.
How It Works
- Split filings into logical sections by title and formatting (preserving text under each heading)
- Return a navigation map (TOC) instead of raw text
- Agent fetches only needed sections, reducing token usage ~85% vs. raw retrieval
- Each chunk includes a direct link to the source passage in the EDGAR filing
Workflow Comparison
Before: Agent calls filing API → gets wall of text → burns context → returns answer with no traceable source.
After: Agent calls get_filing_toc → sees map → navigates to relevant node → pulls 2–4 paragraphs → cites exact line.
Key Details
- Covers 6,000+ US public companies
- Currently supports 10-K and 10-Q; 8-K and earnings transcripts planned
- Model agnostic (tested with Claude and GPT, Gemini untested)
- Free to use at alphacreek.ai
- Author recommends updating Claude custom instructions for optimal results
Who It's For
Developers and analysts using AI agents for SEC filing analysis who want to reduce costs, improve response accuracy, and maintain verifiability.
📖 Read the full source: r/ClaudeAI
👀 See Also

Fennara: Godot Plugin + MCP for AI Agents with Iterative Feedback Loop
Fennara is a Godot plugin and MCP server that gives AI agents script diagnostics, scene validation, runtime errors, node info, screenshots, and semantic search results after each edit — enabling a tighter feedback loop than one-shot commands.

OpenClaw developer builds unified memory system for AI agents
A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.

Demo for AI Agent Micropayments Using x402 and Solana
The x402-hello demo illustrates AI agents autonomously handling micropayments using USDC on the Solana blockchain.

Open-source Claude Code skill /unzuck curates social media feeds into dashboard
A free, open-source Claude Code skill called /unzuck scans feeds across Hacker News, Reddit, LinkedIn, YouTube, Twitter/X, Instagram, and Facebook in parallel using browser automation, scores items against user interest profiles, and generates interactive HTML dashboards.