Gobox

59 tools. 17 can modify or destroy data without limits.

5 destructive tools with no built-in limits. Policy required.

Last updated:

17 can modify or destroy data
42 read-only
59 tools total

Community server · catalogue entry verified 03/07/2026

How to control Gobox ↓

What Gobox exposes to your agents

Read (42) Write / Execute (12) Destructive / Financial (5)
Critical Risk

The most dangerous Gobox tools

17 of Gobox's 59 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Gobox

PolicyLayer is an MCP gateway — it sits between your AI agents and Gobox, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "report_warehouse_import_refund": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "cancel_consignment": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_consignment_attachments": {
    "limits": [
      {
        "counter": "add_consignment_attachments_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_consignment": {
    "limits": [
      {
        "counter": "get_consignment_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Gobox — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON GOBOX →

Instant setup, no code required.

All 59 Gobox tools

READ 42 tools
Read get_consignment Fetch full consignment detail by code. Read get_order Fetch full order detail by transactionNo. Read get_product Fetch FULL product detail by SKU with all relations. Read get_shipping_rates get_shipping_rates Read get_sys_helpers Fetch system enum/status reference (order statuses, types, etc.). Read list_attributes List product attributes for a category. category_id is REQUIRED. Read list_brands List brands for a category. category_id is REQUIRED. Read list_categories List all product categories. Use to get category_id for product creation. Read list_cities List all Vietnamese provinces/cities. Read list_consignments list_consignments Read list_countries List all countries supported by Gobox. Read list_districts List districts for a city. city_id is REQUIRED. Read list_inventories list_inventories Read list_orders list_orders Read list_product_skus List all product SKU variants. Read list_products list_products Read list_shops List all connected e-commerce shops. Read list_wards List wards for a district. district_id is REQUIRED. Read list_warehouse_pickings list_warehouse_pickings Read list_warehouses List all warehouses. Read list_webhooks List all registered webhook subscriptions. Read report_export_by_order Warehouse export report grouped by order. Read report_export_by_sku Warehouse export report grouped by SKU. Read report_inventories Inventory check (kiểm kho) report. Read report_materials Materials (packaging, supplies) usage report. Read report_warehouse_import Warehouse import (stock-in) report. Read report_warehouse_stock Current stock balance per warehouse/SKU. warehouse_id is REQUIRED. Read report_warehouse_store Warehouse storage snapshot — what's currently stored. Read search_all_consignments Fetch ALL consignments across all pages in parallel. Read search_all_inventories Fetch ALL inventory checks across all pages in parallel. Read search_all_orders Fetch ALL orders across all pages in parallel. Read search_all_product_skus Fetch ALL product SKU variants across all pages in parallel. Read search_all_products Fetch ALL products across all pages in parallel. Read search_all_shops Fetch ALL shops across all pages in parallel. Read search_all_warehouse_pickings Fetch ALL warehouse pickings across all pages in parallel. Read search_all_warehouses Fetch ALL warehouses across all pages in parallel. Read sku_full_status Composite: fetch ALL 5 quantity states for a single SKU in parallel. Read sku_quantity_available Get AVAILABLE (sellable) quantity. This is what can be sold NOW. Read sku_quantity_in_warehouse Get total quantity physically IN warehouse (includes held stock). Read sku_quantity_keep_pick Get quantity reserved for outgoing order picks (not available for sale). Read sku_quantity_wait_incoming Get quantity expected from incoming consignments (not yet in warehouse). Read sku_quantity_wait_qc Get quantity waiting for QC inspection (not yet sellable).

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Gobox

Can an AI agent move money through the Gobox MCP server? +

Yes. The Gobox server exposes 1 financial tools including report_warehouse_import_refund. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Gobox MCP server? +

Yes. The Gobox server exposes 4 destructive tools including cancel_consignment, cancel_order, delete_product. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Gobox? +

The Gobox server has 10 write tools including add_consignment_attachments, create_consignment, create_order. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Gobox.

How many tools does the Gobox MCP server expose? +

59 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 42 are read-only. 17 can modify, create, or delete data.

How do I enforce a policy on Gobox? +

Register the Gobox MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Gobox tool call.

Deterministic rules across all 59 Gobox tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

59 Gobox tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.