HiveCloud CT-e / MDF-e for LangChain
io.github.mcp-dir/hivecloud-mcp
Transportation fiscal-document issuer from Bsoft by nstech (HiveCloud). Query CT-e (freight bill of
client:LangChain
transport:streamable-http
tools:33
Install HiveCloud CT-e / MDF-e in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hivecloud-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_hivecloud",
}
})
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
- hivecloud_list_accounts
- hivecloud_list_empresas
- hivecloud_list_ctes
- hivecloud_get_cte
- hivecloud_cte_dacte
- hivecloud_cte_xml
- hivecloud_nfe_info
- hivecloud_cte_criar_de_nfe
- hivecloud_list_dces
- hivecloud_list_inutilizacoes
- hivecloud_sefaz_status
- hivecloud_mdfe_empresas
- hivecloud_list_mdfes
- hivecloud_get_mdfe
- hivecloud_mdfe_damdfe
- hivecloud_mdfe_xml
- hivecloud_relatorio_viagens
- hivecloud_list_veiculos
- hivecloud_list_motoristas
- hivecloud_cte_emitir
- hivecloud_cte_cancelar
- hivecloud_cte_excluir
- hivecloud_cte_averbar
- hivecloud_cte_carta_correcao