loading…
Search for a command to run...
loading…
Provides monthly average wages data by NACE sector and education level for Luxembourg, enabling queries, comparisons, and trend analysis via natural language.
Provides monthly average wages data by NACE sector and education level for Luxembourg, enabling queries, comparisons, and trend analysis via natural language.
Remote MCP server for LUSTAT DF_C1217: monthly average wages by NACE sector and education level (Luxembourg / STATEC).
git init
git add .
git commit -m "Initial commit"
# Create a new repo on github.com, then:
git remote add origin https://github.com/YOUR_USERNAME/lustat-mcp.git
git push -u origin main
lustat-mcp repositoryIn Railway dashboard → your project → Variables, add:
| Variable | Value | Required |
|---|---|---|
MCP_API_KEY |
any strong secret string | Recommended |
PORT |
(leave empty — Railway sets this) | Auto |
In Railway dashboard → your project → Settings → Domains, click Generate Domain. You get a URL like:
https://lustat-mcp-production.up.railway.app
# Health check (no auth needed)
curl https://lustat-mcp-production.up.railway.app/health
# Expected response:
# {"status":"ok","service":"lustat-mcp","dataset":"DF_C1217"}
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"lustat-wages": {
"url": "https://lustat-mcp-production.up.railway.app/mcp",
"headers": {
"x-api-key": "YOUR_MCP_API_KEY"
}
}
}
}
Restart Claude Desktop. The LUSTAT tools are now available to anyone you share the URL and API key with — no local installation needed.
| Tool | Description |
|---|---|
get_wage_data |
Time series by sector + education level |
compare_sectors |
Rank all sectors by wage for a given year |
compare_education |
Compare wages across education levels |
list_codes |
List all valid filter codes |
| Code | Sector |
|---|---|
_T |
Total all sectors |
B-E |
Industry |
F |
Construction |
G |
Wholesale & retail |
H |
Transportation |
I |
Accommodation & food |
J |
Information & communication |
K |
Financial & insurance |
L_N |
Real estate & professional services |
M |
Scientific & technical |
O |
Public administration |
P |
Education |
Q |
Health & social work |
R_S |
Arts & other services |
| Code | Level |
|---|---|
A4 |
All levels |
ED0_2 |
Primary & lower secondary (ISCED 0-2) |
ED3_4 |
Upper secondary (ISCED 3-4) |
ED5_8 |
Tertiary (ISCED 5-8) |
https://lustat.statec.lu/rest/ (SDMX 2.1)DF_C1217Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"lustat-wages-mcp-server": {
"command": "npx",
"args": []
}
}
}