← hrsuindore.com

INDIVIDUAL MCP TOOL

place_order

Place an order for Calcium Nitrate from HRSU Indore.

hrsuindore.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

hrsuindore.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.hrsuindore-com]
url = "https://hrsuindore.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: hrsuindore-com
Remote MCP URL: https://hrsuindore.com/api/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": {
    "hrsuindore-com": {
      "url": "https://hrsuindore.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_products — List all products available in the HRSU Indore store.
  • get_product — Get full technical details for one product — specifications, applications, documents, and pricing — by SKU.
  • get_shipping_info — Get shipping rates, free-delivery threshold, and delivery time estimates for India and international destinations.
  • get_company_info — Get HRSU Indore contact details, address, WhatsApp link, and website URLs.
  • calculate_order_total — Calculate the exact price and shipping cost for an order before placing it.