# Affiliate Link Attribution MCP

> Affiliate Link Attribution MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Processes affiliate link attribution data to track and assign credit for referral-driven conversions

## Facts

- Endpoint: POST https://api.m2mcent.com/affiliate-link-attribution-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/affiliate-link-attribution-mcp-69441d67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zRlFfaAQAXEH0GlDVfoOb

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 affiliate-link-attribution-mcp-69441d67 -d '<json body>'
```

Example prompt: Can you process this affiliate link attribution data and tell me which affiliate partner should get credit for the referral: 'ref=partner123&click_id=abc789&campaign=summer_sale'?

## When to prefer this

Choose this endpoint when you need to resolve, process, or validate affiliate link attribution from raw referral data strings, especially in e-commerce or performance marketing workflows where accurate commission assignment is required.

## Known failure modes

- Malformed or empty data string returns a processing error
- Missing required attribution fields in the payload may result in unresolved attribution
- Ambiguous or conflicting referral identifiers may produce low-confidence results
- Input string exceeding processing limits may be rejected

## 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

Returns an attribution result indicating which affiliate partner, campaign, or referral source should receive credit for a conversion, along with relevant tracking metadata extracted from the input data string.

## 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/affiliate-link-attribution-mcp-69441d67/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)
