Daisan
Daisan exposes 11 public tools on this MCP endpoint.
https://daisan.vn/Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://mcp.daisan.vn/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · mcp.daisan.vn
11tools discovered
Odoo Query
Tool tổng quát: gọi bất kỳ action read-only nào của Odoo AI API. Dùng khi cần lấy MỌI loại thông tin (không giới hạn HCNS hay doanh số), hoặc khi các tool chuyên biệt chưa đủ params. action cho phép: health, company_list, list_models, model_fields, search_read, read, get_detail, search_count, read_group, sales_by_salesperson params: object JSON (hoặc JSON string), ví dụ: { "model": "crm.lead", "domain": [["type", "=", "opportunity"]], "fields"
Odoo Health
Kiểm tra kết nối Odoo và quyền đọc của tài khoản API. Trả về user, công ty, model khả dụng, capabilities và ví dụ truy vấn. Nên gọi trước khi thực hiện chuỗi truy vấn Odoo dài.
Company List
Liệt kê các công ty (res.company) mà tài khoản API được phép đọc. Dùng trước khi lọc theo company_id hoặc company_scope.
List Models
Liệt kê các model Odoo mà API hiện cho phép đọc. mode: - catalog: danh mục model nghiệp vụ phổ biến; - available: các model hiện tồn tại và khả dụng; - all: toàn bộ model readable mà API cho phép trả về. Dùng công cụ này khi chưa biết tên kỹ thuật chính xác của model.
Model Fields
Liệt kê field readable của một model Odoo. mode: - all: mọi field được phép đọc; - default: subset field gọn hơn theo catalog. Dùng trước search_read / read_group khi chưa chắc tên field.
Search Read
Tìm và đọc bản ghi Odoo theo domain — dùng cho MỌI model được phép. Ví dụ model: crm.lead, sale.order, purchase.order, stock.picking, stock.quant, account.move, hr.employee, project.task, res.partner, product.product, helpdesk.ticket, fleet.vehicle, ... fields: - bỏ trống / "all": lấy mọi field readable của model; - "default": subset gọn; - ["id", "name", ...]: chỉ các field chỉ định. expand: true/"all" hoặc list field one2many/many2many để nhúng bản ghi con.
Read Records
Đọc các bản ghi Odoo theo danh sách ID — mọi model được phép. fields bỏ trống / "all" = mọi field readable. expand = true/"all" để nhúng quan hệ x2many.
Search Count
Đếm số bản ghi Odoo khớp domain mà không tải nội dung từng bản ghi. Ví dụ: số đơn bán đã xác nhận, số lead CRM mở, số phiếu kho đang chờ.
Get Detail
Lấy chi tiết ĐẦY ĐỦ một bản ghi Odoo theo ID (mọi field readable + quan hệ lồng). Phù hợp bất kỳ model nào: sale.order, purchase.order, account.move, stock.picking, crm.lead, hr.employee, project.project, ...
Read Group
Gom nhóm và tổng hợp dữ liệu Odoo (read_group). Dùng cho báo cáo: doanh số theo nhân viên, số đơn theo trạng thái, tổng tiền theo tháng, tồn kho theo kho, ... Ví dụ xếp hạng doanh số theo sales person: model = "sale.order" domain = [["state", "in", ["sale", "done"]]] groupby = ["user_id"] aggregates = [{"field": "amount_total", "agg": "sum"}] order = "amount_total desc" company_scope = "all_allowed"
Sales By Salesperson
Helper tiện ích: xếp hạng NV bán hàng theo doanh số đơn đã xác nhận. Đây KHÔNG phải giới hạn phạm vi MCP — với dữ liệu khác hãy dùng search_read / read_group / odoo_query trên mọi model được phép.
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsDaisan exposes 11 public tools on this MCP endpoint.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate Daisan? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 11 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.