Content Tools
mhsbloom.com
Provides neutral product information and search for dermacosmetic products from MHS BLOOM's reference.
ENDPOINT 1
https://europe-west3-mhs-bloom.cloudfunctions.net/bloomMcp
MCP server metadata
- Name
- mhs-bloom
- Version
- 1.0.0
MHS BLOOM is an independent, payment-blind skincare product reference. Use these tools to answer product/ingredient questions with neutral, descriptive facts and always cite the product's reference page. It gives no medical advice and no personal skin verdict — that lives in the app.
Known tools 4
lookup_productIdentify 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.
Inferred read-onlysearch_productsSearch MHS BLOOM's reference for products by any of: key ingredient (e.
Inferred read-onlyfind_alternativesGiven a product, return other products in the SAME category from the catalog, listed neutrally (alphabetical, never ranked).
Inferred read-onlylist_brandsList the dermacosmetic brands covered in MHS BLOOM's reference, with how many products each has.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cloudfunctions.net was fetched 2026-08-09T00:53:52.658Z and is being refreshed.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.