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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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