LUSTAT Wages MCP Server
LUSTAT 工资 — 远程 MCP 服务器 (Railway)
用于 LUSTAT DF_C1217 的远程 MCP 服务器:按 NACE 行业和教育水平划分的月平均工资(卢森堡 / STATEC)。
部署到 Railway — 分步指南
1. 创建 GitHub 仓库
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. 在 Railway 上部署
前往 https://railway.app 并登录(免费账户)
点击 New Project → Deploy from GitHub repo
选择你的
lustat-mcp仓库Railway 会自动检测 Node.js 并自动部署
3. 设置环境变量
在 Railway 仪表板 → 你的项目 → Variables 中,添加:
变量 | 值 | 必需 |
| 任何强密码字符串 | 推荐 |
| (留空 — Railway 会自动设置) | 自动 |
4. 获取你的公共 URL
在 Railway 仪表板 → 你的项目 → Settings → Domains 中, 点击 Generate Domain。你将获得一个类似以下的 URL:
https://lustat-mcp-production.up.railway.app5. 测试部署
# Health check (no auth needed)
curl https://lustat-mcp-production.up.railway.app/health
# Expected response:
# {"status":"ok","service":"lustat-mcp","dataset":"DF_C1217"}将 Claude Desktop 连接到你的远程 MCP
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json (Mac)
或 %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"
}
}
}
}重启 Claude Desktop。现在,任何与你共享 URL 和 API 密钥的人都可以使用 LUSTAT 工具 — 无需本地安装。
可用工具
工具 | 描述 |
| 按行业 + 教育水平划分的时间序列 |
| 按给定年份的工资对所有行业进行排名 |
| 比较不同教育水平的工资 |
| 列出所有有效的筛选代码 |
Claude 中的示例提示词
“2022 年卢森堡哪个行业工资最高?”
“显示 2010 年至 2023 年金融行业的工资趋势”
“大学学位对建筑业的工资影响有多大?”
“比较整体教育水平的工资差异”
NACE 行业代码
代码 | 行业 |
| 所有行业总计 |
| 工业 |
| 建筑业 |
| 批发与零售 |
| 运输业 |
| 住宿与餐饮 |
| 信息与通信 |
| 金融与保险 |
| 房地产与专业服务 |
| 科学与技术 |
| 公共管理 |
| 教育 |
| 健康与社会工作 |
| 艺术与其他服务 |
教育代码
代码 | 水平 |
| 所有水平 |
| 初等及初中教育 (ISCED 0-2) |
| 高中教育 (ISCED 3-4) |
| 高等教育 (ISCED 5-8) |
数据来源
提供方: STATEC 卢森堡
API:
https://lustat.statec.lu/rest/(SDMX 2.1)数据流:
DF_C1217频率: 年度
覆盖范围: 2010 年至今
单位: 月平均总工资,欧元
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/poseidon73561/lustattest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server