Sign inSign up

mcpcommunity/thirdstrandstudio-mcp-xpath

By mcpcommunity

Updated over 1 year ago

MCP for evaluating xpath

Image
Machine learning & AI
0

2.2K

mcpcommunity/thirdstrandstudio-mcp-xpath repository overview

Thirdstrandstudio-mcp-xpath MCP Server

MCP for evaluating xpath

What is an MCP Server?

Characteristics

AttributeDetails
Image SourceCommunity Image
Authorthirdstrandstudio
Repositoryhttps://github.com/thirdstrandstudio/mcp-xpath
Dockerfilehttps://github.com/thirdstrandstudio/mcp-xpath/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
LicenceMIT License

Available Tools

Tools provided by this ServerShort Description
xpathSelect query XML content using XPath
xpathwithurlFetch content from a URL and select query it using XPath

Tools Details

Tool: xpath

Select query XML content using XPath

ParametersTypeDescription
querystringThe XPath query to execute
xmlstringThe XML content to query
mimeTypestring optionalThe MIME type (e.g. text/xml, application/xml, text/html, application/xhtml+xml)

Tool: xpathwithurl

Fetch content from a URL and select query it using XPath

ParametersTypeDescription
querystringThe XPath query to execute
urlstringThe URL to fetch XML/HTML content from
mimeTypestring optionalThe MIME type (e.g. text/xml, application/xml, text/html, application/xhtml+xml)

Use this MCP Server

{
  "mcpServers": {
    "thirdstrandstudio-mcp-xpath": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcpcommunity/thirdstrandstudio-mcp-xpath"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Tag summary

Content type

Image

Digest

sha256:30a6ea917

Size

239.8 MB

Last updated

over 1 year ago

docker pull mcpcommunity/thirdstrandstudio-mcp-xpath