Papershift
Papershift workforce management: shift plans, working sessions, absences, employees and locations. Public API v1, authenticated with an api_token query parameter.
7 天免费 · 无需信用卡 · EU 托管
问 Papershift 任何事
通过 AnythingMCP 对 Papershift 试一个真实提示 — Claude 调用工具并返回答案。在你的消息上按 Enter 即可在 Cloud 安装。
在 Cloud 上安装 PapershiftClaude 是 AI,可能会出错。请核对回答。
2 分钟设置
- 1在 cloud.anythingmcp.com 开始免费试用。
- 2在连接器商店点击 Papershift。提示时粘贴凭据。
- 3生成 MCP API 密钥,将 AI 客户端指向生成的 MCP URL。
配置 Papershift
直接来自连接器定义:在哪里获取凭据、需要哪些权限,以及该适配器调用的是哪个 API。 由连接器作者以英文提供。
Getting a token
- Sign in to Papershift as an administrator and open Einstellungen → API (Settings → API).
- 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.
Shift plan vs worked time. Papershift keeps the two apart, and mixing them up is the usual source of wrong answers:
papershift_list_shiftsis the plan — who is scheduled, when.papershift_list_working_sessionsis the record — who actually clocked in and out. A question about payroll wants working sessions; a question about next week wants shifts.
Date filters are YYYY-MM-DD and most list endpoints require both start_date and end_date. Papershift caps the span server-side; a whole year usually needs to be requested month by month.
Paging is page (1-based) plus per_page. Responses carry the rows under the resource name, e.g. {"shifts": [...]}.
Cloud reachability: app.papershift.com is public with a valid certificate.