MCP server intelligence profile

JSON Filter MCP Server

Query only the data you need from your JSON file and keep your context clean

Local Onlykehvinbehvin
Awaiting current scanNpm · 1.1.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install json-mcp-filter from npm

Version 1.1.0 declares 1 executable entrypoint.

npm install --save-exact json-mcp-filter@1.1.0
npx -y -p json-mcp-filter@1.1.0 json-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "json-mcp-filter": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "json-mcp-filter@1.1.0",
        "json-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugjson-filter-mcp-8d2faed8DeploymentLocal Only
Canonical packagenpm:json-mcp-filterRepositorykehvinbehvin/json-mcp-filter
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmjson-mcp-filter1.1.04Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmjson-mcp-filter1.1.0CurrentSep 5, 20263 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
json-mcpServer-reported name
1Capability groups
Aug 15, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
json_dry_runAnalyze the size breakdown of JSON data using a shape object to determine granularity. Returns size information in bytes for each specified field, mirroring the shape structure but with size values instead of data.
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Path to the JSON file (local) or HTTP/HTTPS URL to analyze"
    },
    "shape": {
      "description": "Shape object (formatted as valid JSON) defining what to analyze for size. Use 'true' to get total size of a field, or nested objects for detailed breakdown.\n\nExamples:\n1. Get size of single field: {\"name\": true}\n2. Get sizes of multiple fields: {\"name\": true, \"email\": true, \"age\": true}\n3. Get detailed breakdown: {\"user\": {\"name\": true, \"profile\": {\"bio\": true}}}\n4. Analyze arrays: {\"posts\": {\"title\": true, \"content\": true}} - gets total size of all matching elements\n5. Complex analysis: {\n   \"metadata\": true,\n   \"users\": {\n     \"name\": true,\n     \"settings\": {\n       \"theme\": true\n     }\n   },\n   \"posts\": {\n     \"title\": true,\n     \"tags\": true\n   }\n}\n\nNote: \n- Returns size in bytes for each specified field\n- Output structure mirrors the shape but with size values\n- Array analysis returns total size of all matching elements\n- Use json_schema tool to understand the JSON structure first"
    }
  },
  "required": [
    "filePath"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
json_filterFilter JSON data using a shape object to extract only the fields you want. Provide filePath (local file or HTTP/HTTPS URL) and shape parameters.
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Path to the JSON file (local) or HTTP/HTTPS URL to filter"
    },
    "shape": {
      "description": "Shape object (formatted as valid JSON) defining what fields to extract. Use 'true' to include a field, or nested objects for deep extraction.\n\nExamples:\n1. Extract single field: {\"type\": true}\n2. Extract multiple fields: {\"type\": true, \"version\": true, \"source\": true}\n3. Extract nested fields: {\"appState\": {\"gridSize\": true, \"viewBackgroundColor\": true}}\n4. Extract from arrays: {\"elements\": {\"type\": true, \"x\": true, \"y\": true}} - applies to each array item\n5. Complex nested extraction: {\n   \"type\": true,\n   \"version\": true,\n   \"appState\": {\n     \"gridSize\": true,\n     \"viewBackgroundColor\": true\n   },\n   \"elements\": {\n     \"type\": true,\n     \"text\": true,\n     \"x\": true,\n     \"y\": true,\n     \"boundElements\": {\n       \"type\": true,\n       \"id\": true\n     }\n   }\n}\n\nNote: \n- Arrays are automatically handled - the shape is applied to each item in the array.\n- Use json_schema tool to analyse the JSON file schema before using this tool.\n- Use json_dry_run tool to get a size breakdown of your desired json shape before using this tool.\n"
    },
    "chunkIndex": {
      "type": "number",
      "description": "Index of chunk to retrieve (0-based). If filtered data exceeds 400KB, it will be automatically chunked. Defaults to 0 if not specified."
    }
  },
  "required": [
    "filePath"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
json_schemaGenerate TypeScript schema for a JSON file or remote JSON URL. Provide the file path or HTTP/HTTPS URL as the only parameter.
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "JSON file path (local) or HTTP/HTTPS URL to generate schema from"
    }
  },
  "required": [
    "filePath"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

JSON Filter MCP Server questions

How do I install JSON Filter MCP Server?

Install the selected package version with: npm install --save-exact json-mcp-filter@1.1.0

What tools does JSON Filter MCP Server provide?

JSON Filter MCP Server exposed 3 tools during independent protocol observation, including json_dry_run, json_filter, json_schema.

Is JSON Filter MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.