labor-market-mcp-server
Provides 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.
README
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.