Skip to main content
Glama

SCP Local MCP Server

Official

scp_get_offers

Retrieve active personalized offers from authorized merchants using the Shopper Context Protocol to access customer e-commerce data with OAuth 2.0 authentication.

Instructions

Get active personalized offers from a merchant. Domain must be authorized first.

Input Schema

NameRequiredDescriptionDefault
active_onlyNoOnly return active offers
domainYesMerchant domain

Input Schema (JSON Schema)

{ "properties": { "active_only": { "default": true, "description": "Only return active offers", "type": "boolean" }, "domain": { "description": "Merchant domain", "type": "string" } }, "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