labor-market-mcp-server
Click on "Install 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., "@labor-market-mcp-servercompare unemployment rates in Germany and Spain"
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.
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 |
| US-Arbeitslosenquote + Trend (BLS, saisonbereinigt) |
| EU/Länder-Arbeitslosenquote (Eurostat, 20 Länder) |
| Mehrere Länder/Regionen vergleichen |
| Durchschnittliche Stundenlöhne + Wochenstunden (USA) |
| Payrolls, Partizipationsrate, Beschäftigungsquote |
| Beschäftigung nach Branche (11 Sektoren) |
| Berufsaussichten + KI-Auswirkungen (BLS OOH 2024-2025) |
Related MCP server: WorldBank GDP & Employment MCP Server
Installation
pip install labor-market-mcp-serverKonfiguration (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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables access to Bureau of Labor Statistics (BLS) economic data including Consumer Price Index, employment statistics, and other labor market indicators. Supports fetching data series, listing available datasets, and retrieving metadata through natural language queries.4MIT
- Flicense-qualityDmaintenanceAn MCP server that interfaces with the WorldBank API to retrieve economic and labor market data such as GDP and employment indicators. It allows LLMs to query global development statistics including unemployment rates, labor force participation, and sectoral employment data.
- Flicense-qualityDmaintenanceProvides access to U.S. labor market data including employment statistics, Consumer Price Index inflation rates, and wage information. Users can query specific time series data or use shortcuts for common economic indicators like unemployment and industry-specific employment.2
- AlicenseAqualityCmaintenanceEnables users to query U.S. labor statistics, including employment, CPI, and wages, directly from the Bureau of Labor Statistics Public Data API. It provides tools to retrieve real-time economic time series data, browse popular series, and access survey metadata through natural language.61MIT
Related MCP Connectors
Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.
Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP.
Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AiAgentKarl/labor-market-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server