ecommerce-store-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ecommerce-store-mcpshow me all products under $50"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ecommerce-store-mcp
ecommerce-store-mcp is a Model Context Protocol (MCP) server built with Node.js that offers intelligent ecommerce tools for agents and applications. It enables contextual access to product catalogs, and store policies.
Features
🔍 List and retrieve product information
➕ Add products
📄 Display ecommerce shopping policies
🤖 Context-aware support for AI agents as a FAQ resource
Related MCP server: Mercora
Getting Started
Prerequisites
Node.js (v18 or later)
npm
Cluade desktop, or VSCode (tools only)
Installation
git clone https://github.com/your-username/ecommerce-store-mcp.git
cd ecommerce-store-mcp
npm install
npm run buildActivating MCP
Cluade
{
"mcpServers": {
"ecommerce-store-mcp": {
"command": "${PATH_TO_NODE}",
"args": [
"${PATH_TO_MCP_SERVER_DIR}/ecommerce-store-mcp/build/index.js"
],
"env": { "API_BASE_URL": "https://fakestoreapi.com" }
}
}
}Inspector
npx @modelcontextprotocol/inspector ${PATH_TO_NODE} build/index.jsThen in the browser: http://127.0.0.1:6274/
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Agent-native commerce with trusted catalog, durable carts, and Stripe Checkout via MCP and UCP.
Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop.
Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics.
AI shopping gateway for product search, inventory, carts, and merchant-hosted checkout.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform e-commerce operations including product search, budget-constrained shopping recommendations, and sustainability analysis. Includes a secure HTTP bridge with OAuth integration and observability features for production deployment.-
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to discover products, build carts, and complete purchases across multiple downstream commerce services through a secure, contract-driven API.-
- FlicenseNot gradedqualityDmaintenanceEnables e-commerce shopping assistant capabilities including product search, cart management, payment processing, and order fulfillment via MCP tools.-
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to browse product catalogs, search products with filters, and initiate checkouts, generating order summaries and checkout URLs.-
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/khesayed/ecommerce-store-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server