Skip to main content
Glama
bizino

BOS MCP Server

by bizino

BOS MCP Server

MCP (Model Context Protocol) server cho phép AI assistants (Claude, Cursor, Trae) tương tác trực tiếp với BOS ERP System qua REST API.

Tính năng

  • 69 tools cho business operations

  • TypeScript + Node.js 18+

  • Token bucket rate limiting (60 RPM)

  • Exponential backoff retry

  • Stdio & HTTP transport

  • JSON-RPC 2.0

Related MCP server: fast-odoo-mcp

Cài đặt

npm install
npm run build

Environment Variables

Variable

Default

Mô tả

BOS_API_URL

https://bos.ai.vn

BOS domain root (NO /api suffix)

BOS_API_TOKEN

``

Bearer token cho auth (optional)

MCP_API_KEY

``

API key cho MCP M2M auth (required)

BOS_API_TIMEOUT

30000

Request timeout (ms)

Chạy

# Stdio mode (default - cho Claude Code)
npm start

# HTTP mode (cho web deployments)
npm run http

Claude Code Integration

{
  "mcpServers": {
    "bos": {
      "command": "node",
      "args": ["/path/to/bos-mcp/dist/index.js"],
      "env": {
        "BOS_API_URL": "https://bos.ai.vn/api"
      }
    }
  }
}

Docker

FROM node:18-alpine
WORKDIR /app
COPY package.json dist/
RUN npm install
CMD ["node", "dist/http.js"]

Tools Categories (69 total)

Health & Management (18 tools)

  • boscli_health_* - System health checks

  • boscli_module_* - Module CRUD

  • boscli_route_* - Route listing

  • boscli_cache_* - Cache management

  • boscli_system_* - System info, logs, git, deploy

Products (6 tools)

  • bos_product_list, bos_product_show, bos_product_search

  • bos_product_create, bos_product_update, bos_product_delete

Orders (6 tools)

  • bos_order_list, bos_order_show, bos_order_create

  • bos_order_update_status, bos_order_cancel, bos_order_count_by_status

Cart (7 tools)

  • bos_cart_get, bos_cart_add_item, bos_cart_update_item

  • bos_cart_remove_item, bos_cart_clear

  • bos_cart_apply_voucher, bos_cart_remove_voucher

Customers (5 tools)

  • bos_customer_list, bos_customer_show, bos_customer_create

  • bos_customer_update, bos_customer_orders

Inventory (4 tools)

  • bos_inventory_list, bos_inventory_check, bos_inventory_update

  • bos_inventory_low_stock

Vouchers (4 tools)

  • bos_voucher_list, bos_voucher_validate, bos_voucher_create

  • bos_customer_vouchers

Loyalty (5 tools)

  • bos_loyalty_points_balance, bos_loyalty_points_history

  • bos_loyalty_earn, bos_loyalty_redeem, bos_loyalty_tiers

Stores (3 tools)

  • bos_store_list, bos_store_show, bos_store_nearby

Checkout & Payment (4 tools)

  • bos_checkout_calculate, bos_checkout_create

  • bos_payment_methods, bos_payment_verify

Promotions (3 tools)

  • bos_promotion_list, bos_promotion_show, bos_promotion_apply

Home & Engagement (4 tools)

  • bos_home, bos_banners

  • bos_notifications, bos_notification_mark_read

License

MIT

Install Server
A
license - permissive license
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that enables AI assistants to interact with Odoo ERP apps like Inventory, CRM, Sales, and Manufacturing. It allows users to read, create, and manage Odoo records and workflows using natural language commands.
    Last updated
    25
    29
    1
    ISC
  • A
    license
    -
    quality
    A
    maintenance
    An MCP server that enables AI assistants to interact with Odoo ERP systems, allowing natural language access to business data, CRUD operations, and instance management without requiring Odoo module installation.
    Last updated
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server integrating with Odoo ERP systems, enabling AI assistants to interact with Odoo data and functionality through tools and resources.
    Last updated
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    An MCP server integrating with the BoondManager API to enable AI assistants to search, retrieve, create, and update records across 94 tools in 8 business domains.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

  • MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bizino/bos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server