xmp4 — Semantic Code Intelligence
XS
xmp4 — Semantic Code Intelligence
/xmp4_view

xmp4 view

Read a raw file excerpt from an indexed project by line range. Use after xmp4_search/xmp4_outline locates the region of interest, or to expand a truncated xmp4_

liveverifiedunknown~5s typical
mcpprobedxmp4semantic
$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-ai-example4-xmp4 /xmp4_view for me.

Input

FieldTypeDescription
file_path*stringFile path inside the project, relative to repo root
from_lineintegerStarting line (1-based, default 1)
project*stringProject id: 'repo/project' or 'repo/project/language'. Case-insensitive prefix match. Appe
to_lineintegerEnding line (inclusive, default from_line+49, hard cap 500 lines per call)

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-ai-example4-xmp4","endpoint":"/xmp4_view","input":{"file_path":"...","project":"..."}}'
cli
npx cracked-ai run -p mcp-ai-example4-xmp4 -e /xmp4_view -i '{"file_path":"...","project":"..."}'
mcp
run_tool({ provider: "mcp-ai-example4-xmp4", endpoint: "/xmp4_view", input: {"file_path":"...","project":"..."} })

Try it

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