# M2MCent Legal Tech Metadata Router MCP Node

> M2MCent Legal Tech Metadata Router MCP Node is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.612129/call, status unknown (last checked 2026-09-13).

Executes a prompt-based legal technology metadata routing query against M2MCent's monetized MCP node network, returning a boolean analysis result.

## Facts

- Endpoint: POST https://api.m2mcent.com/legaltech-metadata-router-mcp-582/api/execute
- Price: $0.612129/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/m2mcent-legal-tech-metadata-router-mcp-node-c17e94cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UMihVt4wcJILCU1W2i6RG

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-legal-tech-metadata-router-mcp-node-c17e94cd -d '<json body>'
```

Example prompt: Can you run this legaltech metadata query through the M2MCent router and tell me if the analysis comes back true or false: 'Does this contract clause fall under GDPR compliance requirements?'

## When to prefer this

Use this endpoint when you need a fast boolean legal technology metadata analysis routed through the M2MCent MCP network and are operating in an x402-compatible payment environment with USDC on Base L2. Best suited for yes/no legaltech routing decisions rather than detailed narrative legal analysis.

## Known failure modes

- Prompt field missing — returns 400 validation error
- Payment not settled via x402 — returns 402 Payment Required
- Ambiguous or malformed prompt — may return unexpected boolean result
- Network timeout on the MCP node — returns 503 Service Unavailable
- Insufficient USDC balance for x402 settlement — payment 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 a JSON object with a single 'analysis' boolean field indicating whether the prompted legal tech metadata query evaluates to true or false.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/m2mcent-legal-tech-metadata-router-mcp-node-c17e94cd/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)
