eCommerce
getzoral.com
Provides tools to search and retrieve product details, reviews, and shop policies from Zoral's e-commerce catalog.
ENDPOINT 1
https://getzoral.com/mcp
MCP server metadata
- Name
- zoral-store
- Version
- 1.0.0
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_catalogList everything Zoral sells, with live prices, ratings and buy links.
Inferred read-onlyget_productGet full detail for one Zoral product by its handle (URL slug), including variants, live price, stock and material.
Inferred read-onlyget_reviewsGet real, verified customer reviews and the aggregate rating for a Zoral product.
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.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
MCP server metadata
- Name
- zoral-docs
- Version
- 1.0.0
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_articlesSearch Zoral's oral-care guides (36 cited articles on tongue scraping, bad breath, tongue coating, tongue conditions and baby oral care).
Inferred read-onlyget_articleGet the full text of one Zoral guide as markdown, including its table of contents and FAQ.
Inferred read-onlylist_article_tagsList every topic tag used across Zoral's guides, with article counts.
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.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.
getzoral.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.