← atockorea.com
INDIVIDUAL MCP TOOL
search_tours
Search AtoC Korea's catalogue of private & small-group Korea day tours.
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 endpoint
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.atockorea-com]
url = "https://www.atockorea.com/api/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atockorea-com": {
"type": "http",
"url": "https://www.atockorea.com/api/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atockorea-com
Remote MCP URL: https://www.atockorea.com/api/agent/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": {
"atockorea-com": {
"url": "https://www.atockorea.com/api/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atockorea-com": {
"type": "http",
"url": "https://www.atockorea.com/api/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atockorea-com",
"transport": "streamable-http",
"url": "https://www.atockorea.com/api/agent/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_tour— Get the full record for one tour by its slug.check_availability— Best-effort, read-only availability for a tour on a date.quote_price— Get a signed price quote for a tour on a date and party size.create_booking— Exchange a quote_token for a hosted checkout URL.