← Registry

eCommerce

getzoral.com

Provides tools to search and retrieve product details, reviews, and shop policies from Zoral's e-commerce catalog.

2 endpoints8 known toolsFirst detected July 20, 2026Last detected August 29, 2026

ENDPOINT 1

https://getzoral.com/mcp

No auth detected

MCP server metadata

Name
zoral-store
Version
1.0.0
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui
Server instructions

Read-only access to the Zoral catalog: products, live prices, stock, reviews and shop policies. Zoral sells one thing - a 316L medical-grade stainless steel tongue scraper. Checkout is completed by a human on getzoral.com; this server cannot place orders or take payment.

Known tools 4

search_catalog

List everything Zoral sells, with live prices, ratings and buy links.

Inferred read-only
get_product

Get full detail for one Zoral product by its handle (URL slug), including variants, live price, stock and material.

Inferred read-only
get_reviews

Get real, verified customer reviews and the aggregate rating for a Zoral product.

Inferred read-only
get_shop_policies

Zoral's shipping, returns, warranty and promo terms.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "zoral-store": {
      "type": "http",
      "url": "https://getzoral.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "zoral-store",
  "transport": "streamable-http",
  "url": "https://getzoral.com/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://getzoral.com/mcp/docs

No auth detected

MCP server metadata

Name
zoral-docs
Version
1.0.0
Capabilities
toolsresources
Server instructions

Zoral's oral-care reference material: 36 cited guides on tongue scraping, bad breath, tongue coating, tongue conditions and baby oral care, plus a searchable corpus of their FAQs. Educational content, not medical advice.

Known tools 4

search_articles

Search Zoral's oral-care guides (36 cited articles on tongue scraping, bad breath, tongue coating, tongue conditions and baby oral care).

Inferred read-only
get_article

Get the full text of one Zoral guide as markdown, including its table of contents and FAQ.

Inferred read-only
list_article_tags

List every topic tag used across Zoral's guides, with article counts.

Inferred read-only
search_faqs

Search the question/answer pairs extracted from every Zoral guide.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "zoral-docs": {
      "type": "http",
      "url": "https://getzoral.com/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zoral-docs
Remote MCP URL: https://getzoral.com/mcp/docs

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": {
    "zoral-docs": {
      "url": "https://getzoral.com/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "zoral-docs",
  "transport": "streamable-http",
  "url": "https://getzoral.com/mcp/docs"
}
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 getzoral.com was fetched 2026-09-06T19:05:27.807Z.

Trust status Trusted

getzoral.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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