What is MCP?

Model Context Protocol (MCP) is an open standard developed by Anthropic, the company behind Claude. While it may sound technical, but the core idea is simple: give AI agents a consistent way to connect with tools, services, and data — no matter where they live or how they’re built.

MCP is a big leap forward in how AI agents operate. Instead of just answering questions, agents can now perform useful, multi-step tasks — like retrieving data, summarizing documents, or saving content to a file.

Why it matters?

Before MCP, each of those actions required a unique API, custom logic, and developer time to glue it all together.

With MCP, it’s plug-and-play. Agents can send structured requests to any MCP-compatible tool, get results back in real time, and even chain multiple tools together — without needing to know the specifics ahead of time.

In short: MCP replaces one-off hacks with a unified, real-time protocol built for autonomous agents.

MCP Servers

An MCP server is like a smart adapter for a tool or app. It knows how to take a request from an AI (like “Get today’s sales report”) and translate it into the commands that tool understands.

For example:

  • A GitHub MCP server might turn “list my open pull requests” into a GitHub API call.
  • A File MCP server might take “save this summary as a text file” and write it to your desktop.
  • A YouTube MCP server could transcribe video links on demand.

MCP servers also:

  • Tell the AI what they can do (tool discovery)
  • Interpret and run commands
  • Format results the AI can understand
  • Handle errors and give meaningful feedback

MCP Architecture

MCP Clients

On the other side, an MCP client lives inside the AI assistant or app (like Infosys Equinox MCPs). When the AI wants to use a tool, it goes through this client to talk to the matching server.

Why does MCP Matter?

Depending on where you sit in the ecosystem, MCP can have a range of benefits.

Developers: MCP reduces development time and complexity when building, or integrating with, an AI application or agent.

AI applications or agents: MCP provides access to an ecosystem of data sources, tools and apps which will enhance capabilities and improve the end-user experience.

End-users: MCP results in more capable AI applications or agents which can access your data and take actions on your behalf when necessary.

How it Works?

This server allows your service or agent to:

  • Perform specific related actions (e.g., catalog management, promotion management, storefront operations etc.)
  • Respond to user/system triggers
  • Integrate with other MCPs for orchestrated workflows

 Example Flow

  • A request is initiated by the user or system.
  • The MCP server processes the request and returns structured data.
  • The frontend or downstream service consumes the response. 

Step 1: Equinox MCP Servers Access Request

Infosys Equinox MCP servers support service-specific tasks by providing on-demand access to MCP tools. Use the corresponding cloud environment URLs to explore, test, and validate the features of each MCP server.

Equinox MCP servers require authenticated access. To request authorization, contact the Equinox Developer Portal team at devportal@infosysequinox.com.

Step 2: Connection Details

To enable communication between AI agents and backend services, each MCP server is exposed via a standardized endpoint using the following URL format:

Base URL: https://<Domain>/<mcp-name>/mcp

For example, https://eq-cloud-mcpgw.equinox.shop/catalog/mcp

Following are the examples for Catalog MCP. Taking reference, you can connect any other MCPs.

For VSCode

Use the following request format to call the MCP tools in VSCode.

Note: Add the following configuration to .vscode/mcp.json:

{
    "servers": {
        "catalog": {
            "type": "http",
            "url": "https://eq-cloud-mcpgw.equinox.shop/catalog/mcp"
        }
    }
}

Claude Desktop

Use the following request format to call the MCP tools in Claude.

Note: Add the following configuration to claude_desktop_config.json

{
    "mcpServers": {
        "catalog": {
            "url": "https://eq-cloud-mcpgw.equinox.shop/catalog/mcp"
        }
    }
}

Similarly, you can host MCP as per instructions from other tools.

Cursor

Use the following request format to call the MCP tools in Cursor.

Note: Add the following configuration ~/.cursor/mcp.json

{
    "mcpServers": {
        "catalog": {
            "url": "https://eq-cloud-mcpgw.equinox.shop/catalog/mcp"
        }
    }
}

Step 3: Accessing the MCP Tool Request Format

{
  "method": "tools/call",
  "params": {
    "name": "tool name",
    "arguments": {
      "arg1": "arg1 value",
      "arg2": "arg2 value",
      "x-auth-token": ""
    }
  }
}

List of MCP Server URLs

The table below outlines all MCP service names along with their corresponding MCP server URLs:

Sl. # MCP Name MCP Cloud URL Purpose
1. admin https://eq-cloud-mcpgw.equinox.shop/admin/mcp

The Equinox Admin Orchestration MCP server manages users, inventory, payments, loyalty, catalog, and promotions; supports comprehensive, scalable operations. For more information, see Model Context Protocol – Admin Orchestration.

2. orchestration https://eq-cloud-mcpgw.equinox.shop/orchestration/mcp

The Equinox Storefront Orchestration MCP server manages orchestration across accounts, subscriptions, orders, payments, customer profiles, and inventory; supports end‑to‑end e‑commerce workflows. For more information, see Model Context Protocol – Storefront Orchestration.

3. account

https://eq-cloud-mcpgw.equinox.shop/account/mcp

The Equinox Accounts MCP server manages collections, accounts, contracts, payments, workflows, and caching. For more information, see Model Context Protocol – Accounts.
4.

catalog

https://eq-cloud-mcpgw.equinox.shop/catalog/mcp The Equinox Catalog MCP server manages catalog, project, product, and attribute data; supports CRUD, caching, localization, and reporting. For more information, see Model Context Protocol – Catalog.
5. address https://eq-cloud-mcpgw.equinox.shop/address/mcp

