agent_commerce
by PR-HARIHARAN
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | PostgreSQL connection string. Defaults to local Postgres. | |
| OLLAMA_MODEL | No | The Ollama model to use. Must be exactly 'qwen2.5:7b'. | qwen2.5:7b |
| APP_SECRET_KEY | No | Used for dashboard sessions and credential encryption. Set a real random value outside development. | |
| SHOPIFY_SCOPES | No | Comma-separated list of Shopify Admin API scopes. Must include read_products, read_inventory, read_orders, write_draft_orders, read_customers. | |
| OLLAMA_BASE_URL | No | Base URL of the local Ollama server used by the agent runtime. | |
| RAZORPAY_KEY_ID | No | Razorpay test mode key ID for real payment processing. Optional; without it, money-moving tools fail with a clear configuration message. | |
| RAZORPAY_KEY_SECRET | No | Razorpay test mode key secret. Required when RAZORPAY_KEY_ID is set. | |
| SHOPIFY_SHOP_DOMAIN | No | Shopify store domain (e.g. your-store.myshopify.com) for real catalog/orders. When unset, a demo catalog is used. | |
| SHOPIFY_ACCESS_TOKEN | No | Admin API access token for the Shopify store. Required when SHOPIFY_SHOP_DOMAIN is set. | |
| RAZORPAY_WEBHOOK_SECRET | No | Secret used to verify Razorpay webhook signatures for payment reconciliation. |
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
ActivityMaintained
ResponsivenessNo issues