JSON Query
Enables AI agents to query and extract data from large JSON files.
소개
JSON Query provides an MCP server that allows AI agents to effectively query and extract relevant information from large JSON files. By implementing the Model Context Protocol (MCP), it equips Large Language Models (LLMs) with tools to interact with and process extensive JSON data, facilitating tasks such as extracting specific data portions, searching for keys, and identifying similar values.
주요 기능
- Query JSON files using JSONPath expressions
- Search for values similar to a query string
- Search for keys similar to a query string
- 1 GitHub stars
사용 사례
- Extracting specific data from large JSON files for use in AI agent tasks.
- Facilitating AI agent interaction with JSON data exceeding typical context windows.
- Searching JSON data for keys or values related to a specific query.