netcafe-devkit
N
netcafe-devkit
/diff_text

What changed between two texts, line by line

Returns which lines were added and which were removed, with line numbers — computed with a longest-common-subsequence, not guessed by a model. Use to compare tw

liveverifiedunknown~5s typical
mcpprobednetcafe-devkit
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ainetcafe-netcafe-devkit /diff_text for me.

Input

FieldTypeDescription
a*stringThe first (before) text.
b*stringThe second (after) text.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-ainetcafe-netcafe-devkit","endpoint":"/diff_text","input":{"a":"...","b":"..."}}'
cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-devkit -e /diff_text -i '{"a":"...","b":"..."}'
mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-devkit", endpoint: "/diff_text", input: {"a":"...","b":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.