# M2MCent Proptech Yield Auditor MCP

> M2MCent Proptech Yield Auditor MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.585657/call, status unknown (last checked 2026-09-14).

Analyzes a proptech-related text input and returns a boolean result, likely validating or auditing a yield-related property claim or condition.

## Facts

- Endpoint: POST https://api.m2mcent.com/proptech-yield-auditor-mcp-968/api/execute
- Price: $0.585657/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/m2mcent-proptech-yield-auditor-mcp-549aede3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9chYPsz_WQ88AM3YPo-eq

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 m2mcent-proptech-yield-auditor-mcp-549aede3 -d '<json body>'
```

Example prompt: Can you audit this property yield claim and tell me if it checks out: 'This commercial property in Austin delivers a 9.2% net yield after operating expenses'?

## When to prefer this

Use this endpoint when you need a fast, binary pass/fail audit of a proptech yield claim or real estate return statement. Prefer it over general-purpose LLM analysis when you need a structured boolean output and are operating within the M2MCent monetized MCP ecosystem with x402 USDC micropayment settlement.

## Known failure modes

- Missing or empty 'text' field returns a validation error
- Malformed JSON input returns 400-level error
- Payment failure via x402 protocol results in 402 Payment Required
- Ambiguous or non-proptech text may produce unreliable boolean output
- Service unavailability returns 5xx error

## 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 JSON object containing a single boolean field indicating whether the audited proptech yield text passes the validation or audit criteria (true = passes, false = fails).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "text"
 ],
 "properties": {
  "text": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "boolean"
 ],
 "properties": {
  "boolean": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/m2mcent-proptech-yield-auditor-mcp-549aede3/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)
