← Registry

General Tools

chenpodiatry.com

An MCP server for Chen Podiatry that provides clinic details, services, foot problem categories, appointment booking guidance, and directions.

WebMCP1 endpoint6 known toolsFirst detected September 12, 2026Last detected September 12, 2026

ENDPOINT 1

https://chenpodiatry.com/en

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 6

get_clinic_info

Get Chen Podiatry clinic details: address, phone, email, hours, practitioner name, and accepted payment methods.

Potential side effects
list_services

List all podiatry services offered by Chen Podiatry, with links to detail pages.

Inferred read-only
list_foot_problems

List all foot problem categories treated at Chen Podiatry, with links to category pages.

Inferred read-only
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.

Inferred read-only
get_directions

Get the clinic address and a Google Maps link for directions to Chen Podiatry in downtown Montreal.

Inferred read-only
navigate_to_page

Navigate to a specific page on the Chen Podiatry website. Valid pages: home, services, problems, about-faq, book-appointment, contact.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.