# TEI XML Exporter MCP

> TEI XML Exporter MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Converts or exports content data into TEI (Text Encoding Initiative) XML format for scholarly and archival use

## Facts

- Endpoint: POST https://api.m2mcent.com/tei-xml-exporter-mcp/api/process
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tei-xml-exporter-mcp-995ce83d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kYTZCvBWqlEDJfzLiVil1

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 tei-xml-exporter-mcp-995ce83d -d '<json body>'
```

Example prompt: Can you export this document text into TEI XML format so I can submit it to our digital humanities archive? Here's the raw content: 'Chapter 1. The Origins of the Manuscript...'

## When to prefer this

Choose this endpoint when you need to produce TEI XML output specifically compliant with Text Encoding Initiative standards for digital humanities, academic publishing, or archival workflows. Prefer this over generic XML converters when the target system expects TEI-specific tags and structure.

## Known failure modes

- Empty or missing 'data' field returns an error
- Malformed or overly complex input text may produce incomplete XML encoding
- Very large text inputs may time out or be truncated
- Non-textual binary data passed as string may cause processing errors

## 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 TEI (Text Encoding Initiative) XML document encoding the provided text data, formatted according to TEI schema standards suitable for digital humanities, archival, and scholarly publishing workflows.

## 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/tei-xml-exporter-mcp-995ce83d/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)
