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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/PR-HARIHARAN/agent_commerce'
If you have feedback or need assistance with the MCP directory API, please join our Discord server