xmp4 — Semantic Code Intelligence
XS
xmp4 — Semantic Code Intelligence
/xmp4_search

xmp4 search

Search symbols in a project. Use xmp4_projects first to find the project identifier.

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

Input

FieldTypeDescription
kindstringFilter by kind: Class, Method, Function, etc.
max_resultsintegerMaximum results to return (default: 50). Kept as per-page upper bound alongside page_size.
output_formatstringOutput format: Compact (default) or Verbose
pageintegerPage number (1-based, default 1)
page_sizeintegerResults per page (default 20, max 100)
project*stringProject id: 'repo/project' or 'repo/project/language'. Case-insensitive prefix match. Appe
query*stringSearch query (symbol name or pattern)

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

Try it

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