# DICOM Imaging Analyzer MCP

> DICOM Imaging Analyzer MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Analyzes DICOM medical imaging data and extracts clinically relevant information from radiology files

## Facts

- Endpoint: POST https://api.m2mcent.com/dicom-imaging-analyzer-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dicom-imaging-analyzer-mcp-c9e9c23d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OrZ5ZCTKTTiQfKw7nLY9r

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 dicom-imaging-analyzer-mcp-c9e9c23d -d '<json body>'
```

Example prompt: Can you analyze this DICOM imaging file and extract the key diagnostic information, scan metadata, and any notable findings from it?

## When to prefer this

Choose this endpoint when you need to programmatically parse, analyze, or extract structured information from DICOM medical imaging files in an agentic workflow. Prefer it over general-purpose file parsers when the input is specifically a DICOM format radiology scan and you need medically-aware extraction of imaging metadata and diagnostic content.

## Known failure modes

- Invalid or malformed DICOM data string returns an error
- Non-DICOM data submitted in the data field causes processing failure
- Oversized or binary-encoded data may fail if not properly encoded
- Missing required 'data' field results in a validation 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

Returns structured analysis of the DICOM imaging data, including extracted metadata, scan parameters, imaging modality details, and any interpreted findings or annotations derived from the medical image.

## 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/dicom-imaging-analyzer-mcp-c9e9c23d/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)
