← loam.st

INDIVIDUAL MCP TOOL

find_stores

Search LOAM-hosted stores.

loam.stnone authenticationAvailability not checked

LIVE ENDPOINT

https://loam.st/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_stores and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

loam.st

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.

Related tools

  • get_store — Resolve a LOAM store by slug or by hostname (canonical or verified custom domain).
  • browse_themes — List LOAM's design system theme presets.
  • find_products — Federated product search across every active LOAM store.