Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-03-26 streamable-http

AlphaCreek SEC Filings MCP

ai.alphacreek/alphacreek-mcp

Access SEC filings efficiently (10-K, 10-Q, etc), save time and tokens, and get cited answers.

Uptime
18.6%
129 probes
Response
549ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_latest_filing

Return latest filing metadata for a company or ticker.

list_filings

List available filings for a ticker (newest first) with artifact_document_id and dates. Use filing_registry=fca_nsm for UK FCA annual reports. Use this first when you need a specific reporting period.

get_filing_toc

Return the full filing table of contents for one filing. If artifact_document_id is omitted, resolves the single latest filing for ticker/company (and optional document_type) only. Use list_filings fi…

read_node_content

Return content for one or more navigation nodes in a filing. Pass one node via node_id or several via node_ids, using the node ids from TOC lines. These are the same values shown as NODE_ID lines in r…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "alphacreek_sec_filings_mcp": {
      "url": "https://mcp.alphacreek.ai/mcp",
      "transport": "streamable-http"
    }
  }
}