INDIVIDUAL MCP TOOL
get_clinic_info
Get Chen Podiatry clinic details: address, phone, email, hours, practitioner name, and accepted payment methods.
LIVE ENDPOINT
https://chenpodiatry.com/en
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
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
- A tool name or description suggests a financial action.
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.webmcp]
url = "https://chenpodiatry.com/en"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://chenpodiatry.com/en"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://chenpodiatry.com/en
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": {
"webmcp": {
"url": "https://chenpodiatry.com/en"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://chenpodiatry.com/en"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://chenpodiatry.com/en"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List all podiatry services offered by Chen Podiatry, with links to detail pages.list_foot_problems— List all foot problem categories treated at Chen Podiatry, with links to category pages.book_appointment— Navigate the user to the online appointment booking page and provide step-by-step guidance. The booking form is hosted by Medexa (third-party) inside an iframe that the agent cannot interact with directly — guide the user verbally instead.get_directions— Get the clinic address and a Google Maps link for directions to Chen Podiatry in downtown Montreal.navigate_to_page— Navigate to a specific page on the Chen Podiatry website. Valid pages: home, services, problems, about-faq, book-appointment, contact.