disclosures for LangChain
io.github.carrotly-ai/disclosures
Corporate disclosures from 26 official sources across 21 jurisdiction routes via ten tools.
client:LangChain
transport:stdio
runtime:npm
Install disclosures in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"disclosures": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "disclosures"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs