Skip to main content
Glama
modellers

ConsignCloud MCP Server

by modellers

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONSIGNCLOUD_API_KEYYesYour ConsignCloud API key (obtained from Settings → Apps → API & Webhooks)
CONSIGNCLOUD_API_BASE_URLNoThe base URL for the ConsignCloud APIhttps://api.consigncloud.com/api/v1

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_itemsC

List inventory items with optional filters. Supports filtering by price, category, account, status, location, and more.

get_itemC

Get details of a specific inventory item by ID

create_itemC

Create a new inventory item

update_itemC

Update an existing inventory item

delete_itemB

Delete (soft delete) an inventory item

get_item_statsC

Get overall inventory statistics

list_salesB

List sales with optional filters

get_saleC

Get details of a specific sale

void_saleC

Void a sale

list_accountsC

List vendor/consignor accounts with optional filters

get_accountC

Get details of a specific account

create_accountC

Create a new vendor/consignor account

update_accountC

Update an existing account

get_account_statsC

Get statistics for a specific account (balance, items, sales)

list_categoriesC

List item categories

create_categoryC

Create a new item category

list_locationsC

List store locations

search_suggestC

Search across accounts and items using full-text search. Returns matching entities with their full details.

suggest_field_valuesB

Get auto-complete suggestions for a specific field (brand, color, size, tags, etc.) based on existing data.

get_sales_trendsC

Get sales trends and analytics

list_batchesC

List batches of items

create_batchC

Create a new batch of items

update_batch_statusC

Update batch status (draft or submitted)

calculate_inventory_valueB

Calculate total inventory value with comprehensive filtering and grouping. Returns total value, item count, average value, and optional breakdown by category, location, account, inventory type, or status.

calculate_sales_totalsC

Calculate sales totals with filtering by date range, status, location, customer, payment type, and amount. Returns total revenue, tax, sale count, average sale value, and optional breakdown by status, location, or date period.

calculate_account_metricsC

Calculate comprehensive metrics for a specific vendor/consignor account including current balance, inventory value, items available/sold, total sales revenue, and commission owed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/modellers/mcp-consigncloud'

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