Fintel Discovery — Financial Intelligence for AI Agents for LangChain
io.github.findimitrov/fintel-discovery
Delivers public regulatory and market data from 11 key sources such as FINRA, SEC, Census, FRED
client:LangChain
transport:streamable-http
tools:32
Install Fintel Discovery — Financial Intelligence for AI Agents in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fintel-discovery": {
"transport": "streamable_http",
"url": "https://ai.fin-discovery.com/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
- SearchBrokerCheck
- SearchBrokerCheckFirm
- GetBrokerCheckDetail
- SearchIAPDFirm
- GetIAPDFirmDetail
- SearchEdgar13F
- GetEdgarCompanyFilings
- GetTerritoryWealthProfile
- GetTickerInfo
- GetPriceHistory
- GetMultiTickerHistory
- GetOptionsExpirations
- GetOptionsChain
- GetFinancials
- GetEarningsHistory
- GetAnalystRatings
- GetHolders
- GetDividendsAndSplits
- GetFundProfile
- LookupTicker
- SearchFundsByCategory
- GetFundFees
- Get13FHoldings
- SearchIAPDIndividual