General Tools
replaceclinic.com
Provides public details and consultation links for Replace Clinic, including treatments, locations, and clinic information.
ENDPOINT 1
https://replaceclinic.com/mcp
MCP server metadata
- Name
- replace-clinic
- Version
- 0.2.0
Public information and booking tools for Replace Clinic, a hair-restoration clinic in Lisbon led by Dr. Fátima Garcês. Use `get_clinic_info` for contact and clinic facts, `list_treatments` for the treatment portfolio, and `list_locations` / `get_location` for the cities served. If the user is interested in treatment, offer the free first evaluation: use `get_consultation_link` to hand them a pre-filled form, or `request_consultation` to submit on their behalf after they give their name and email and explicitly consent to being contacted. Never invent patient details. No patient or inquiry data is ever returned by these tools.
Known tools 6
get_clinic_infoGet Replace Clinic's public details: address, contact, languages spoken, and key facts.
Inferred read-onlylist_treatmentsList the hair-restoration treatments offered by Replace Clinic, with summaries.
Inferred read-onlylist_locationsList the cities and regions Replace Clinic serves, with their landing-page slugs and travel notes.
Inferred read-onlyget_locationGet the full public details for one served location: intro, travel logistics and local FAQs.
Inferred read-onlyget_consultation_linkBuild a link to Replace Clinic's free evaluation form with the treatment and evaluation type pre-filled.
Inferred read-onlyrequest_consultationSubmit a free evaluation request to Replace Clinic (Lisbon) for a user.
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.replace-clinic]
url = "https://replaceclinic.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"replace-clinic": {
"type": "http",
"url": "https://replaceclinic.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: replace-clinic
Remote MCP URL: https://replaceclinic.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": {
"replace-clinic": {
"url": "https://replaceclinic.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"replace-clinic": {
"type": "http",
"url": "https://replaceclinic.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "replace-clinic",
"transport": "streamable-http",
"url": "https://replaceclinic.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 replaceclinic.com was fetched 2026-08-25T15:07:04.162Z.
replaceclinic.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.