V
vibedeploy
/search_files
Grep across a site's files
Search for a literal string or basic regex across all files in either the served dist or the editable source tree. Use this BEFORE batch-reading files to find c
liveunknown~5s typical
mcpvibedeploy
$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-be-vibedeploy-vibedeploy /search_files for me.
Input
| Field | Type | Description |
|---|---|---|
| name | string | |
| siteId | string | |
| pattern* | string | Pattern to search for. Treated literal by default; pass regex:true to use as a basic regex |
| target | string (dist | source) | Where to search. 'dist' (default) searches the served files. 'source' searches the editabl |
| regex | boolean | When true, the pattern is interpreted as a basic regular expression. Default: false (liter |
| caseInsensitive | boolean | Default: false. When true, adds -i to grep. |
| glob | string | Filename glob filter, e.g. '*.js' or '*.{js,html}'. Applied via find before grep so we don |
| maxMatches | integer | Cap on returned matches. Default 200, hard max 1000. Truncation is reported via budgetExce |
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-be-vibedeploy-vibedeploy","endpoint":"/search_files","input":{"pattern":"..."}}'cli
npx cracked-ai run -p mcp-be-vibedeploy-vibedeploy -e /search_files -i '{"pattern":"..."}'mcp
run_tool({ provider: "mcp-be-vibedeploy-vibedeploy", endpoint: "/search_files", input: {"pattern":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.