# XPath Server

Execute XPath queries on XML and HTML content effortlessly. Fetch and query data from URLs or local XML, returning results in a structured format. Enhance your applications with powerful XML data man…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add thirdstrandstudio/mcp-xpath

# Browse available tools
npx -y @smithery/cli@latest tool list thirdstrandstudio/mcp-xpath

# Get full schema for a tool
npx -y @smithery/cli@latest tool get thirdstrandstudio/mcp-xpath xpath

# Call a tool
npx -y @smithery/cli@latest tool call thirdstrandstudio/mcp-xpath xpath '{}'
```

## Tools (2)

- `xpath` — Select query XML content using XPath
- `xpathwithurl` — Fetch content from a URL and select query it using XPath

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get thirdstrandstudio/mcp-xpath <tool-name>
```

---

Source: https://github.com/thirdstrandstudio/mcp-xpath | License: MIT
