mcp-xml mcp

v1.0.2 · MCP Tool · data · registry.pascalai.org

XML operations: parse and validate, get a node by path, find elements by tag/attribute, pretty-format, minify, convert to JSON.

xmldataxpathparsejsonformatlinux

Input Parameters

ParameterTypeDescription
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.

Output Fields

FieldTypeDescription
No output fields defined

Examples

No examples available.

Install & Discovery

Install

ppm install mcp-xml

Get JSON Schema

GET /v1/packages/mcp-xml/1.0.2/schema

Discover by keyword

GET /v1/mcp/discover?q=xml
Discovery hint: Install with ppm install mcp-xml or invoke remotely via POST /v1/invoke/mcp-xml on the MCP Service.