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 데이터와 상호 작용할 수 있습니다.
지엑스피1
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 명령을 직접 사용할 수 있습니다.
$
로 시작합니다.MIT
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