Connector guide2-minute read7 MCP toolsEN · DE · IT

Papershift zu MCP — Papershift aus jedem KI-Agent steuern

Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.

HCBy HelpCode teamAktualisiert 2 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

Papershift

Papershift

Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.

Tools

7

Region

DE

Kategorie

HR

Authentifizierung

Query Param Auth

Benötigte Env-Vars

PAPERSHIFT_API_TOKEN
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Papershift mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.

Frag einfach

Beispiel-Prompts für Papershift

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

Papershift · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Papershift klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Papershift

Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.

Einrichtung

Getting a token

  1. Sign in to Papershift as an administrator and open Einstellungen → API (Settings → API).
  2. Generate a public API token and copy it into PAPERSHIFT_API_TOKEN. The token is account-wide and carries administrator rights — anyone holding it can read the whole roster, so treat it as a password.

The token travels as a query parameter, not a header: Papershift's public API expects ?api_token=… on every request. AnythingMCP appends it automatically (QUERY_AUTH), so it never appears in a tool's parameters and never has to be pasted into a prompt.

…(continued in the in-app connector instructions)

Voraussetzungen: PAPERSHIFT_API_TOKEN

Connector lokal installieren

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Öffne http://localhost:3000/connectors/store, wähle Papershift und trage die unter Voraussetzungen aufgelisteten Variablen ein.

Verfügbare Tools

ToolWhat it does
papershift_list_usersList employees with their name, e-mail, employee number and the locations they belong to
papershift_get_userRead one employee by id: contact details, employment data, assigned locations and tags
papershift_list_locationsList the locations (Standorte) the account is organised into, with their address and working-area structure
papershift_list_shiftsRead the planned roster in a date range: who is scheduled where and when
papershift_list_working_sessionsRead actually worked time in a date range — clock-in and clock-out, breaks and the resulting duration
papershift_list_absencesRead absences (holiday, sickness, special leave) in a date range with their type and approval state, to explain gaps in the roster
papershift_list_working_areasList the working areas (Arbeitsbereiche) inside the locations — the roles a shift can be planned for, such as bar, kitchen or till

Nächste Schritte

War dieser Guide hilfreich?

Your Papershift agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Verwandte Anleitungen