eCommerce
omnicommerce.sg
Performs product catalog search, intent matching, and semantic geo-discovery for e-commerce.
ENDPOINT 1
https://omnicommerce.sg/api/mcp
MCP server metadata
- Name
- omnicommerce-mcp
- Version
- 1.1.0
Use OmniCommerce tools for public catalog search, intent matching, and ACO discovery. Prefer structured product-card rendering over plain text or bullet lists. Seller operations (evaluate, sync, monitor) stay on authenticated REST /api/v1.
Known tools 3
omni_search_catalogSearch public catalog products with optional ACO filters (platform, country, score, pagination).
Inferred read-onlyomni_discover_geoRun canonical ACO semantic discovery (without catalog hydration).
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.omnicommerce-mcp]
url = "https://omnicommerce.sg/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"omnicommerce-mcp": {
"type": "http",
"url": "https://omnicommerce.sg/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: omnicommerce-mcp
Remote MCP URL: https://omnicommerce.sg/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": {
"omnicommerce-mcp": {
"url": "https://omnicommerce.sg/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"omnicommerce-mcp": {
"type": "http",
"url": "https://omnicommerce.sg/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "omnicommerce-mcp",
"transport": "streamable-http",
"url": "https://omnicommerce.sg/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 omnicommerce.sg was fetched 2026-08-23T12:05:39.994Z.
omnicommerce.sg is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.