← remode.app

INDIVIDUAL MCP TOOL

find_fashion_items

Identify, compare, and shop fashion from an image or link.

remode.appnone 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

remode.app

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.remode-assistant]
url = "https://remode-assistant-mcp.onrender.com/mcp?platform=mcp_registry"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "remode-assistant": {
      "type": "http",
      "url": "https://remode-assistant-mcp.onrender.com/mcp?platform=mcp_registry"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: remode-assistant
Remote MCP URL: https://remode-assistant-mcp.onrender.com/mcp?platform=mcp_registry

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": {
    "remode-assistant": {
      "url": "https://remode-assistant-mcp.onrender.com/mcp?platform=mcp_registry"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "remode-assistant": {
      "type": "http",
      "url": "https://remode-assistant-mcp.onrender.com/mcp?platform=mcp_registry"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "remode-assistant",
  "transport": "streamable-http",
  "url": "https://remode-assistant-mcp.onrender.com/mcp?platform=mcp_registry"
}
MCP Inspector

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

Related tools

No related indexed tools.