Capivara: Investigação Cadastral for LangChain
io.github.mcp-dir/capivara-mcp
360º background dossier on a person (or company) from name + CPF: identity, contact, money-to-claim
client:LangChain
transport:streamable-http
tools:9
Install Capivara: Investigação Cadastral in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"capivara-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_capivara",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs