← Registry

eCommerce

happynol.com

Provides product catalog search, details, delivery checking, and order status for an e-commerce platform.

1 endpoint7 known toolsFirst detected May 11, 2026Last detected August 24, 2026

ENDPOINT 1

https://shop.happynol.com/api/mcp

No auth detected

MCP server metadata

Name
happynol-shop
Version
1.2.0
Capabilities
tools
Server instructions

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

search_products

Search HappyNoL Shop product catalog.

Inferred read-only
get_product

Get complete product details including specifications, GEO-rich content (highlights, pros/cons, how-to-use, FAQs), images, brand info, and pricing.

Inferred read-only
get_categories

List all product categories and sub-categories with product counts.

Inferred read-only
check_delivery

Check delivery availability and estimated arrival for a given Indian PIN code.

Inferred read-only
get_order_status

Check the status and tracking information for an order by order number (e.g.

Inferred read-only
add_to_cart

Validate a product can be added to cart (checks stock availability).

Inferred read-only
initiate_checkout

Create an order preview with price breakdown (subtotal, GST, shipping, grand total in INR).

Potential side effects

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

Trust status Trusted

happynol.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.