Skip to content
Back to search
100
MCP live v1.0.1 streamable-http

AlphaCreek MCP

ai.alphacreek/alphacreek-mcp

Access SEC filings efficiently, save time and tokens, and get cited answers.

Uptime
2.2%
45 probes
Response
191ms
last probe
Tools
4
callable

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 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…

Similar MCP servers embedding-nearest

Drillr — The financial MCP for AI agents live
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
9 tools · streamable-http
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http
Tender MCP live
Government tender search for AI agents. UK, EU and US procurement opportunities.
2 tools · streamable-http
Nordic Financial MCP live
Semantic search over Nordic filings, press releases, macro data and electricity prices.
7 tools · streamable-http
io.github.toolstem/toolstem-sec-mcp-server
SEC filing MCP for AI agents — insider signals, 13F flow, material events. Pre-computed.
0 tools
io.github.cyanheads/secedgar-mcp-server live
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
8 tools · streamable-http

How to use

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

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