# Air Freight Waybill MCP

> Air Freight Waybill MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-22).

Processes air freight waybill data, extracting or transforming logistics information from airway bill documents

## Facts

- Endpoint: POST https://api.m2mcent.com/air-freight-waybill-mcp/api/process
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-22
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/air-freight-waybill-mcp-b8da05ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dCY36SYMEoBbidxXYUT_I

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 air-freight-waybill-mcp-b8da05ab -d '<json body>'
```

Example prompt: Can you process this air freight waybill data and extract the shipment details, including the shipper, consignee, origin, destination, and cargo description?

## When to prefer this

Use this endpoint when you need to programmatically parse or extract structured data from air freight airway bill documents or strings. Prefer this over manual parsing when handling AWBs in automated logistics workflows, freight audit pipelines, or customs documentation automation.

## Known failure modes

- Malformed or unparseable waybill data string returns an error
- Missing required data fields in input result in incomplete extraction
- Unsupported waybill format may yield empty or partial results
- Payment failure (402) if USDC balance is insufficient

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

Processed waybill data with extracted logistics fields such as shipper, consignee, origin, destination, cargo details, weight, and freight charges derived from the input air freight waybill string.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/air-freight-waybill-mcp-b8da05ab/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)
