neuron for LangChain
io.github.conquext/neuron
AI-powered WhatsApp chatbot platform with 196 tools for bots, campaigns, and contacts.
client:LangChain
transport:streamable-http
runtime:npm
tools:383
Install neuron in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"neuron": {
"transport": "streamable_http",
"url": "https://mcp.neuron.ng/mcp",
}
})
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
- neuron_register
- neuron_login
- neuron_refresh_token
- neuron_switch_org
- neuron_list_organizations
- neuron_get_profile
- neuron_whoami
- neuron_switch_instance
- neuron_logout
- neuron_create_bot
- neuron_list_bots
- neuron_get_bot
- neuron_update_bot
- neuron_delete_bot
- neuron_pause_bot
- neuron_resume_bot
- neuron_get_bot_analytics
- neuron_attach_knowledge_base
- neuron_list_bot_knowledge_bases
- neuron_detach_knowledge_base
- neuron_create_api_key
- neuron_list_api_keys
- neuron_revoke_api_key
- neuron_bot_api_chat