# Metaverse Fraud Detection Aggregator MCP

> Metaverse Fraud Detection Aggregator MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $1.357484/call, status unknown (last checked 2026-09-13).

Analyzes an audio input and returns a boolean result indicating whether fraud has been detected in a metaverse context.

## Facts

- Endpoint: POST https://api.m2mcent.com/metaverse-fraud-detection-aggregator-mcp-361/api/execute
- Price: $1.357484/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/metaverse-fraud-detection-aggregator-mcp-9460981d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pKiWsJjOfZEu5t2E03JKx

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 metaverse-fraud-detection-aggregator-mcp-9460981d -d '<json body>'
```

Example prompt: Can you check this audio clip for metaverse fraud — here's the base64-encoded audio string, I need to know if it's flagged as fraudulent or not.

## When to prefer this

Choose this endpoint when you specifically need to detect fraud signals within audio content originating from metaverse or virtual world interactions, and require a simple boolean pass/fail verdict. It is appropriate when you are building automated trust gating or content moderation pipelines in virtual environments and need a cost-per-call model with USDC micropayments rather than a subscription-based fraud API.

## Known failure modes

- Missing 'audio' field returns a validation error
- Malformed or non-audio string input may yield unreliable boolean output
- Payment failure via x402 protocol results in 402 response before execution
- Ambiguous or very short audio clips may produce low-confidence classifications returned as false negatives
- Network or node availability issues may cause timeouts on the MCP node

## 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 with a single boolean field 'result' — true if fraud is detected in the provided audio, false if the audio is deemed non-fraudulent.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/metaverse-fraud-detection-aggregator-mcp-9460981d/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)
