Skip to main content
Glama

SCP Local MCP Server

Official

scp_get_intents

Retrieve shopping intents from authorized merchant domains to understand customer purchase goals and preferences for personalized e-commerce assistance.

Instructions

Get shopping intents from a merchant. Domain must be authorized first.

Input Schema

NameRequiredDescriptionDefault
domainYesMerchant domain
limitNoMaximum number of intents to return
statusNoFilter by status (e.g., ['active', 'in_progress'])

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Merchant domain", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of intents to return", "type": "number" }, "status": { "description": "Filter by status (e.g., ['active', 'in_progress'])", "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