Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Tenant

FreeNot checked

Thin MCP server that proxies the personal Tenant service to Claude Desktop, enabling job match retrieval and application tracking.

GitHubEmbed

About

Thin MCP server that proxies the personal Tenant service to Claude Desktop, enabling job match retrieval and application tracking.

README

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

Alle 4 Endpoints sind im Tenant gebaut (tenant-module commit bf02c18). get_my_matches ist prod-live; get_job / get_my_profile / save_application liefern prod-404 nur bis tenant-module deployed ist — danach live ohne MCP-Code-Change.

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.

from github.com/Bundelkund/tenant-mcp

Installing Tenant

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Bundelkund/tenant-mcp

FAQ

Is Tenant MCP free?

Yes, Tenant MCP is free — one-click install via Unyly at no cost.

Does Tenant need an API key?

No, Tenant runs without API keys or environment variables.

Is Tenant hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Tenant in Claude Desktop, Claude Code or Cursor?

Open Tenant on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Tenant with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs