Prefeitura PR Curitiba: Certidão Negativa de Débitos for LangChain
io.github.mcp-dir/pref_pr_curitiba_cnd-mcp
Prefeitura PR Curitiba: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay
client:LangChain
transport:streamable-http
tools:7
Install Prefeitura PR Curitiba: Certidão Negativa de Débitos in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pref_pr_curitiba_cnd-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_pref_pr_curitiba_cnd",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs