CIGAM for LangChain
io.github.mcp-dir/cigam-mcp
CIGAM ERP (management for industry, retail and franchises) via session capture with your authorizati
client:LangChain
transport:streamable-http
tools:28
Install CIGAM in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cigam-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_cigam",
}
})
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
- cigam_list_accounts
- cigam_listar_lojas
- cigam_notas_fiscais
- cigam_vendas
- cigam_compras
- cigam_devolucoes
- cigam_vendas_resumo
- cigam_fluxo_caixa
- cigam_ranking_clientes
- cigam_vendas_por_dia
- cigam_inadimplencia
- cigam_resultado
- cigam_formas_pagamento
- cigam_relatorio
- cigam_job
- cigam_estoque
- cigam_contas_receber
- cigam_contas_pagar
- cigam_caixa
- cigam_lancamentos
- cigam_fornecedores
- cigam_consulta
- show_version
- report_bug