Indicadores PF (Transparência) for LangChain
io.github.mcp-dir/transparencia_indicadores_pf-mcp
Indicators for an individual in the Federal Transparency Portal from the CPF and NIS. Platform-hoste
client:LangChain
transport:streamable-http
tools:7
Install Indicadores PF (Transparência) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"transparencia_indicadores_pf-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_transparencia_indicadores_pf",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs