Aidoo for Odoo for LangChain
ai.aidoo/aidoo
Query and update your Odoo ERP in plain language, under your own Odoo access rules.
client:LangChain
transport:streamable-http
Install Aidoo for Odoo in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aidoo": {
"transport": "streamable_http",
"url": "https://mcp.aidoo.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs