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

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.

Related MCP server: job-search-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
Not graded
quality - not tested
B
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.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.
    7
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that exposes job-search and application-management capabilities to compatible AI clients, enabling discovery of vacancies, drafting of tailored application materials, and coordinated human-approved submissions.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that aggregates and deduplicates job listings from multiple public sources, ranks them against a user's resume, and exposes tools for searching, viewing details, explaining fit, and tracking applications.
    MIT

View all related MCP servers

Related MCP Connectors

  • GetJobzi MCP server for job search, application tracking, and career forecasting.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

  • Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

View all MCP Connectors

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