Skip to main content
Glama
ZaynTawfik

UCP MCP Storefront

by ZaynTawfik

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/ZaynTawfik/mcpforucp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server