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
mcpprobedxmp4—semantic
$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
| Field | Type | Description |
|---|---|---|
| kind | string | Filter by kind: Class, Method, Function, etc. |
| max_results | integer | Maximum results to return (default: 50). Kept as per-page upper bound alongside page_size. |
| output_format | string | Output format: Compact (default) or Verbose |
| page | integer | Page number (1-based, default 1) |
| page_size | integer | Results per page (default 20, max 100) |
| project* | string | Project id: 'repo/project' or 'repo/project/language'. Case-insensitive prefix match. Appe |
| query* | string | Search 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.