General Tools
chenpodiatry.com
An MCP server for Chen Podiatry that provides clinic details, services, foot problem categories, appointment booking guidance, and directions.
ENDPOINT 1
https://chenpodiatry.com/en
MCP server metadata
- Name
- WebMCP
Known tools 6
get_clinic_infoGet Chen Podiatry clinic details: address, phone, email, hours, practitioner name, and accepted payment methods.
Potential side effectslist_servicesList all podiatry services offered by Chen Podiatry, with links to detail pages.
Inferred read-onlylist_foot_problemsList all foot problem categories treated at Chen Podiatry, with links to category pages.
Inferred read-onlybook_appointmentNavigate 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.
Inferred read-onlyget_directionsGet the clinic address and a Google Maps link for directions to Chen Podiatry in downtown Montreal.
Inferred read-onlynavigate_to_pageNavigate to a specific page on the Chen Podiatry website. Valid pages: home, services, problems, about-faq, book-appointment, contact.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.