# Actuarial Life Table MCP

> Actuarial Life Table MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Processes actuarial life table queries to return mortality rates, survival probabilities, and life expectancy data for insurance and actuarial analysis.

## Facts

- Endpoint: POST https://api.m2mcent.com/actuarial-life-table-mcp/api/process
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/actuarial-life-table-mcp-3932ae2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cOdCobgpM2-v_Q9TAX_CG

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 actuarial-life-table-mcp-3932ae2a -d '<json body>'
```

Example prompt: Can you look up the actuarial life table data for a 60-year-old male — I need the mortality rate, survival probability, and expected remaining lifetime for an insurance underwriting calculation?

## When to prefer this

Choose this endpoint when you need actuarial life table lookups for mortality rates, survival probabilities, or life expectancy computations in insurance underwriting, pension fund analysis, or annuity pricing workflows. It is best suited for agents that require standardized actuarial data on demand without maintaining their own mortality table databases.

## Known failure modes

- Malformed or missing 'data' field returns an error response
- Ambiguous query strings may yield incomplete or unexpected table lookups
- Payment failure via x402 protocol results in 402 status and no data returned
- Queries for unsupported age ranges or table editions may return empty results

## 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 actuarial life table values for the queried parameters, including mortality rates (qx), survival probabilities (px/lx), and life expectancy figures derived from standard actuarial mortality tables.

## 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/actuarial-life-table-mcp-3932ae2a/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)
