# M2MCent Cybersecurity Smart Contract Extractor MCP

> M2MCent Cybersecurity Smart Contract Extractor MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.957185/call, status unknown (last checked 2026-09-16).

Executes a cybersecurity smart contract extraction task on a remote MCP node, returning a status result

## Facts

- Endpoint: POST https://api.m2mcent.com/cybersecurity-smart-contract-extractor-mcp-129/api/execute
- Price: $0.957185/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/m2mcent-cybersecurity-smart-contract-extractor-mcp-e9155831
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YS5VfHbZrvALW4Fhpc1VG

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-cybersecurity-smart-contract-extractor-mcp-e9155831 -d '<json body>'
```

Example prompt: Extract the cybersecurity-relevant data from this smart contract payload and tell me the status: '0x608060405234801561001057600080fd5b50...'

## When to prefer this

Use this endpoint when you need a fast, paid, remote MCP-based cybersecurity extraction specifically on smart contract data, and you want results returned as a simple boolean status without managing your own analysis infrastructure. Best suited for automated pipelines that need a quick pass/fail signal on contract payloads.

## Known failure modes

- Missing or empty payload field returns validation error
- Malformed contract data in payload may produce false status
- No detailed error message returned — only boolean status makes debugging difficult
- Payment failure via x402 protocol results in 402 response before execution
- Timeout on large or complex contract payloads

## 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 required boolean 'status' field indicating whether the extraction/execution succeeded or found a clean result. Additional fields may be present depending on the specific extraction performed.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/m2mcent-cybersecurity-smart-contract-extractor-mcp-e9155831/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)
