Skip to main content
Glama

SCP Local MCP Server

Official

scp_authorize

Authorize secure access to customer e-commerce data from SCP-enabled merchants. Request customer permissions for orders, loyalty points, and shopping preferences using their real email address.

Instructions

BEFORE USING THIS ENSURE THE DOMAIN SUPPORTS SCP BY CALLING scp_discover FIRST. Authorize access to a merchant's customer context via SCP. Must be called before accessing any customer data. IMPORTANT: You must ask the user for their REAL email address - never use placeholder emails like user@example.com. Ask: "What email address do you use with [Merchant]?" and wait for their response.

Input Schema

NameRequiredDescriptionDefault
domainYesMerchant domain (e.g., 'acmestore.com')
emailYesCustomer's REAL email address (must ask user for this - never use example.com or placeholder emails)
scopesYesRequested scopes (e.g., ['orders', 'loyalty', 'intent:read']). Best practice: request all needed scopes upfront.

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Merchant domain (e.g., 'acmestore.com')", "type": "string" }, "email": { "description": "Customer's REAL email address (must ask user for this - never use example.com or placeholder emails)", "type": "string" }, "scopes": { "description": "Requested scopes (e.g., ['orders', 'loyalty', 'intent:read']). Best practice: request all needed scopes upfront.", "items": { "type": "string" }, "type": "array" } }, "required": [ "domain", "email", "scopes" ], "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