Skip to content
LangChain

SEFAZ MG: NFC-e Resumida for LangChain

io.github.mcp-dir/sefaz_mg_nfce_resumida-mcp

SEFAZ MG: NFC-e Resumida, official-source lookup. Platform-hosted, pay per query with prepaid credit

client:LangChain transport:streamable-http tools:7

Install SEFAZ MG: NFC-e Resumida in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sefaz_mg_nfce_resumida-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_sefaz_mg_nfce_resumida",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

SEFAZ MG: NFC-e Resumida in other clients