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

✍️ OpenClawRadar📅 Published: April 30, 2026🔗 Source
AlphaCreek: An MCP Server That Chunks SEC Filings to Cut Token Usage by 85%
Ad

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
Ad

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

Ad

👀 See Also

Swarm Leak Detector: Free Tool to Scan for Exposed API Keys in OpenClaw Configs
Tools

Swarm Leak Detector: Free Tool to Scan for Exposed API Keys in OpenClaw Configs

A developer released swarm-leak-detector, a zero-dependency MIT-licensed tool that scans for over 21 credential patterns (OpenAI, Anthropic, OpenRouter, Stripe, etc.) in plaintext JSON config files. Run it with npx swarm-leak-detector scan ~/.clawdbot/ to check for leaks in about 30 seconds.

OpenClawRadar
AgentRoom: Desktop app visualizes AI coding agents as pixel characters with session search
Tools

AgentRoom: Desktop app visualizes AI coding agents as pixel characters with session search

AgentRoom is a desktop app that turns Claude Code, Codex, and Gemini sessions into animated pixel characters in a virtual office, with full-text semantic search across all sessions. The repo includes a standalone Claude Code skill for searching past sessions from any conversation.

OpenClawRadar
Voygr Launches Business Validation API for Fresh Place Intelligence
Tools

Voygr Launches Business Validation API for Fresh Place Intelligence

Voygr's Business Validation API checks if businesses are operating, closed, rebranded, or invalid by aggregating multiple data sources and detecting conflicting signals. The team is building an infinite, queryable place profile that combines accurate place data with fresh web context like news, articles, and events.

OpenClawRadar
MCP Server Enables Claude to Create and Run Custom Tools at Runtime
Tools

MCP Server Enables Claude to Create and Run Custom Tools at Runtime

A developer built an MCP server where Claude can create, update, and run new tools without redeployment. The system uses five core tools and executes custom JavaScript/TypeScript code in a Deno sandbox with ~50ms cold start.

OpenClawRadar