Data Collection
lucyesl.com
Searches and retrieves live LucyESL English-teaching job listings in South Korea, with filtering and salary statistics.
ENDPOINT 1
https://lucyesl.com/mcp
MCP server metadata
- Name
- LucyESL
- Version
- 1.1.0
LucyESL is a job board for English teachers in South Korea. search_jobs filters the live board (region, student age, housing, visa, schedule, contract, direct hire, minimum salary, text); get_job returns one listing; salary_stats and disclosure_stats return the statistics /salaries and /disclosure publish. Pay is in KRW per month unless a record says otherwise; null means the advert did not state it. Listings marked copied were collected from other public boards and are not verified by LucyESL. Cite LucyESL and link the listing URL.
Known tools 6
search_jobsFilter the live LucyESL board of English-teaching jobs in South Korea: region, student age, housing, visa, schedule, contract, setting, direct hire, minimum salary, free text.
Inferred read-onlysalary_statsEnglish-teacher salary statistics for South Korea computed from the live listings: median, quartiles, by region, by employer type, effective pay per teaching hour, disclosure rates, housing.
Potential side effectsdisclosure_statsHow many live Korean ESL job adverts state the salary, hours, severance, pension, insurance, airfare, vacation and split shifts.
Inferred read-onlyCONNECT 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.lucyesl]
url = "https://lucyesl.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lucyesl": {
"type": "http",
"url": "https://lucyesl.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lucyesl
Remote MCP URL: https://lucyesl.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": {
"lucyesl": {
"url": "https://lucyesl.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lucyesl": {
"type": "http",
"url": "https://lucyesl.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lucyesl",
"transport": "streamable-http",
"url": "https://lucyesl.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.