C
Crevio
14 endpointsliveAn AI agent that runs your online business: products, orders, customers, email, and sites. (MCP server co.crevio/crevio, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Crevio.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| whoami /whoami | Identify the account, user, and credential behind this connection, with plan, credit balance, rate limits, and the tools available. Call it first to verify the | $0.0020 per call | unknown |
| ask crevio /ask_crevio | Delegate a job to the Crevio agent and wait for the result. Starts a run that works your account through the Crevio API (products, customers, orders, email, soc | $0.0020 per call | unknown |
| start chat /start_chat | Open a chat with the Crevio agent and queue a run, without waiting. Returns the run immediately — its `chat_id` is the conversation to continue with send_messag | $0.0020 per call | unknown |
| list chats /list_chats | List the account's chats, newest first. | $0.0020 per call | unknown |
| get chat /get_chat | Get a chat's title, kind, and latest run. | $0.0020 per call | unknown |
| send message /send_message | Continue a chat with follow-up instructions or answers — the agent keeps its context. Resumes a run waiting in needs_input, or queues a new run when the last on | $0.0020 per call | unknown |
| list messages /list_messages | Read a chat's messages, oldest first. Returns the most recent `limit` messages; page back through older ones with starting_after. | $0.0020 per call | unknown |
| wait for run /wait_for_run | Wait for a run to settle (completed, failed, or needs_input) and return it with the agent's final reply. Returns wait_timed_out if it is still running when the | $0.0020 per call | unknown |
| get run /get_run | Fetch a run's current status, summary, pending approvals, and (once settled) the agent's final reply. | $0.0020 per call | unknown |
| list runs /list_runs | List the account's task runs, newest first — delegated jobs and scheduled tasks alike. Filter by status or task. | $0.0020 per call | unknown |
| resolve approvals /resolve_approvals | Approve or deny the integration actions a run is paused on (status needs_input with pending_approval_ids). Submit a decision for every pending id at once; the r | $0.0020 per call | unknown |
| cancel run /cancel_run | Stop a run that is pending, running, or waiting for input. The run is finalized as failed with 'Cancelled by the caller'. | $0.0020 per call | unknown |
| api search /api_search | Discover available Crevio API endpoints. Use this BEFORE `api_execute` when you're unsure which endpoint to call, need to check parameter names, or want to expl | $0.0020 per call | unknown |
| api execute /api_execute | Execute Ruby in a sandboxed VM against the Crevio REST API. Use `api_search` first to find the endpoint and its body fields, then call it here. Chain calls, tra | $0.0020 per call | unknown |