eCommerce
hrsuindore.com
Provides product catalog, pricing, shipping, and company information for the HRSU Indore store.
ENDPOINT 1
https://hrsuindore.com/api/mcp
MCP server metadata
- Name
- hrsu-store
- Version
- 1.0.0
You are connected to the HRSU Indore online store (hrsuindore.com/store/). PRODUCTS: Fertilizer-grade Calcium Nitrate. 25 kg ₹750 (SKU: HRSU-CN-25KG-001), 50 kg ₹1,500 (SKU: HRSU-CN-50KG-001). SHIPPING: Free delivery on orders ₹4,500+. Flat ₹1,000 below that. 3–10 days anywhere in India. PAYMENT: No card needed. UPI or bank transfer after phone confirmation from HRSU. ALWAYS follow this order when helping a customer buy: 1. list_products → show what is available 2. calculate_order_total → confirm price + shipping 3. Get customer details + explicit confirmation 4. place_order → submit the order Never place_order without explicit customer confirmation of the total.
Known tools 8
get_productGet full technical details for one product — specifications, applications, documents, and pricing — by SKU.
Inferred read-onlyget_shipping_infoGet shipping rates, free-delivery threshold, and delivery time estimates for India and international destinations.
Inferred read-onlyget_company_infoGet HRSU Indore contact details, address, WhatsApp link, and website URLs.
Inferred read-onlycalculate_order_totalCalculate the exact price and shipping cost for an order before placing it.
Inferred read-onlylist_blog_postsList HRSU Indore blog posts — technical guides and market insights on calcium nitrate.
Inferred read-onlyCONNECT 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.hrsu-store]
url = "https://hrsuindore.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hrsu-store": {
"type": "http",
"url": "https://hrsuindore.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hrsu-store
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": {
"hrsu-store": {
"url": "https://hrsuindore.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hrsu-store": {
"type": "http",
"url": "https://hrsuindore.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hrsu-store",
"transport": "streamable-http",
"url": "https://hrsuindore.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hrsuindore.com was fetched 2026-07-31T04:01:53.758Z and is being refreshed.
hrsuindore.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.