← magokbestdent-blog.com

INDIVIDUAL MCP TOOL

get_site_info

마곡베스트치과의원의 기본 정보(이름·설명·업종·주소·연락처·영업시간·언어·주요 링크)를 반환합니다.

magokbestdent-blog.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://magokbestdent-blog.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_site_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

magokbestdent-blog.com

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.mcp-server]
url = "https://magokbestdent-blog.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "type": "http",
      "url": "https://magokbestdent-blog.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-server
Remote MCP URL: https://magokbestdent-blog.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": {
    "mcp-server": {
      "url": "https://magokbestdent-blog.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://magokbestdent-blog.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-server",
  "transport": "streamable-http",
  "url": "https://magokbestdent-blog.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_pages — 공개 페이지 목록(제목·경로·설명·종류)을 반환합니다.
  • read_page — 페이지 경로("/about" 등)의 본문을 Markdown으로 반환합니다.