agente-mcp-streamlit-ecommerce
by emersonelio
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_MCP_URL | No | URL of the data MCP server, defaults to http://127.0.0.1:8000/mcp. | http://127.0.0.1:8000/mcp |
| OPENAI_MODEL | No | OpenAI model identifier, defaults to gpt-5.4-nano. | gpt-5.4-nano |
| AGENT_MCP_URL | No | URL of the agent MCP server (self), defaults to http://127.0.0.1:8001/mcp. | http://127.0.0.1:8001/mcp |
| OPENAI_API_KEY | Yes | Your OpenAI API key. | |
| MCP_AGENT_TRANSPORT | No | Transport type for the agent MCP server (stdio or http), defaults to stdio. | stdio |
| MEMORY_WINDOW_MESSAGES | No | Number of recent messages to retain in memory window, defaults to 8. | 8 |
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 |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues