SEFAZ DF: IPTU (Emissão Guia) for LangChain
io.github.mcp-dir/sefaz_df_iptu-mcp
SEFAZ DF: IPTU (Issuance Guia), official-source lookup. Platform-hosted, pay per query with prepaid
client:LangChain
transport:streamable-http
tools:7
Install SEFAZ DF: IPTU (Emissão Guia) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sefaz_df_iptu-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_sefaz_df_iptu",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs