MCP-Server für Arbeitsmarktdaten — Arbeitslosigkeit, Löhne, Beschäftigung und Sektoranalyse weltweit
Project description
labor-market-mcp-server
MCP-Server für weltweite Arbeitsmarktdaten — Arbeitslosigkeit, Löhne, Beschäftigung und Berufsaussichten.
Kostenlos — Keine API-Keys benötigt. Nutzt BLS (USA) und Eurostat (EU) offizielle APIs.
Tools (5)
| Tool | Beschreibung |
|---|---|
get_us_unemployment |
US-Arbeitslosenquote + Trend (BLS, saisonbereinigt) |
get_eu_unemployment |
EU/Länder-Arbeitslosenquote (Eurostat, 20 Länder) |
compare_unemployment |
Mehrere Länder/Regionen vergleichen |
get_us_wage_data |
Durchschnittliche Stundenlöhne + Wochenstunden (USA) |
get_us_employment_situation |
Payrolls, Partizipationsrate, Beschäftigungsquote |
get_us_sector_employment |
Beschäftigung nach Branche (11 Sektoren) |
get_occupation_outlook |
Berufsaussichten + KI-Auswirkungen (BLS OOH 2024-2025) |
Installation
pip install labor-market-mcp-server
Konfiguration (Claude Desktop)
{
"mcpServers": {
"labor-market": {
"command": "labor-market-server"
}
}
}
Beispiele
# US-Arbeitslosigkeit der letzten 12 Monate
get_us_unemployment(months=12)
# Deutschland vs. Eurozone vs. Spanien
compare_unemployment(countries=["DE", "ES", "EA20", "EU27_2020"])
# Tech-Sektor Beschäftigung USA
get_us_sector_employment(sector="information", months=12)
# Berufsaussichten für AI-Engineer
get_occupation_outlook(occupation="ai_ml_engineer")
# Alle Berufe nach Wachstum sortiert
get_occupation_outlook()
Datenquellen
- BLS (Bureau of Labor Statistics): Offizielle US-Arbeitsdaten, 500 kostenlose Abfragen/Tag
- Eurostat: EU-Statistikbehörde, kostenlos ohne Key
Verfügbare EU-Länder
DE, FR, IT, ES, PL, NL, BE, SE, AT, DK, FI, PT, GR, CZ, RO, HU, SK, HR, EU27_2020, EA20
Verfügbare US-Sektoren
mining_logging, construction, manufacturing, trade_transport, information, financial, professional_business, education_health, leisure_hospitality, other_services, government, all
Verfügbare Berufe (OOH)
software_developer, data_scientist, ai_ml_engineer, nurse, truck_driver, accountant, graphic_designer, healthcare_manager, electrician, customer_service_rep
Links
Part of the AI Agent Karl MCP Server Collection.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file labor_market_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: labor_market_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6809b922aefb7c0186184b402c1264da5cb59f56b92792599226bca60402b1f
|
|
| MD5 |
b34f77152df148c2ac39c361af80682d
|
|
| BLAKE2b-256 |
91ea5ba7b71fe6cb8a54086d6e87de15751606ae51579d5c766b49c67bf0bad6
|
File details
Details for the file labor_market_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: labor_market_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
452cdd93a6d631adff5bb6879112c5271fa72dd57aff373068d93f429604088d
|
|
| MD5 |
982ab1ef2508aaf8881a006adeb91ec3
|
|
| BLAKE2b-256 |
af30a2b5b51329569f4ee4224227f0340d89dd624d0ead8eb888c49d0c693ed7
|