eCommerce
femarelle.com
Provides product information, availability, and recommendations for Femarelle supplements.
ENDPOINT 1
https://femarelle.com/mcp
MCP server metadata
- Name
- femarelle-mcp
- Version
- 0.1.0
Public tools for Femarelle®, a line of non-hormonal supplements for perimenopause, menopause and post-menopause. Use `list_products` to browse the line, `get_product` for full details on one product, `list_availability` to find local distributors by country, and `recommend_product` to suggest a product from a list of symptoms.
Known tools 4
list_productsList all Femarelle® non-hormonal supplements with their tagline and short description.
Inferred read-onlyget_productGet full details for one Femarelle® product: tagline, intro, benefits, key ingredients and product page URL.
Inferred read-onlylist_availabilityList countries where Femarelle® is currently available, with local partner names and links.
Inferred read-onlyrecommend_productRecommend the most suitable Femarelle® product based on a list of symptoms.
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.femarelle-mcp]
url = "https://femarelle.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"femarelle-mcp": {
"type": "http",
"url": "https://femarelle.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: femarelle-mcp
Remote MCP URL: https://femarelle.com/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": {
"femarelle-mcp": {
"url": "https://femarelle.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"femarelle-mcp": {
"type": "http",
"url": "https://femarelle.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "femarelle-mcp",
"transport": "streamable-http",
"url": "https://femarelle.com/mcp"
}
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 femarelle.com was fetched 2026-08-11T03:58:29.684Z.
femarelle.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.