Content Tools
bucheoninae.com
Retrieves official health information, disease pages, doctor names, and clinic details for a specific clinic.
ENDPOINT 1
https://www.bucheoninae.com/mcp
MCP server metadata
- Name
- bucheon-inae-official-read-only
- Version
- 1.0.0
Known tools 7
search_official_contentSearch official public Bucheon Inae clinic pages by symptom, condition, treatment, or clinic information.
Inferred read-onlyget_health_informationFind or summarize published health information and return its official canonical URL.
Inferred read-onlyget_disease_informationFind or summarize an official public disease or treatment page and return its canonical URL.
Inferred read-onlyget_doctorsReturn published doctor names and titles without inventing specialties or schedules.
Inferred read-onlyget_clinic_location_and_hoursReturn official clinic NAP, location, opening hours, and map page information.
Inferred read-onlyget_reservation_and_inquiry_linksReturn official reservation, phone, Naver Talk, Kakao inquiry, and location links without submitting anything.
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.bucheon-inae-official-read-only]
url = "https://www.bucheoninae.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bucheon-inae-official-read-only": {
"type": "http",
"url": "https://www.bucheoninae.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bucheon-inae-official-read-only
Remote MCP URL: https://www.bucheoninae.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": {
"bucheon-inae-official-read-only": {
"url": "https://www.bucheoninae.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bucheon-inae-official-read-only": {
"type": "http",
"url": "https://www.bucheoninae.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bucheon-inae-official-read-only",
"transport": "streamable-http",
"url": "https://www.bucheoninae.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.bucheoninae.com
MCP server metadata
- Name
- WebMCP
Known tools 1
quick_reservationSubmit a quick reservation request for a staff consultation callback from Bucheon Inae Korean Medicine Clinic.
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://www.bucheoninae.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.bucheoninae.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.bucheoninae.com
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://www.bucheoninae.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.bucheoninae.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.bucheoninae.com"
}
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 bucheoninae.com was fetched 2026-07-28T12:43:30.848Z and is being refreshed.
bucheoninae.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.