← crevio.co

INDIVIDUAL MCP TOOL

api_search

Discover available Crevio API endpoints.

crevio.conone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.crevio.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for api_search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

crevio.co

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.crevio-api]
url = "https://mcp.crevio.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crevio-api": {
      "type": "http",
      "url": "https://mcp.crevio.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crevio-api
Remote MCP URL: https://mcp.crevio.co/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "crevio-api": {
      "url": "https://mcp.crevio.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crevio-api": {
      "type": "http",
      "url": "https://mcp.crevio.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crevio-api",
  "transport": "streamable-http",
  "url": "https://mcp.crevio.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • whoami — Identify the account, user, and credential behind this connection, with plan, credit balance, rate limits, and the tools available.
  • ask_crevio — Delegate a job to the Crevio agent and wait for the result.
  • start_chat — Open a chat with the Crevio agent and queue a run, without waiting.
  • list_chats — List the account's chats, newest first.
  • get_chat — Get a chat's title, kind, and latest run.
  • send_message — Continue a chat with follow-up instructions or answers — the agent keeps its context.
  • list_messages — Read a chat's messages, oldest first.
  • wait_for_run — Wait for a run to settle (completed, failed, or needs_input) and return it with the agent's final reply.