← seoulroutine.com

INDIVIDUAL MCP TOOL

search_catalog

Search the product catalogue.

seoulroutine.comnone authenticationAvailability not checked

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 endpoint

seoulroutine.com

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.seoulroutine-com]
url = "https://seoulroutine.com/api/ucp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "seoulroutine-com": {
      "type": "http",
      "url": "https://seoulroutine.com/api/ucp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "seoulroutine-com": {
      "type": "http",
      "url": "https://seoulroutine.com/api/ucp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "seoulroutine-com",
  "transport": "streamable-http",
  "url": "https://seoulroutine.com/api/ucp/mcp"
}
MCP Inspector

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

Related tools

  • lookup_catalog — Batch lookup of products by id or handle.
  • get_product — Fetch a single product by id or handle, with all variants, pricing and availability.
  • create_cart — Create a cart from a set of line items.
  • get_cart — Fetch a cart by id, priced live.
  • update_cart — Replace a cart's line items.
  • cancel_cart — Cancel a cart.
  • create_checkout — Start a checkout from a cart.
  • get_checkout — Fetch a checkout by id, including live totals and its current status.