SCP Local MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCP_TEST_ENDPOINT | No | Endpoint to use for testing with a development server. This bypasses DNS discovery and directs all requests to your local test server. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scp_authorizeA | 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. |
| scp_check_authorizationC | Check if authorized with a merchant domain |
| scp_revoke_authorizationC | Revoke authorization with a merchant domain |
| scp_discoverC | Discover SCP endpoint for a merchant domain via DNS |
| scp_get_ordersA | Get order history from a merchant. Domain must be authorized first. |
| scp_get_loyaltyA | Get loyalty status and points from a merchant. Domain must be authorized first. |
| scp_get_offersA | Get active personalized offers from a merchant. Domain must be authorized first. |
| scp_get_preferencesA | Get saved customer preferences (sizes, styles, addresses) from a merchant. Domain must be authorized first. |
| scp_get_intentsB | Get shopping intents from a merchant. Domain must be authorized first. |
| scp_create_intentA | Create a new shopping intent with a merchant. Domain must be authorized with intent:create scope. |
| scp_update_intentB | Update an existing shopping intent. Domain must be authorized with intent:write scope. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| scp-usage-guide | How to use Shopper Context Protocol (SCP) tools |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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