LUSTAT Wages MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LUSTAT Wages MCP ServerCompare wages across all sectors in 2022"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LUSTAT Wages — Remote MCP Server (Railway)
Remote MCP server for LUSTAT DF_C1217: monthly average wages by NACE sector and education level (Luxembourg / STATEC).
Deploy to Railway — Step by Step
1. Create a GitHub repository
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 main2. Deploy on Railway
Go to https://railway.app and sign in (free account)
Click New Project → Deploy from GitHub repo
Select your
lustat-mcprepositoryRailway auto-detects Node.js and deploys automatically
3. Set environment variables
In Railway dashboard → your project → Variables, add:
Variable | Value | Required |
| any strong secret string | Recommended |
| (leave empty — Railway sets this) | Auto |
4. Get your public URL
In Railway dashboard → your project → Settings → Domains, click Generate Domain. You get a URL like:
https://lustat-mcp-production.up.railway.app5. Test the deployment
# Health check (no auth needed)
curl https://lustat-mcp-production.up.railway.app/health
# Expected response:
# {"status":"ok","service":"lustat-mcp","dataset":"DF_C1217"}Related MCP server: mcp-csu
Connect Claude Desktop to your remote MCP
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.
Available Tools
Tool | Description |
| Time series by sector + education level |
| Rank all sectors by wage for a given year |
| Compare wages across education levels |
| List all valid filter codes |
Example prompts in Claude
"Which sector pays the most in Luxembourg in 2022?"
"Show me wage trends in finance from 2010 to 2023"
"How much does a university degree affect wages in construction?"
"Compare wages across education levels overall"
NACE Sector Codes
Code | Sector |
| Total all sectors |
| Industry |
| Construction |
| Wholesale & retail |
| Transportation |
| Accommodation & food |
| Information & communication |
| Financial & insurance |
| Real estate & professional services |
| Scientific & technical |
| Public administration |
| Education |
| Health & social work |
| Arts & other services |
Education Codes
Code | Level |
| All levels |
| Primary & lower secondary (ISCED 0-2) |
| Upper secondary (ISCED 3-4) |
| Tertiary (ISCED 5-8) |
Data Source
Provider: STATEC Luxembourg
API:
https://lustat.statec.lu/rest/(SDMX 2.1)Dataflow:
DF_C1217Frequency: Annual
Coverage: 2010 – present
Unit: Monthly average gross wages, EUR
This server cannot be deployed
Maintenance
Related MCP Connectors
STATEC (Institut national de la statistique et des études économiques du
Keyless MCP access to official Luxembourg public data: laws, statistics, mobility, and more.
Access European statistics: GDP, unemployment, inflation, population data.
Search and query the Eurostat catalogue — EU economy, demography, trade, and NUTS regional data.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to worldwide labor market data including unemployment, wages, and employment statistics from BLS (US) and Eurostat (EU). Offers tools for comparing countries and sectors, and retrieving occupation outlooks.MIT
- AlicenseAqualityCmaintenanceProvides AI assistants direct access to 700+ statistical datasets about the Czech Republic, including population, economy, prices, wages, employment, industry, agriculture, trade, tourism, environment, and more.122MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI-powered legal research across 4,551 Luxembourg statutes, 260 case law decisions, and EU law integrations through natural language queries and 13 specialized tools.42 npm2Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables querying Eurostat data using natural language, powered by DuckDB for optimized performance.MIT