xmp4 — Semantic Code Intelligence
XS
xmp4 — Semantic Code Intelligence
/xmp4_symbol_at

xmp4 symbol at

LSP-style position→symbol lookup. Given (file_path, line, column) returns the symbol whose occurrence covers that cursor position. line is 1-based; column is 0-

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_symbol_at for me.

Input

FieldTypeDescription
columnintegerColumn number (0-based, default 0 = beginning of line)
file_path*stringFile path inside the project, relative to repo root
lineintegerLine number (1-based)
project*stringProject id: 'repo/project' or 'repo/project/language'. Case-insensitive prefix match. Appe

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

Try it

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