Skip to main content
Glama
Alex-Keyes

Boxes MCP

by Alex-Keyes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOXES_MCP_DATA_FILEYesPath to the inventory JSON file used by the MCP server (as shown in the client config example).
BOXES_MCP_MEDIA_DIRYesPath to the directory where media files (photos) are stored and served from.
BOXES_WEBHOOK_SECRETNoOptional: secret used to verify signed webhook HMAC signatures when running the webhook receiver.
BOXES_EXPORT_REQUEST_URLNoOptional: URL of an approved Boxes export endpoint to use with the request_export tool.
BOXES_EXPORT_ALLOWED_HOSTSNoOptional: comma-separated hostname allowlist for export endpoint HTTPS requests.
BOXES_EXPORT_REQUEST_TOKENNoOptional: authentication token for the export endpoint.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_inventoryA

Search object names, descriptions, tags, locations, and custom fields in the local Boxes mirror.

get_inventory_objectA

Get one inventory record by its stable Boxes MCP ID.

list_contentsA

List records directly inside a space or box using an external or stable parent ID.

inventory_totalsA

Return record counts, quantity, and declared value grouped by object type and currency.

documentation_auditB

Find item records missing selected claim-documentation fields in the local mirror.

get_sync_statusA

Return import, image, and webhook freshness for the private local mirror.

request_exportA

Request a full account export through a provider-approved endpoint configured by the user.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: search, get single, list by parent, aggregate totals, audit gaps, sync status, and export. No overlap in functionality, so an agent can reliably select the right tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (search_inventory, get_inventory_object, list_contents, inventory_totals, documentation_audit, get_sync_status, request_export). This makes the set predictable and easy to navigate.

Tool Count5/5

Seven tools is a well-scoped number for an inventory mirror server. Each tool addresses a specific need without bloat, and the count is within the ideal 3-15 range.

Completeness4/5

The tool set covers search, retrieval, listing, totals, audit, sync status, and export—covering the key workflows for a read-only mirror. The only minor gap is the lack of a direct 'trigger sync' or 'refresh' tool, but the presence of sync status and export mitigates this.

Maintenance

ActivityMaintained
ResponsivenessNo issues