Valuein — SEC EDGAR Fundamentals & Smart-Money Data for LangChain
io.github.valuein/mcp-sec-edgar
Point-in-time, survivorship-free SEC EDGAR fundamentals + smart-money signals for AI agents.
client:LangChain
transport:streamable-http
tools:121
Install Valuein — SEC EDGAR Fundamentals & Smart-Money Data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-sec-edgar": {
"transport": "streamable_http",
"url": "https://mcp.valuein.biz/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
- search_companies
- get_company_fundamentals
- get_valuation_metrics
- get_financial_ratios
- get_sec_filing_links
- get_capital_allocation_profile
- get_peer_comparables
- get_pit_universe
- get_compute_ready_stream
- describe_schema
- list_sops
- get_sop
- verify_fact_lineage
- verify_facts
- compare_periods
- screen_universe
- get_earnings_signals
- list_restatements
- submit_feedback
- submit_artifact_feedback
- get_insider_transactions
- get_institutional_holdings
- get_manager_portfolio
- get_blockholders