← travelplanningguide.com
INDIVIDUAL MCP TOOL
get_site_info
Bilocate의 기본 정보(이름·설명·업종·주소·연락처·영업시간·언어·주요 링크)를 반환합니다.
LIVE ENDPOINT
https://travelplanningguide.com/mcp
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
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.bilocate]
url = "https://travelplanningguide.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bilocate": {
"type": "http",
"url": "https://travelplanningguide.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bilocate
Remote MCP URL: https://travelplanningguide.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": {
"bilocate": {
"url": "https://travelplanningguide.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bilocate": {
"type": "http",
"url": "https://travelplanningguide.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bilocate",
"transport": "streamable-http",
"url": "https://travelplanningguide.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으로 반환합니다.list_posts— 게시판의 최신 글 목록(제목·URL·작성일)을 반환합니다.