server-employee
Related Servers
Alternatives to server-employee
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables access to World Bank Data360 API with 1000+ economic and social indicators across 200+ countries and 60+ years of historical data, allowing searches, temporal coverage checks, and filtered data retrieval through natural language queries.51MIT
- AlicenseNot gradedqualityCmaintenanceProvides query capabilities for global economic and social development data from the World Bank Open Data API.336 npm8MIT
- FlicenseNot gradedqualityDmaintenanceAn 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.-
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with the World Bank open data API, allowing for listing and analysis of indicators across available countries.150-

Data360 MCP Serverofficial
FlicenseNot gradedqualityCmaintenanceProvides LLM agents direct access to World Bank development indicators, enabling search, validation, and retrieval of data on topics like GDP, poverty, and gender equality.35-- AlicenseNot gradedqualityDmaintenanceProvides 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.MIT
TDQS
Scored across 4 tools
The three sector-specific tools are clearly distinct (agriculture, industry, services), but get_employment_by_sector overlaps by returning all three sectors at once. This creates minor ambiguity about which tool to call when only one sector is needed, though the descriptions clearly indicate the granularity difference.
All tools follow a consistent get_<something>_employment pattern with snake_case. The combined tool uses get_employment_by_sector, while the others are get_agriculture_employment, get_industry_employment, get_services_employment, all following a predictable verb_noun structure.
Four tools is well-scoped for a server providing sectoral employment data. Each tool serves a clear role: one combined query and three specific sector queries. The count feels appropriate, not excessive or thin.
The server covers the full domain of sectoral employment ratios: agriculture, industry, and services, plus a combined view. There are no obvious missing operations for a read-only data source; it provides all sector breakdowns available.