BBB
AEO Score: 0.60 / 1.00

Jobcan (ジョブカン)

HR & People
Adequate — Basic agent connectivity available
Agent Ready
Connectable
MCP Type
API Only
Success Rate
🔴 Low
Agent Activity
● New
Recipes

Get Full Integration Guide

Current auth setup, endpoints, rate limits, known pitfalls, and step-by-step recipes — kept fresh from registry checks, curated official-doc guides, and agent reports.

npx @kansei-link/mcp-server

Then use: search_servicesget_service_detail

How to Connect Jobcan (ジョブカン) to an AI Agent

Auth setup

1. ジョブカン管理画面にログイン. 2. 設定 > その他 > API設定. 3. APIトークンを発行. 4. Authorization: Token {token} ヘッダーで利用.

Key facts

Base URLhttps://ssl.wf.jobcan.jp/api/v1/
API versionv1
AuthAPI token authentication. Generate in ジョブカン管理画面 > API設定. Pass as Authorization: Token {token}.
Request bodyapplication/json
Paginationpage + per_page parameters.
Rate limitNot officially documented. Recommended: max 60 req/min.
Error formatJSON: {"errors":[{"message":"..."}]}

Key endpoints

MethodPathDescription
GET/attendancesGet attendance records (出勤データ)
POST/attendances/clock-inClock in (打刻)
GET/employeesList employees
GET/shiftsGet shift schedules

Quickstart

GET /api/v1/attendances?date=2024-01-15
Authorization: Token {api_token}

Response: {"attendances":[{"employee_id":"...","clock_in":"09:00",...}]}

Agent pitfalls & tips

Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change — verify against the official docs before production use.

Frequently Asked Questions

What is Jobcan (ジョブカン)'s AEO score?
Jobcan (ジョブカン) has an AEO score of 0.60 and is rated BBB (Basic agent connectivity available). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is Jobcan (ジョブカン) AI-agent-ready?
Jobcan (ジョブカン) is currently connectable for AI agent use. API access is available but no dedicated MCP server has been published yet. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does Jobcan (ジョブカン) compare to other HR & People services?
In the HR & People category, Jobcan (ジョブカン) is rated BBB. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how Jobcan (ジョブカン) compares.
How can I integrate Jobcan (ジョブカン) with an AI agent?
The fastest way to integrate Jobcan (ジョブカン) with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server — then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with Jobcan (ジョブカン)?
API token authentication. Generate in ジョブカン管理画面 > API設定. Pass as Authorization: Token {token}. Setup: 1. ジョブカン管理画面にログイン. 2. 設定 > その他 > API設定. 3. APIトークンを発行. 4. Authorization: Token {token} ヘッダーで利用.
What are Jobcan (ジョブカン)'s API rate limits?
Not officially documented. Recommended: max 60 req/min.