Certidão MPF for LangChain
io.github.mcp-dir/mpf_certidao-mcp
Issues the clearance certificate from the Federal Public Prosecutor's Office (MPF) for a person or c
client:LangChain
transport:streamable-http
tools:7
Install Certidão MPF in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mpf_certidao-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_mpf_certidao",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs