mcpserver.lol
registry/crevio
Connection check verified live · 20h ago

crevio

An AI agent that runs your online business: products, orders, customers, email, and sites.

Tools 14
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

14 tools

Read from the running server on 20h ago.

api_execute can modify data code*
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, transform results, retu…
api_search read-only code*
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 explore what's available…
ask_crevio message*approval_modeidempotency_keytimeout_seconds
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, socials, sites, researc…
cancel_run can modify data run_id*
Stop a run that is pending, running, or waiting for input. The run is finalized as failed with 'Cancelled by the caller'.
get_chat read-only chat_id*
Get a chat's title, kind, and latest run.
get_run read-only run_id*
Fetch a run's current status, summary, pending approvals, and (once settled) the agent's final reply.
list_chats read-only limitsearchending_beforestarting_after
List the account's chats, newest first.
list_messages read-only limitchat_id*ending_before
Read a chat's messages, oldest first. Returns the most recent `limit` messages; page back through older ones with starting_after.
list_runs read-only limitstatustask_idending_beforestarting_after
List the account's task runs, newest first — delegated jobs and scheduled tasks alike. Filter by status or task.
resolve_approvals run_id*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 run resumes in the ba…
send_message chat_id*message*timeout_seconds
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 one finished. Returns…
start_chat message*approval_modeidempotency_key
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_message. Follow the run wi…
wait_for_run read-only run_id*timeout_seconds
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 timeout passes; call…
whoami read-only
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 setup.