UCP MCP Storefront
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | Search the product catalog. Args: query: Free-text search query (matches title, description, tags). max_price: Maximum price in cents (e.g. 10000 = $100.00). Optional. category: Filter by tag/category. Optional. Returns a UCP catalog search response with matching products. |
| get_productA | Get full product details by ID. Args: product_id: The product identifier (e.g. "prod_001"). Returns a UCP get_product response, or an error message if not found. |
| create_cartA | Create a new empty shopping cart. Returns a UCP cart response with a unique cart ID (crt_...). |
| add_to_cartA | Add a product to an existing cart. Args: cart_id: The cart identifier (e.g. "crt_..."). product_id: The product identifier (e.g. "prod_001"). quantity: Number of units to add (default 1). Validates that the product exists and has sufficient inventory. Returns the updated UCP cart, or an error message on failure. |
| view_cartA | View the current contents of a cart. Args: cart_id: The cart identifier (e.g. "crt_..."). Returns the UCP cart with line items and running totals (in cents). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/ZaynTawfik/mcpforucp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server