← mhsbloom.com

INDIVIDUAL MCP TOOL

find_alternatives

Given a product, return other products in the SAME category from the catalog, listed neutrally (alphabetical, never ranked).

mhsbloom.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp

No auth detected

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

mhsbloom.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.mhs-bloom]
url = "https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mhs-bloom": {
      "type": "http",
      "url": "https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mhs-bloom
Remote MCP URL: https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp

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": {
    "mhs-bloom": {
      "url": "https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mhs-bloom": {
      "type": "http",
      "url": "https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mhs-bloom",
  "transport": "streamable-http",
  "url": "https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp"
}
MCP Inspector

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

Related tools

  • lookup_product — Identify a dermacosmetic product in MHS BLOOM's neutral reference and return its descriptive facts (brand, key ingredients, the concerns it's oriented toward, texture, fragrance, price band, who it's aimed at) plus a link to its reference page.
  • search_products — Search MHS BLOOM's reference for products by any of: key ingredient (e.
  • list_brands — List the dermacosmetic brands covered in MHS BLOOM's reference, with how many products each has.