Skip to main content
Glama

SCP Local MCP Server

Official

scp_create_intent

Create shopping intents with authorized merchants to define customer purchase goals and enable personalized shopping assistance through the Shopper Context Protocol.

Instructions

Create a new shopping intent with a merchant. Domain must be authorized with intent:create scope.

Input Schema

NameRequiredDescriptionDefault
ai_assistantNoName of the AI assistant
base_intentYesNatural language description of the shopping goal
contextNoAdditional context about the intent
domainYesMerchant domain
mechanismNoHow the intent was createdconversational_ai
visibilityNoWho can see this intentmerchant_only

Input Schema (JSON Schema)

{ "properties": { "ai_assistant": { "description": "Name of the AI assistant", "type": "string" }, "base_intent": { "description": "Natural language description of the shopping goal", "type": "string" }, "context": { "description": "Additional context about the intent", "type": "object" }, "domain": { "description": "Merchant domain", "type": "string" }, "mechanism": { "default": "conversational_ai", "description": "How the intent was created", "type": "string" }, "visibility": { "default": "merchant_only", "description": "Who can see this intent", "enum": [ "merchant_only", "shared_with_customer" ], "type": "string" } }, "required": [ "domain", "base_intent" ], "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