# MITRE ATT&CK Mapper MCP

> MITRE ATT&CK Mapper 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 textual descriptions of adversarial behaviors, incidents, or techniques to MITRE ATT&CK framework tactics, techniques, and sub-techniques

## Facts

- Endpoint: POST https://api.m2mcent.com/mitre-attck-mapper-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/mitre-att-ck-mapper-mcp-cc05c37d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NgUCUrcBLs7KeQ2TyQhn3

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 mitre-att-ck-mapper-mcp-cc05c37d -d '<json body>'
```

Example prompt: I have this incident report describing how an attacker used spear-phishing to gain access and then moved laterally — can you map the behaviors to specific MITRE ATT&CK techniques and tactics, giving me the technique IDs?

## When to prefer this

Use this endpoint when you need to automatically annotate threat intelligence, incident reports, or security findings with standardized MITRE ATT&CK identifiers. Ideal for SOC automation, CTI enrichment pipelines, red team reporting, and any workflow that needs to translate free-text attack descriptions into structured framework references without manually browsing the ATT&CK knowledge base.

## Known failure modes

- Empty or too-vague input string returns no technique matches
- Input describing non-adversarial behavior may produce irrelevant or low-confidence mappings
- Very long or multi-topic inputs may produce incomplete coverage
- Network timeout or payment failure returns a 402 or 5xx 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

A mapping of the input text to one or more MITRE ATT&CK tactics, techniques, and sub-techniques, including technique IDs (e.g. T1566.001), tactic names (e.g. Initial Access), and technique names derived from the described behaviors.

## 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/mitre-att-ck-mapper-mcp-cc05c37d/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)
