What is the app.sallim/korea-stay MCP server?
Korean lodging: 84,490 stays from 4 government permit ledgers + KTO TourAPI, honest gaps
How to install app.sallim/korea-stay
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"korea-stay": {
"url": "https://stay.sallim.app/mcp?via=official"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"korea-stay": {
"serverUrl": "https://stay.sallim.app/mcp?via=official"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"korea-stay": {
"type": "http",
"url": "https://stay.sallim.app/mcp?via=official"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"korea-stay": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stay.sallim.app/mcp?via=official"
]
}
}
}Claude Code
claude mcp add --transport http korea-stay https://stay.sallim.app/mcp?via=officialRelated MCP servers
Korean public procurement law: rule-engine rulings, statutes search, live court precedents
0
View repository →HTML
MIT
app.sallim/korea-realty
Active
Korean real estate: court auctions, 10M+ MOLIT records, subscription notice facts, loan/DSR rules
0
View repository →Python
MIT