← Registry

Design

befluid.xyz

Create and embed Fluid generative-art pieces, including fetching embed code, curated looks, and daily seed art.

1 endpoint5 known toolsFirst detected September 8, 2026Last detected September 8, 2026

ENDPOINT 1

https://befluid.xyz/mcp

No auth detected

MCP server metadata

Name
fluid
Version
1.0.0
Capabilities
tools
Server instructions

Designs Fluid generative backgrounds / wallpapers / OG images as share links and live embeds. create_piece designs one, get_embed_code turns its share_url into copy-paste site code (native <fluid-bg> web component, React, or iframe), list_looks gives curated starting points, decode_link reads params back out of a URL. Static image files are exported in the visitor’s browser from share_url — there is no render API.

Known tools 5

create_piece

Create a Fluid generative-art piece (thermal/iridescent photo-melt shader art).

Potential side effects
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.

Inferred read-only
list_looks

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

Inferred read-only
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.

Inferred read-only
decode_link

Decode a Fluid share/embed URL into named parameters (for remixing).

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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