eShopLite provides a .NET eCommerce reference application with semantic search, MCP integration, and reasoning models. It connects to Azure services and exposes APIs for product search, inventory management, and order processing. Developers use it to build AI-enhanced eCommerce solutions with pre-built models and workflows.
eShopLite provides a .NET eCommerce reference application with semantic search, MCP integration, and reasoning models. It connects to Azure services and exposes APIs for product search, inventory management, and order processing. Developers use it to build AI-enhanced eCommerce solutions with pre-built models and workflows.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"azure-samples-eshoplite-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure-samples-eshoplite-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from eShopLite?"
API Key Required
This server requires an API key from eShopLite. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ESHOPLITE_API_KEY | Yes | Your eShopLite API key |
"What resources are available in eShopLite?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in eShopLite"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in eShopLite with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.