Back to Home
markusnieminen1 icon

tyomarkkinatori_mcp_server

Verified Safe

by markusnieminen1

Overview

An MCP server to query Finnish labor market job listings from the Työmarkkinatori API based on user-provided location and occupation criteria.

Installation

Run Command
docker run --interactive --rm --read-only --cap-drop=ALL --env -it ghcr.io/markusnieminen1/tyomarkkinatori_mcp_server/tyomarkkinatori_mcp:latest

Security Notes

The server includes good security practices such as input validation for codes and municipality names, using Pydantic models for API request structure with length constraints, and a timeout for external HTTP requests. When run via Docker, it uses secure container options like `--read-only` and `--cap-drop=ALL`. No direct 'eval' or hardcoded secrets were found. Data files are local and validated at startup. However, the external API call response content is not explicitly sanitized before being returned to the LLM, which could, in theory, contain malicious content if the Työmarkkinatori API were compromised (though highly unlikely for job listings).

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-25

Tags

Finnish labor marketjob searchAPI integrationMCP serverLLM integration