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
77
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 数据,并具有用于过滤、排序、转换和聚合数据的扩展操作。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/JSON-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server