# ICD-10 Mapper Oracle MCP

> ICD-10 Mapper Oracle 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-15).

Maps clinical text, symptoms, diagnoses, or medical descriptions to ICD-10 diagnosis codes

## Facts

- Endpoint: POST https://api.m2mcent.com/icd10-mapper-oracle-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/icd-10-mapper-oracle-mcp-e2b071eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J6WbCWlJCiERzzhLE1xmU

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 icd-10-mapper-oracle-mcp-e2b071eb -d '<json body>'
```

Example prompt: Can you map 'acute appendicitis with peritonitis' to its ICD-10 diagnosis code so I can use it for a billing claim?

## When to prefer this

Choose this endpoint when you need to programmatically convert free-text clinical descriptions, diagnoses, or symptoms into standardized ICD-10 codes — especially for medical billing, EHR data enrichment, insurance claim processing, or clinical data standardization workflows where a structured code lookup or manual coding process would otherwise be required.

## Known failure modes

- Ambiguous or overly vague medical descriptions may return multiple candidate codes or low-confidence results
- Non-medical or nonsensical input text may return no matching codes
- Rare or highly specific conditions may not map cleanly to a single ICD-10 code
- Service may return an error if the input data field is empty or missing

## 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 one or more ICD-10 diagnosis codes matching the provided clinical text or medical description, typically including the alphanumeric code (e.g. K35.2) and its official description.

## 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/icd-10-mapper-oracle-mcp-e2b071eb/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)
