M
mcp
/run_audit
Run Full AEO Audit
Run a full AEO audit of a URL covering FIND, READ, and USE. Async: returns an audit_id to poll with get_audit. Accepts an optional target_keyword. Spends one au
liveunknown~5s typical
mcpmcp
$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-sitepulsar-mcp /run_audit for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Absolute URL to audit. |
| target_keyword | string | Optional keyword to evaluate against; inferred when absent. |
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-sitepulsar-mcp","endpoint":"/run_audit","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-ai-sitepulsar-mcp -e /run_audit -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-ai-sitepulsar-mcp", endpoint: "/run_audit", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.