MCP for evaluating xpath
2.2K
MCP for evaluating xpath
| Attribute | Details |
|---|---|
| Image Source | Community Image |
| Author | thirdstrandstudio |
| Repository | https://github.com/thirdstrandstudio/mcp-xpath |
| Dockerfile | https://github.com/thirdstrandstudio/mcp-xpath/blob/main/Dockerfile |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
xpath | Select query XML content using XPath |
xpathwithurl | Fetch content from a URL and select query it using XPath |
xpathSelect query XML content using XPath
| Parameters | Type | Description |
|---|---|---|
query | string | The XPath query to execute |
xml | string | The XML content to query |
mimeType | string optional | The MIME type (e.g. text/xml, application/xml, text/html, application/xhtml+xml) |
xpathwithurlFetch content from a URL and select query it using XPath
| Parameters | Type | Description |
|---|---|---|
query | string | The XPath query to execute |
url | string | The URL to fetch XML/HTML content from |
mimeType | string optional | The MIME type (e.g. text/xml, application/xml, text/html, application/xhtml+xml) |
{
"mcpServers": {
"thirdstrandstudio-mcp-xpath": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcpcommunity/thirdstrandstudio-mcp-xpath"
]
}
}
}
Content type
Image
Digest
sha256:30a6ea917…
Size
239.8 MB
Last updated
over 1 year ago
docker pull mcpcommunity/thirdstrandstudio-mcp-xpath