Solution · For AI agents and HR chatbots

HR values for AI agents and HR chatbots via MCP

Values with a source instead of guessed numbers, through the MCP server.

The problem

Language models often give outdated or invented values for the minimum wage or notice periods. In an HR chatbot, that becomes wrong information for employees.

With Quellenkontor

The MCP server gives agents tools with source and validity. The agent gets values with their legal basis and a sentence to quote.

Why agents give wrong numbers

A language model only knows values up to its training cutoff. After the turn of the year, it quotes the old minimum wage or the old contribution ceiling (Beitragsbemessungsgrenze) and sounds confident doing it. For notice periods, it does its own math and miscounts at month ends.

How the MCP server works

The server at mcp.quellenkontor.dev/v1 offers one tool per dataset, plus one for the history of a table. The agent calls it whenever a question needs a value and gets the value, validity, legal basis, source and a ready-made sentence to quote. In Claude Code, one command is enough. Setup for Cursor and VS Code is in the MCP server docs.

Terminal
$ claude mcp add --transport http quellenkontor \
    https://mcp.quellenkontor.dev/v1 \
    --header "Authorization: Bearer $QK_KEY"

Questions an agent can answer with it

  • What is the minimum wage from January 1, and what does that mean for the mini-job (Minijob) limit?
  • Started on March 1, 2017, notice received on November 10: when does employment end?
  • How much statutory vacation does someone on a three-day week get?
  • How many working days does January have in Bavaria?

Matching datasets

Use cases

Frequently asked questions

Which clients work?

Tested with Claude Code, Cursor and VS Code. Other clients that connect to remote MCP servers over HTTP with a custom header work as well. Claude in the browser and ChatGPT connect with OAuth: you allow access once in the browser, and Quellenkontor creates a separate key for them.

Does every tool call count?

Only calls that return a result count, just like an API request. Listing the tools is free, and so are calls with invalid arguments.

Does this also work for Austria or Switzerland?

No. All values and calculators apply to Germany. The server's instructions tell the agent so explicitly.

Try it for free

500 queries a month, all datasets, all access methods.

Get an API key →