Kommo for LangChain
io.github.mcp-dir/kommo-mcp
Kommo CRM (formerly amoCRM), the conversation-first sales CRM (WhatsApp, Instagram, Telegram) used b
client:LangChain
transport:streamable-http
tools:48
Install Kommo in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"kommo-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_kommo",
}
})
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
- kommo_list_accounts
- kommo_account
- kommo_leads_list
- kommo_leads_get
- kommo_leads_create
- kommo_leads_update
- kommo_contacts_list
- kommo_contacts_get
- kommo_contacts_create
- kommo_contacts_update
- kommo_companies_list
- kommo_companies_get
- kommo_companies_create
- kommo_companies_update
- kommo_tasks_list
- kommo_tasks_get
- kommo_tasks_create
- kommo_tasks_update
- kommo_customers_list
- kommo_customers_get
- kommo_customers_create
- kommo_customers_update
- kommo_notes_list
- kommo_notes_list_by_entity