The Equinox Address MCP server manages address data, roles, privileges, and caching. For more information, see Model Context Protocol – Address.

6. auth https://eq-cloud-mcpgw.equinox.shop/auth/mcp

The Equinox Authorization MCP server manages roles, privileges, sessions, collections, and authentication; supports access control and caching. For more information, see Model Context Protocol – Authorization.

7. cart https://eq-cloud-mcpgw.equinox.shop/cart/mcp

The Equinox Cart MCP server manages carts, items, shipping, promotions, payments, loyalty, and caching. For more information, see Model Context Protocol – Cart.

8.

inventory https://eq-cloud-mcpgw.equinox.shop/inventory/mcp

The Equinox Inventory MCP server manages inventory, collections, bins, transactions, caching, and privileges; supports real-time updates, reporting, and efficient organization. For more information, see Model Context Protocol – Inventory.

9. list https://eq-cloud-mcpgw.equinox.shop/list/mcp

The Equinox List MCP server manages lists, collections, caching, and privileges; supports updates, retrieval, synchronization, and error handling. For more information, see Model Context Protocol – Lists.

10. notification https://eq-cloud-mcpgw.equinox.shop/notification/mcp The Equinox Notification MCP server manages collections, events, actions, notifications, caching, and configurations; supports retrieval, updates, and error handling. For more information, see Model Context Protocol – Notification.
11. oms https://eq-cloud-mcpgw.equinox.shop/oms/mcp The Equinox Order MCP server manages orders and collections; supports CRUD, caching, notifications, reporting, and integrations. For more information, see Model Context Protocol – Order.
       
12. payment https://eq-cloud-mcpgw.equinox.shop/payment/mcp

The Equinox Payment MCP server manages payments, transactions, collections, and providers; supports secure processing, role-based access, filtering, and error handling. For more information, see Model Context Protocol – Payment.

13. ratingsreviews https://eq-cloud-mcpgw.equinox.shop/ratingsreviews/mcp

The Equinox Ratings & Reviews MCP server manages collections, questions, answers, ratings, reviews, caching, and privileges; supports integration and data quality. For more information, see Model Context Protocol – Ratings and Reviews.

14. report https://eq-cloud-mcpgw.equinox.shop/report/mcp

The Equinox Reporting MCP server manages collections, reports, caching, and privileges; supports secure retrieval and updates for workflows. For more information, see Model Context Protocol – Reporting.

15. shipping https://eq-cloud-mcpgw.equinox.shop/shipping/mcp

The Equinox Shipping MCP server manages shipping options, tiers, labels, tracking, costs, collections, and caching; supports privilege control and streamlined operations. For more information, see Model Context Protocol – Shipping.

16. subscription https://eq-cloud-mcpgw.equinox.shop/subscription/mcp

The Equinox Subscription MCP server manages collections, subscriptions, instances, transactions, caching, and user preferences; supports customization, efficient data handling, and error management. For more information, see Model Context Protocol – Subscription.

17. tax https://eq-cloud-mcpgw.equinox.shop/tax/mcp

The Equinox Tax MCP server manages collections, transactions, tax calculations, caching, and privileges; supports integration, efficient data handling, and microservice interoperability. For more information, see Model Context Protocol – Tax.

18. user https://eq-cloud-mcpgw.equinox.shop/user/mcp

The Equinox Customers MCP server manages profiles, consents, security, attributes, and configurations; supports secure operations and personalization. For more information, see Model Context Protocol – Customers (User).

19. foundation https://eq-cloud-mcpgw.equinox.shop/foundation/mcp

The Equinox Foundation MCP server manages user presets, templates, stores, associations, site data, sellers, businesses, caching, and configurations; supports integration, efficient data handling, and streamlined workflows. For more information, see Model Context Protocol – Foundation.

20. location https://eq-cloud-mcpgw.equinox.shop/location/mcp

The Equinox Location MCP server manages locations, events, collections, caching, and privileges; supports CRUD with parameters and detailed responses. For more information, see Model Context Protocol – Location.

21. loyalty https://eq-cloud-mcpgw.equinox.shop/loyalty/mcp

The Equinox Loyalty MCP server manages rule engines, programs, campaigns, transactions, collections, and caching; supports automation and analytics. For more information, see Model Context Protocol – Loyalty.

22. appmarketplace https://eq-cloud-mcpgw.equinox.shop/appmarketplace/mcp The Equinox App Marketplace MCP server manages app configurations, pricing, installations, webhooks, caching, and business associations. For more information, see Model Context Protocol – App Marketplace.
23. merchandise https://eq-cloud-mcpgw.equinox.shop/merchandise/mcp The Equinox Merchandise MCP server manages projects, categories, milestones, collections, and creative assets; supports retrieval, edits, filtering, sorting, and locales. For more information, see Model Context Protocol – Merchandising.
24. price https://eq-cloud-mcpgw.equinox.shop/price/mcp

The Equinox Price MCP server manages prices and collections; supports caching, rule-based configurations, localization, and error handling. For more information, see Model Context Protocol – Pricing.

25. promotion https://eq-cloud-mcpgw.equinox.shop/promotion/mcp

The Equinox Promotion MCP server manages promotions, collections, projects and more offering capabilities; supports CRUD, validation, filtering, sorting, pagination, caching, and versioning. For more information, see Model Context Protocol – Promotions.

26. search https://eq-cloud-mcpgw.equinox.shop/search/mcp

The Equinox Search MCP server manages data, configurations, optimization, and caching; supports integration, customization, and scalability. For more information, see Model Context Protocol – Search.


Revision History

2026-01-22 | JP – Updated Cloud URL details
2025-09-23 | JP – Page created and content added