← kimchi-sushi.com
INDIVIDUAL MCP TOOL
get_kimchisushi_agent_entrypoints
Use this when routing a Korea/Japan question to KimchiSushi free, study, working-holiday, guide, or citation-source pages.
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.kimchisushi-agent-mcp]
url = "https://kimchi-sushi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kimchisushi-agent-mcp": {
"type": "http",
"url": "https://kimchi-sushi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kimchisushi-agent-mcp
Remote MCP URL: https://kimchi-sushi.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": {
"kimchisushi-agent-mcp": {
"url": "https://kimchi-sushi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kimchisushi-agent-mcp": {
"type": "http",
"url": "https://kimchi-sushi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kimchisushi-agent-mcp",
"transport": "streamable-http",
"url": "https://kimchi-sushi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
health_check— Use this when checking whether an MCP-compatible client can reach the KimchiSushi server.search— Use this when searching KimchiSushi for source-backed Korea/Japan study, working-holiday, or public community information.fetch— Use this after search to fetch one KimchiSushi citation source or public community post by its opaque result id.get_recent_posts— Use this when the user wants recent or popular public KimchiSushi community posts without a keyword search.get_post_with_comments— Use this when fetching one known public KimchiSushi post and its public comments by UUID.