MCP server intelligence profile

diff-mcp Server

compare 2 text or data (supports text diffs, json, json5, yaml, toml, xml and html). powered by jsondiffpatch

Local Onlybenjamine
Awaiting current scanNpm · 0.0.5

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

1Distribution channel
1Independently 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 diff-mcp from npm

Version 0.0.5 declares 1 executable entrypoint.

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

Identity

Canonical slugdiff-mcp-bacd500cDeploymentLocal Only
Canonical packagenpm:diff-mcpRepositorybenjamine/jsondiffpatch
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmdiff-mcp0.0.55Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmdiff-mcp0.0.5CurrentSep 5, 20261 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
diff-mcpServer-reported name
1Capability groups
Aug 15, 2026Observed

Tools 1

ToolCategoryAnnotationsRisk
diffcompare text or data and get a readable diff
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "left": {
      "anyOf": [
        {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "object",
              "propertyNames": {
                "type": "string"
              },
              "additionalProperties": {}
            }
          ]
        },
        {
          "type": "array",
          "items": {}
        }
      ],
      "description": "The left side of the diff."
    },
    "leftFormat": {
      "description": "format of left side of the diff",
      "default": "json5",
      "type": "string",
      "enum": [
        "text",
        "json",
        "json5",
        "yaml",
        "toml",
        "xml",
        "html"
      ]
    },
    "right": {
      "anyOf": [
        {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "object",
              "propertyNames": {
                "type": "string"
              },
              "additionalProperties": {}
            }
          ]
        },
        {
          "type": "array",
          "items": {}
        }
      ],
      "description": "The right side of the diff (to compare with the left side)."
    },
    "rightFormat": {
      "description": "format of right side of the diff",
      "default": "json5",
      "type": "string",
      "enum": [
        "text",
        "json",
        "json5",
        "yaml",
        "toml",
        "xml",
        "html"
      ]
    },
    "outputFormat": {
      "default": "text",
      "description": "The output format. text: (default) human readable text diff, json: a compact json diff (jsondiffpatch delta format), jsonpatch: json patch diff (RFC 6902)",
      "type": "string",
      "enum": [
        "text",
        "json",
        "jsonpatch"
      ]
    }
  },
  "required": [
    "left",
    "right"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

diff-mcp Server questions

How do I install diff-mcp Server?

Install the selected package version with: npm install --save-exact diff-mcp@0.0.5

What tools does diff-mcp Server provide?

diff-mcp Server exposed 1 tool during independent protocol observation, including diff.

Is diff-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.