eCommerce
happynol.com
Provides product catalog search, details, delivery checking, and order status for an e-commerce platform.
ENDPOINT 1
https://shop.happynol.com/api/mcp
MCP server metadata
- Name
- happynol-shop
- Version
- 1.2.0
HappyNoL Shop MCP server for agentic commerce. Category-agnostic Indian D2C marketplace curating products from verified MSME brands. All prices in INR, inclusive of GST. Free shipping on prepaid orders. Use get_order_status to help users track their orders.
Known tools 7
get_productGet complete product details including specifications, GEO-rich content (highlights, pros/cons, how-to-use, FAQs), images, brand info, and pricing.
Inferred read-onlycheck_deliveryCheck delivery availability and estimated arrival for a given Indian PIN code.
Inferred read-onlyget_order_statusCheck the status and tracking information for an order by order number (e.g.
Inferred read-onlyinitiate_checkoutCreate an order preview with price breakdown (subtotal, GST, shipping, grand total in INR).
Potential side effectsCONNECT 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-shop]
url = "https://shop.happynol.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"happynol-shop": {
"type": "http",
"url": "https://shop.happynol.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: happynol-shop
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-shop": {
"url": "https://shop.happynol.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"happynol-shop": {
"type": "http",
"url": "https://shop.happynol.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "happynol-shop",
"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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for happynol.com was fetched 2026-09-19T06:01:11.049Z.
happynol.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.