NFe Completa for LangChain
io.github.mcp-dir/nfe_completa-mcp
Looks up the full data of an electronic invoice (NFe) from the access key. Platform-hosted, no crede
client:LangChain
transport:streamable-http
tools:7
Install NFe Completa in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"nfe_completa-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_nfe_completa",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs