XML operations: parse and validate, get a node by path, find elements by tag/attribute, pretty-format, minify, convert to JSON.
| Parameter | Type | Description |
|---|---|---|
| operationrequired | string | Operation to perform. One of: parse, get, find, format, minify, to_json. |
| filePathoptional | string | Path to XML file (alternative to xml). |
| xmloptional | string | XML string to process (alternative to filePath). |
| outputPathoptional | string | Output file path. |
| pathoptional | string | XPath or dot-notation path. |
| tagoptional | string | Element tag name to find. |
| attributeoptional | string | Attribute name to filter by. |
| limitoptional | integer | Max find results. Default: 100. |
| Field | Type | Description |
|---|---|---|
| No output fields defined | ||
No examples available.
ppm install mcp-xml
GET /v1/packages/mcp-xml/1.0.2/schema
GET /v1/mcp/discover?q=xml
ppm install mcp-xml or invoke remotely via POST /v1/invoke/mcp-xml on the MCP Service.