
Diff Patch Tools
- Updated May 17, 2026
- lazymac2x/diff-patch-tools-api
Cloudflare Workers MCP server: diff-patch-tools.
About
Cloudflare Workers MCP server: diff-patch-tools. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/diff-patch-tools. Cloudflare Workers MCP server: diff-patch-tools. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/diff-patch-tools Teams adopt it when they want repeatable diff-patch-tools-api operations inside agent sessions instead of manual CLI steps or bespoke API scripts.
- Cloudflare Workers MCP server: diff-patch-tools. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/diff-patch-tools
- Cloudflare Workers MCP server: diff-patch-tools. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/diff-patch-tools
- Install via npx or Docker with MCP client configuration for Cursor or Claude Desktop.
- Tool schemas documented in README for agent-driven diff-patch-tools-api workflows.
- Supports authorized diff-patch-tools-api automation from IDE agents without custom glue code.
Diff Patch Tools by the numbers
- Exposes 6 verified tools (MCP introspection)
- Data as of Jul 9, 2026 (Skillselion catalog sync)
claude mcp add --transport http diff-patch-tools https://api.lazy-mac.com/diff-patch-tools/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 6 |
| Last updated | May 17, 2026 |
| Repository | lazymac2x/diff-patch-tools-api ↗ |
How do agents access diff-patch-tools-api capabilities without custom integration code?
Cloudflare Workers MCP server: diff-patch-tools. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/diff-patch-tools
Who is it for?
Developers wiring diff-patch-tools-api into Cursor, Claude Desktop, or other MCP clients.
Skip if: Teams that need features outside the documented diff-patch-tools-api tool surface.
What you get
Configured MCP host can call diff-patch-tools-api tools with schemas from the server README.
- Structured diff/patch operations callable from the agent
- Smaller, reviewable change sets before ship
- Reference endpoint for patch validation in automated review flows
By the numbers
- Server version 1.0.0
- 1 streamable-http remote
- Cloudflare Workers host (lazy-mac.com)
Diff Patch Tools capabilities & compatibility
- Capabilities
- cloudflare workers mcp server: diff patch tools. · install via npx or docker with mcp client config · tool schemas documented in readme for agent driv
- Use cases
- api development · orchestration
- Runs
- Local or remote
- Pricing
- Bring your own API key
Tools 6
Public tool metadata - what this server can do for an agent.
text_diff5 paramsGenerate a unified diff between two text strings. Ideal for comparing file versions before and after edits.
originalstringrequiredOriginal textmodifiedstringrequiredModified textcontextnumberContext lines around each change (default 3)original_filestringLabel for the original file (default "original")modified_filestringLabel for the modified file (default "modified")
json_diff2 paramsCompute a structural diff between two JSON values, showing added, removed, and replaced fields.
originalrequiredOriginal JSON value (object, array, or JSON string)modifiedrequiredModified JSON value (object, array, or JSON string)
apply_patch2 paramsApply a unified diff patch to an original text and return the patched result.
originalstringrequiredOriginal text to patchpatchstringrequiredUnified diff patch string
three_way_merge5 paramsPerform a three-way merge of base, ours, and theirs. Conflicts are marked with standard diff3 conflict markers.
basestringrequiredCommon ancestor textoursstringrequiredOur version of the texttheirsstringrequiredTheir version of the textours_labelstringLabel for ours in conflict markers (default "ours")theirs_labelstringLabel for theirs in conflict markers (default "theirs")
diff_stats1 paramParse a unified diff string and return line-level statistics: additions, deletions, hunks, files changed.
diffstringrequiredUnified diff string to analyse
patch_validate2 paramsCheck whether a unified diff patch can be applied cleanly to an original text without actually applying it.
originalstringrequiredOriginal textpatchstringrequiredUnified diff patch string
README.md
diff-patch-tools-api
Cloudflare Workers MCP server: diff-patch-tools. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/diff-patch-tools
Recommended MCP Servers
How it compares
Patch and diff utility MCP, not a replacement for git itself or a full static-analysis review skill.
FAQ
What does diff-patch-tools-api do?
Cloudflare Workers MCP server: diff-patch-tools.
When should I use diff-patch-tools-api?
Cloudflare Workers MCP server: diff-patch-tools. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/diff-patch-tools
Is diff-patch-tools-api safe to install?
Review the Security Audits panel on this page before installing in production.