Tenant
FreeNot checkedThin MCP server that proxies the personal Tenant service to Claude Desktop, enabling job match retrieval and application tracking.
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-Key → profile_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_matchesist prod-live;get_job/get_my_profile/save_applicationliefern 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.apiKey → env.TENANT_API_KEY → Header an Tenant. Kein OAuth (Desktop-lokal). Kein Token-Passthrough an Dritte.
Installing Tenant
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Bundelkund/tenant-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Tenant with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
