retail-mcp
by titi0001
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RETAIL_MCP_API_KEYS | No | JSON array of key/subject/role records | |
| RETAIL_MCP_REDIS_URL | No | Shared cache URL | |
| RETAIL_MCP_ENVIRONMENT | No | Environment: development, test, or production | |
| RETAIL_MCP_DATABASE_URL | No | PostgreSQL DSN | |
| RETAIL_MCP_DATA_BACKEND | No | Data backend: memory or postgres | |
| RETAIL_MCP_STDIO_API_KEY | No | Credential for local STDIO process | |
| RETAIL_MCP_RATE_LIMIT_PER_MINUTE | No | Per-principal application limit | |
| RETAIL_MCP_REQUEST_TIMEOUT_SECONDS | No | Dependency operation timeout |
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 |
|---|---|
| process_orderB | Create an order atomically and decrement inventory. Requires order:write. |
| update_inventoryA | Adjust inventory with validation and audit logging. Requires inventory:write. |
| create_support_ticketB | Create a customer support ticket. Requires ticket:write. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| investigate_customer_issue | Guide a support investigation without authorizing any operation. |
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/titi0001/mcp-enterprise-portfolio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server