← happynol.com
INDIVIDUAL MCP TOOL
initiate_checkout
Create an order preview with price breakdown (subtotal, GST, shipping, grand total in INR).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.happynol-com]
url = "https://shop.happynol.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"happynol-com": {
"type": "http",
"url": "https://shop.happynol.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: happynol-com
Remote MCP URL: https://shop.happynol.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": {
"happynol-com": {
"url": "https://shop.happynol.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"happynol-com": {
"type": "http",
"url": "https://shop.happynol.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "happynol-com",
"transport": "streamable-http",
"url": "https://shop.happynol.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search HappyNoL Shop product catalog.get_product— Get complete product details including specifications, GEO-rich content (highlights, pros/cons, how-to-use, FAQs), images, brand info, and pricing.get_categories— List all product categories and sub-categories with product counts.check_delivery— Check delivery availability and estimated arrival for a given Indian PIN code.get_order_status— Check the status and tracking information for an order by order number (e.g.add_to_cart— Validate a product can be added to cart (checks stock availability).