Skip to content
LangChain

AlphaCreek SEC Filings MCP for LangChain

ai.alphacreek/alphacreek-mcp

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

client:LangChain transport:streamable-http tools:5

Install AlphaCreek SEC Filings MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "alphacreek-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.alphacreek.ai/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

AlphaCreek SEC Filings MCP in other clients