Sign In

@clervo/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clervo/mcp

MCP tools for live Clervo Search and provider-neutral AI.

Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
660
235.03%
Maintainers
1
Weekly downloads
 
Created
Source

@clervo/mcp

Stdio MCP server for the live Clervo API. It exposes four bounded tools:

  • search_web → raw cited Search;
  • search_answer → cited synthesis;
  • models_list → the authoritative provider-neutral AI catalog;
  • ai_execute → normalized free execution or an exact paid challenge.
{
  "mcpServers": {
    "clervo": {
      "command": "npx",
      "args": ["-y", "@clervo/mcp"]
    }
  }
}

The default origin is https://api.clervo.dev. Set CLERVO_BASE_URL only for another HTTPS deployment or loopback development.

models_list publishes stable IDs, capabilities, health, availability, free/paid state, pricing, and commerce metadata. ai_execute can run a free model. For a paid model it returns the exact 402 challenge as an MCP error; it never creates a wallet, signs, pays, or retries a payment on the agent's behalf. Use a stable idempotency key for safe recovery.

The package writes MCP protocol messages to stdout and operational failures to stderr only. This client code is MIT licensed; use of the hosted Clervo service remains subject to its service terms.

Keywords

clervo

FAQs

Package last updated on 10 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts