MIT License
XPath MCP サーバー
XML コンテンツに対して XPath クエリを実行するための MCP サーバー。
ツール
xpath
- XPath式を使用してXMLコンテンツをクエリする
- 入力:
xml
(文字列): クエリするXMLコンテンツquery
(文字列): 実行するXPathクエリmimeType
(オプション、文字列): MIME タイプ (例: text/xml、application/xml、text/html、application/xhtml+xml)
- 戻り値: XPathクエリの結果を文字列として返します
xpathwithurl
- URL からコンテンツを取得し、XPath 式を使用してクエリを実行します。
- 入力:
url
(文字列): XML/HTMLコンテンツを取得するURLquery
(文字列): 実行するXPathクエリmimeType
(オプション、文字列): MIME タイプ (例: text/xml、application/xml、text/html、application/xhtml+xml)
- 戻り値: XPathクエリの結果を文字列として返します
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の mcp-xpath を自動的にインストールするには:
設定
Claude Desktopでの使用
claude_desktop_config.json
に以下を追加します。
npx
直接Node.js
/path/to/mcp-xpath
リポジトリへの実際のパスに置き換えます。
例
XMLコンテンツのクエリ
HTMLコンテンツのクエリ
クエリURLコンテンツ
発達
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
XMLコンテンツに対してXPathクエリを実行するためのMCPサーバー
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEasily find MCP servers using our MCP registry. Search with natural language.Last updated -15MIT License
ZoomEye MCP Serverofficial
AsecurityFlicenseAqualityMCP server for querying the ZoomEye APILast updated -344- MIT License