Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"eshop-mcp-server-v1": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
No description provided.
This server is thin — proceed with caution. Help improve this page →
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for EShop.MCP.Server.V1 and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This is a demonstration of Model Context Protocol (MCP) integration with e-commerce applications. Here's what the projects accomplish and why they're valuable for learning MCP:
This approach lets you:
The demo shows that MCP isn't just about adding a chat panel to your site—it's about creating true AI agents that can perform complex, multi-step operations.
Create MCP Server from this repo and to make the published exe,
dotnet publish -c Release -o .\bin\publish
Included is the mcp.json so that one can utilize VSCode as the MCP host.
{
"servers": {
"eshop": {
"command": "C:\\Projects\\MCP\\eShop.MCP.Server\\bin\\publish\\eShop.MCP.Server.exe",
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
Clone https://github.com/dotnet/eShop and run it
dotnet run --project src/eShop.AppHost/eShop.AppHost.csproj
Make sure that you would have to run docker to run the eShop.