← Registry

eCommerce

loam.st

Search and retrieve store, theme, and product information from LOAM-hosted stores.

1 endpoint4 known toolsFirst detected August 2, 2026Last detected August 2, 2026

ENDPOINT 1

https://loam.st/api/mcp

No auth detected

MCP server metadata

Name
omit-platform-mcp
Version
0.1.0
Capabilities
tools

Known tools 4

find_stores

Search LOAM-hosted stores.

Inferred read-only
get_store

Resolve a LOAM store by slug or by hostname (canonical or verified custom domain).

Inferred read-only
browse_themes

List LOAM's design system theme presets.

Inferred read-only
find_products

Federated product search across every active LOAM store.

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.omit-platform-mcp]
url = "https://loam.st/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "omit-platform-mcp": {
      "type": "http",
      "url": "https://loam.st/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: omit-platform-mcp
Remote MCP URL: https://loam.st/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": {
    "omit-platform-mcp": {
      "url": "https://loam.st/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "omit-platform-mcp": {
      "type": "http",
      "url": "https://loam.st/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "omit-platform-mcp",
  "transport": "streamable-http",
  "url": "https://loam.st/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 loam.st was fetched 2026-08-08T09:29:08.111Z and is being refreshed.

Trust status Neutral

loam.st is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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