← befluid.xyz

INDIVIDUAL MCP TOOL

list_looks

List the curated Fluid looks with their share and embed links.

befluid.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://befluid.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_looks 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

befluid.xyz

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.fluid]
url = "https://befluid.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fluid": {
      "type": "http",
      "url": "https://befluid.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fluid
Remote MCP URL: https://befluid.xyz/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": {
    "fluid": {
      "url": "https://befluid.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fluid": {
      "type": "http",
      "url": "https://befluid.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fluid",
  "transport": "streamable-http",
  "url": "https://befluid.xyz/mcp"
}
MCP Inspector

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

Related tools

  • create_piece — Create a Fluid generative-art piece (thermal/iridescent photo-melt shader art).
  • get_embed_code — Turn a Fluid share URL into ready-to-paste site code: a native <fluid-bg> web-component snippet (CDN one-liner, renders on a canvas in the page — no iframe), a React version, and a dependency-free iframe fallback.
  • get_seed_of_the_day — Get Fluid's piece of the day: one design per UTC day, identical for every visitor, derived from the date alone.
  • decode_link — Decode a Fluid share/embed URL into named parameters (for remixing).