Enterprise Commerce MCPs
Provides MCP integration for React portals, allowing interaction with their HTTP APIs.
Provides MCP integration for Spring Boot services, allowing interaction with their HTTP APIs.
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., "@Enterprise Commerce MCPsshow me the latest orders from the storefront"
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.
Enterprise Commerce MCPs
Public open-source project owned by Pawan Gunjkar (pawangunjkar@gmail.com · GitHub). MIT licensed. See OWNER.md and LICENSE.
Standalone Python MCP project. It is not part of enterprise-commerce-suite. Each Spring Boot service and each React portal has its own FastMCP server that calls that application's HTTP API.
LangGraph operators that consume these MCPs live in the sibling repo enterprise-commerce-agents.
Install
cd enterprise-commerce-mcps
python -m venv .venv
.venv\Scripts\activate
pip install -e .Related MCP server: swaggbot
Run one server (stdio)
ecs-mcp-product-service
ecs-mcp-gst-tax-engine
ecs-mcp-ecommerce-storefront-portalOverride the target URL if you go through the gateway:
set ECS_GATEWAY_URL=http://localhost:8080
set ECS_SERVICE_URL=http://localhost:8080
ecs-mcp-product-serviceOptional: ECS_BEARER_TOKEN, ECS_TENANT_ID.
Cursor MCP config
Copy entries from cursor-mcp.example.json into Cursor MCP settings. Start with the six portal servers plus GST, product, cart, and payment; add more as needed. All 54 names are listed in mcp-servers.txt.
Layout
src/ecs_mcp_core/— shared HTTP clientsrc/ecs_mcps/— one module per applicationtools/generate_mcps.py— regenerates the per-app servers from the API map
Owner
Name: Pawan Gunjkar
Email: pawangunjkar@gmail.com
GitHub: https://github.com/Pawangunjkar
Visibility: public open source (MIT)
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
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Multi-tenant MCP gateway for AI commerce. One connection, every store.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to interact with the commercetools Composable Commerce platform. It provides tools for managing products, categories, orders, carts, and customer data through secure read and write operations.13MIT
- AlicenseNot gradedqualityDmaintenanceTransforms Swagger/OpenAPI documented APIs into conversational interfaces, enabling natural language interaction with APIs through an MCP server for use with AI assistants.4MIT

boltcheckoutofficial
FlicenseNot gradedqualityFmaintenanceMCP server enabling natural language interaction with the Bolt API for managing transactions, orders, product catalog, configuration, and testing.-- AlicenseNot gradedqualityDmaintenanceA configurable MCP server that intelligently routes natural language queries to the appropriate microservice endpoint based on user-defined service configurations.12MIT