# Software License Compliance MCP

> Software License Compliance MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-14).

Analyzes software projects or license data to assess compliance with software licensing requirements and obligations

## Facts

- Endpoint: POST https://api.m2mcent.com/software-license-compliance-mcp/api/process
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/software-license-compliance-mcp-021323df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YIFoDrC8ez3841RWu5Ykw

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 software-license-compliance-mcp-021323df -d '<json body>'
```

Example prompt: Can you check my project's dependencies for software license compliance issues? Here's the list of packages and their licenses: 'react (MIT), gpl-tool (GPL-3.0), proprietary-sdk (commercial)' — I need to know if there are any conflicts or obligations I need to address.

## When to prefer this

Use this endpoint when you need automated software license compliance checking for a project, dependency list, or codebase description. Prefer it when you want to detect license conflicts, verify open source obligations, or generate a compliance report without manually researching license terms.

## Known failure modes

- Unrecognized or non-standard license identifiers may not be matched correctly
- Incomplete dependency data may result in partial compliance analysis
- Ambiguous or custom license texts may yield low-confidence results
- Malformed input string may cause processing errors

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

A compliance assessment indicating whether the provided software licenses or dependencies are compliant, along with identified violations, license conflicts, obligations (e.g. attribution, source disclosure), and risk levels associated with specific licenses.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/software-license-compliance-mcp-021323df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
