AlphaCreek MCP
ai.alphacreek/alphacreek-mcpAccess SEC filings efficiently, save time and tokens, and get cited answers.
Tools · 4
Return latest filing metadata for a company or ticker.
List available filings for a ticker (newest first) with artifact_document_id and dates. Use this first when you need a specific reporting period.
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…
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
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"alphacreek_mcp": {
"url": "https://mcp.alphacreek.ai/mcp",
"transport": "streamable-http"
}
}
}