# Open-Source License Compatibility Checker

> Open-Source License Compatibility Checker is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Checks whether an npm or PyPI package's license is compatible with your project's license

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/license-check
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/open-source-license-compatibility-checker-35ce7fa1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k-lv78mhKCoOEDKr2AkbI

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 open-source-license-compatibility-checker-35ce7fa1
```

Example prompt: Can you check if the npm package 'axios' is license-compatible with my MIT-licensed project?

## When to prefer this

Use this endpoint when you need a quick, automated compatibility check between a specific package's license and your project's license in npm or PyPI ecosystems. It is ideal for CI/CD pipelines, dependency audits, or developer tooling where license compliance needs to be checked programmatically without manual research.

## Known failure modes

- Package not found in the specified ecosystem — returns error or empty data
- Invalid ecosystem value provided (not npm or pypi) — may default to npm or return error
- Unknown or non-standard license string for project license — low confidence score returned
- Rate limiting or upstream data source unavailable — request fails or returns stale data
- Missing required 'package' query parameter — returns validation error

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a data object with license compatibility details, a success flag, and metadata including whether the result was cached, the source of license information, a confidence score (0-1), and the date last updated.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/open-source-license-compatibility-checker-35ce7fa1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
