ai.alphacreek/alphacreek-mcp
Official4 toolsAlphaCreek SEC Filings MCP
Access SEC filings efficiently (10-K, 10-Q, etc), save time and tokens, and get cited answers.
Query and analyze SEC filings with citation tracking and token efficiency.
Captured live from the server via tools/list.
get_latest_filing
Return latest filing metadata for a company or ticker.
Parameters (3)
- tickerstring
- companystring
- document_typeany
Optional SEC filing type filter. One of 10-K, 10-Q, 20-F, 6-K, 8-K; comma-separated (e.g. 10-K,10-Q); or a JSON array string.
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.
Parameters (4)
- tickerstring
- companystring
- document_typeany
Optional SEC filing type filter. One of 10-K, 10-Q, 20-F, 6-K, 8-K; comma-separated (e.g. 10-K,10-Q); or a JSON array string.
- limitinteger
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 first to discover a specific reporting period.
Parameters (4)
- artifact_document_idstring
- tickerstring
- companystring
- document_typeany
Optional SEC filing type filter. One of 10-K, 10-Q, 20-F, 6-K, 8-K; comma-separated (e.g. 10-K,10-Q); or a JSON array string.
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 read_node_content output. The authoritative node content is returned as plain MCP text only: an ARTIFACT_DOCUMENT_ID header, then per-node blocks with NODE_ID, TITLE, CITATION_URL, CONTENT_START … CONTENT_END. A TOC node may expand into more granular child NODE_ID blocks; cite those granular NODE_ID/CITATION_URL pairs when they support the claim. For every material claim or logical paragraph in your answer, place one or more relevant CITATION_URL links immediately next to the claim, using the URL paired with each supporting NODE_ID.
Parameters (3)
- artifact_document_idstringrequired
- node_idstring
Single node id (same values as NODE_ID in tool output and TOC lines); alternative to node_ids.
- node_idsarray
Batch read: multiple node ids for one filing (same identifiers as NODE_ID).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"alphacreek-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.alphacreek.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.