CPF for LangChain
io.github.mcp-dir/cpf-mcp
Validates CPF (check digits) and discovers lawsuits by CPF, searching by NAME in the official gazett
client:LangChain
transport:streamable-http
tools:8
Install CPF in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cpf-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_cpf",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs