CVM (Valores Mobiliários) for LangChain
io.github.mcp-dir/cvm-mcp
Looks up the registration of a person or company at the Brazilian Securities Commission (CVM) from t
client:LangChain
transport:streamable-http
tools:7
Install CVM (Valores Mobiliários) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cvm-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_cvm",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs