Skip to main content
Glama

SCP Local MCP Server

Official

scp_get_orders

Retrieve order history from authorized merchants to access purchase records, filter by status, and manage order data for customer service and analytics.

Instructions

Get order history from a merchant. Domain must be authorized first.

Input Schema

NameRequiredDescriptionDefault
domainYesMerchant domain
limitNoMaximum number of orders to return
offsetNoNumber of orders to skip
statusNoFilter by order status (e.g., ['delivered', 'shipped'])

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Merchant domain", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of orders to return", "type": "number" }, "offset": { "default": 0, "description": "Number of orders to skip", "type": "number" }, "status": { "description": "Filter by order status (e.g., ['delivered', 'shipped'])", "items": { "type": "string" }, "type": "array" } }, "required": [ "domain" ], "type": "object" }

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/shopper-context-protocol/scp-mcp-wrapper'

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