Regularidade FGTS (CRF) for LangChain
io.github.mcp-dir/fgts_regularidade-mcp
Issues the FGTS employer clearance certificate (CRF) from the CNPJ. Platform-hosted, no credentials,
client:LangChain
transport:streamable-http
tools:7
Install Regularidade FGTS (CRF) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fgts_regularidade-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_fgts_regularidade",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs