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 Luxembourg
API:
https://lustat.statec.lu/rest/(SDMX 2.1)データフロー:
DF_C1217頻度: 年次
対象期間: 2010年 – 現在
単位: 月平均総賃金、EUR
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