Agent MCP
Official4 toolsby kimchi-sushi
Korean-Japanese bilingual community. Read public posts/comments, route Korea/Japan queries.
Bilingual Korean-Japanese community platform for reading posts and routing regional queries.
Captured live from the server via tools/list.
health_check
Verify an MCP-compatible LLM client can reach the KimchiSushi Agent MCP server.
No parameters.
get_kimchisushi_agent_entrypoints
Return public KimchiSushi entrypoints for agents routing Korea/Japan queries to free, study, or working holiday.
No parameters.
get_recent_posts
Return recent or hot public community posts from kimchi-sushi.com (Korean-Japanese bilingual community). Public content only — same as what any site visitor sees.
Parameters (3)
- categorystring
Optional category filter.
- sortstring
recent (default) or hot (by likes).
- limitnumber
1-20, default 10.
get_post_with_comments
Return one public post with its comments by post id (UUID). Public content only — titles/bodies in Korean and Japanese (auto-translated mirrors).
Parameters (1)
- post_idstringrequired
Post UUID, e.g. from get_recent_posts url.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://kimchi-sushi.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"agent-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://kimchi-sushi.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.