Skip to main content
Glama
Bundelkund

tenant-mcp

by Bundelkund

tenant-mcp

Dünner MCP-Server (MCPB) der den persönlichen Tenant-Dienst (tenant.konektos.de) für Claude Desktop zugänglich macht. Reiner Proxy — keine Geschäftslogik; Tenant scoped alles über den persönlichen X-API-Keyprofile_id.

Tools

Tool

Tenant-Endpoint

Zweck

get_my_matches

GET /my/matches

Gescorte Job-Trefferliste (Metadaten)

get_job

GET /my/job/{job_id}

Voller Stellentext

get_my_profile

GET /my/profile

Bewerbungs-Profil (Schreib-Quelle)

save_application

POST /my/applications

Bewerbung tracken

Heute live: nur get_my_matches. get_job / get_my_profile / save_application liefern Tenant-404 bis die zugehörigen Endpoints stehen (Tenant-Tasks) — der MCP-Code braucht dafür keine Änderung.

Related MCP server: federal-compass-mcp

Build

npm install
npm run build          # esbuild -> server/index.js
npm run validate       # mcpb validate (manifest)
npm run pack           # -> tenant-mcp.mcpb

Lokal testen (Inspector)

TENANT_URL=https://tenant.konektos.de TENANT_API_KEY=<dein-key> \
  npx @modelcontextprotocol/inspector node server/index.js

get_my_matches aufrufen → erwarte { count, matches:[...] }. Falscher Key → sauberer isError (401), Key nie im Output.

Install (Desktop)

tenant-mcp.mcpb auf Claude Desktop ziehen → API-Key im Dialog eintragen (sensitive → Keychain). Tenant-URL Standard belassen.

Auth

X-API-Key aus user_config.apiKeyenv.TENANT_API_KEY → Header an Tenant. Kein OAuth (Desktop-lokal). Kein Token-Passthrough an Dritte.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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/Bundelkund/tenant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server