INDIVIDUAL MCP TOOL
get_clinic_info
Get Replace Clinic's public details: address, contact, languages spoken, and key facts.
LIVE ENDPOINT
https://replaceclinic.com/mcp
Connect to this endpoint to inspect the live schema for get_clinic_info 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
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.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.
Related tools
list_treatments— List the hair-restoration treatments offered by Replace Clinic, with summaries.list_locations— List the cities and regions Replace Clinic serves, with their landing-page slugs and travel notes.get_location— Get the full public details for one served location: intro, travel logistics and local FAQs.get_consultation_link— Build a link to Replace Clinic's free evaluation form with the treatment and evaluation type pre-filled.request_consultation— Submit a free evaluation request to Replace Clinic (Lisbon) for a user.