← quickcommerceapi.com

INDIVIDUAL MCP TOOL

group_search

Search products across MULTIPLE platforms in one call.

quickcommerceapi.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

quickcommerceapi.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.quickcommerceapi-com]
url = "https://api.quickcommerceapi.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quickcommerceapi-com": {
      "type": "http",
      "url": "https://api.quickcommerceapi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quickcommerceapi-com
Remote MCP URL: https://api.quickcommerceapi.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "quickcommerceapi-com": {
      "url": "https://api.quickcommerceapi.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quickcommerceapi-com": {
      "type": "http",
      "url": "https://api.quickcommerceapi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quickcommerceapi-com",
  "transport": "streamable-http",
  "url": "https://api.quickcommerceapi.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search for products on a quick commerce platform by keyword and location.
  • get_item_details — Get real-time price, stock, and availability for a specific product.
  • check_delivery_eta — Get estimated delivery time and store availability for a platform.
  • group_eta — Get delivery ETAs from MULTIPLE platforms in one call.
  • check_credits — Check your remaining QuickCommerce API credits.
  • list_platforms — List all 7 supported quick commerce platforms.
  • list_api_history — List your past API calls (search, item, eta, etc.) for this account only.
  • get_api_history_response — Get the stored JSON response for one of your past API calls.