# JP Local Pack API — Japan Payroll Combined Summary

> JP Local Pack API — Japan Payroll Combined Summary is a paid API for AI agents from jp-local-pack-api.kasanegi123.workers.dev, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).

Returns a combined Japan payroll calculation with net salary, tax withholdings, social insurance deductions, and business holiday context for a given month and salary

## Facts

- Endpoint: GET https://jp-local-pack-api.kasanegi123.workers.dev/api/combined/payroll-summary
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jp-local-pack-api-japan-payroll-combined-summary-7ef5bd26
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EXZxoYoGesHrjeu-IGWwc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability jp-local-pack-api-japan-payroll-combined-summary-7ef5bd26
```

Example prompt: What would the take-home pay be for a Japanese employee earning ¥350,000 per month in 2025-03, including the breakdown of health insurance, pension, and income tax withholding?

## When to prefer this

Use this endpoint when you need a single combined Japan payroll summary that includes payroll deductions, social insurance grades, tax context, and holiday/business day counts for a specific month — especially in agentic HR automation, payroll verification, or salary simulation workflows requiring Japan-specific compliance data without a separate API key.

## Known failure modes

- Missing or invalid monthly_salary parameter returns an error or zero-placeholder shape preview
- Missing or invalid year_month returns an empty month_context with zero business days
- Unpaid request (no X-PAYMENT header) returns HTTP 402 with shape preview containing all-zero numeric fields
- Out-of-range salary may trigger floor or ceiling applied flags
- Network or Cloudflare worker downtime returns 5xx error

## How this service works

Japan payroll / tax / social insurance / mynumber / corporate / invoice / holiday reference API for AI agents. x402 micropayments on Base. No API key.

## Output

A JSON object containing calculated net salary, total deductions, employee health insurance and pension contributions, income tax withholding, social insurance grade and standard remuneration, consumption tax rates (standard 10% and reduced 8%), invoice system active status, and month context including business days, national holidays, and year-month string.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "_role": "shape_preview_echoes_query_for_paid_response",
  "payroll": {
   "net_salary": 0,
   "total_deduction": 0,
   "pension_employee": 0,
   "income_tax_withholding": 0,
   "health_insurance_employee": 0
  },
  "tax_context": {
   "reduced_rate_pct": 8,
   "standard_rate_pct": 10,
   "invoice_system_active": true
  },
  "_sample_note": "Unpaid 402 shape preview echoes the requested monthly_salary; paid 200 fans out to payroll + social-insurance + holiday context.",
  "month_context": {
   "holidays": [],
   "year_month": "<YYYY-MM>",
   "business_days": 0,
   "national_holidays": 0
  },
  "_floor_applied": false,
  "monthly_salary": 300000,
  "_ceiling_applied": false,
  "social_insurance": {
   "pension": {
    "grade": 0,
    "standard_remuneration": 0
   },
   "health_insurance": {
    "grade": 0,
    "standard_remuneration": 0
   }
  },
  "_shape_preview_note": "Numeric fields in this unpaid 402 shape preview are 0 placeholders. Real values require X-PAYMENT on production."
 },
 "mimeType": "application/json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jp-local-pack-api-japan-payroll-combined-summary-7ef5bd26/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jp-local-pack-api.kasanegi123.workers.dev](https://www.zero.xyz/host/jp-local-pack-api.kasanegi123.workers.dev/llms.txt)
