mcp-blanko
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., "@mcp-blankosay hello"
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.
JLU Salary & Budget Calculator (MCP Server)
This tool allows your AI assistant to calculate estimated salaries and total employer costs for project staff at Justus Liebig University (JLU) Giessen.
It automatically handles the university's official salary tables, compounding tariff increases, and complex German social security and taxation rules.
What It Calculates
The calculator supports three types of university staff:
Student Assistants (Hilfskräfte)
Calculates monthly hourly wages based on education level.
Handles student social security rules (including Minijobs and Midijob pension contributions).
Computes the total cost to the university.
Employees Covered by Collective Agreements (Tarifbeschäftigte - TV-H)
Looks up official TV-H salary grades (E1 to E16) and stages.
Tracks stage progression (getting raises automatically over time).
Computes full employer contributions (Health, Pension, Unemployment, and Care insurance).
Includes VBL additional pension, U2 levies, and the November Christmas bonus (Jahressonderzahlung).
Civil Servants (Beamtinnen und Beamte)
Looks up Besoldungsgruppen (A6 to A16) and stages.
Computes family allowances for spouses and children (including multi-child rules).
Includes annual special payments and holiday bonuses (Sonderzahlung/Urlaubsgeld).
Related MCP server: template-mcp
How to Use It with an AI Assistant
Once connected, you can ask your AI assistant questions in plain language, such as:
"How much will it cost to hire a student assistant for 40 hours a month from March 2026 to February 2027?"
"What are the monthly and total employer costs for a TV-H E13 staff member starting at Stage 2 for a 2-year contract?"
"Compute the budget for a civil servant in grade A12, stage 3, with 2 children, working 50% time for all of 2027."
The AI will use the calculator tools in the background to provide 100% accurate, spreadsheet-validated calculations.
Quick Start (For Administrators / Developers)
Requirements
Node.js (version 18 or higher)
Setup & Run
Install dependencies:
npm installBuild the application:
npm run buildStart the server:
npm start
Connecting to Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"jlu-salary-calculator": {
"command": "node",
"args": ["/absolute/path/to/Entgeltrechner-MCP/dist/index.js"]
}
}
}(Replace /absolute/path/to/ with the actual path to where this folder is saved on your computer).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/KI4JLU/Entgeltrechner-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server