A
securityA
licenseA
qualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
Last updated -
10
53
Python
MIT License
JSONデータのクエリと操作のためのJSONモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、LLMは標準化されたツールセットを通じてJSONデータを操作できるようになります。
url
(文字列): JSONデータソースのURLjsonPath
(文字列): オプションの操作を含むJSONPath式url
(文字列): JSONデータソースのURLjsonPath
(文字列): ベースJSONPath式condition
(文字列): フィルター条件$[0:5]
、 $[-3:]
、 $[1:4]
$.sort(price)
、 $.sort(-price)
$.distinct()
$.map(fieldName)
$.flatten()
$.union([1,2,3])
$.intersection([1,2,3])
$.toLowerCase()
、 $.toUpperCase()
$.startsWith('test')
、 $.endsWith('test')
$.contains('test')
、 $.matches('pattern')
$.math(+10)
、 $.pow2()
$.round()
、 $.floor()
、 $.ceil()
$.abs()
、 $.sqrt()
$.format('YYYY-MM-DD')
$.isToday()
$.add(1, 'days')
$.groupBy(category)
$.sum(price)
、 $.avg(price)
、 $.min(price)
、 $.max(price)
このサーバーを Claude Desktop アプリで使用するには、 claude_desktop_config.json
に次の構成を追加します。
あるいは、パッケージがインストールされている場合は、node コマンドを直接使用することもできます。
$
で始まりますマサチューセッツ工科大学
You must be authenticated.
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.
LLM が JSONPath 構文を使用して JSON データをクエリおよび操作し、データのフィルタリング、並べ替え、変換、および集約のための拡張操作を実行できるようにするモデル コンテキスト プロトコル サーバーの実装。