← vlaanderen.work

INDIVIDUAL MCP TOOL

get_salary_distribution

Offered gross-monthly-EUR salary distribution (P10–P90) by occupation × region.

vlaanderen.worknone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

vlaanderen.work

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.vlaanderen-work]
url = "https://vlaanderen.work/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vlaanderen-work": {
      "type": "http",
      "url": "https://vlaanderen.work/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vlaanderen-work
Remote MCP URL: https://vlaanderen.work/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vlaanderen-work": {
      "url": "https://vlaanderen.work/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vlaanderen-work": {
      "type": "http",
      "url": "https://vlaanderen.work/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vlaanderen-work",
  "transport": "streamable-http",
  "url": "https://vlaanderen.work/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_jobs — Search live Belgian job listings by occupation/location/contract.
  • get_demand — Belgian hiring-demand signal by occupation × location (market-level only; null = UNKNOWN).
  • list_facets — The canonical facet vocabulary (functions, salary categories, regions, contract types) for constructing valid search_jobs / get_salary_distribution calls.
  • get_methodology — The Belgian Salary Index methodology + CC BY 4.0 license string.
  • get_dataset — The full versioned category×region Belgian Salary Index table (json or csv).