cerase-search MCP

cerase-search MCP

Enables web search and deep multi-source research for Cerase agents via LiteLLM proxy, with billing attribution per agent.

Category
Visit Server

README

cerase-search MCP

First-party web search for Cerase agents (TOOLS-2). Replaces the external kiso-search. Routed via cerase-litellm.

Tools

Tool LiteLLM alias Use
search(agent_id, query) search (standard) everyday "find / look up / latest on"
deepsearch(agent_id, query) deepsearch (advanced) deeper multi-source research

agent_id is bound by the gateway from the calling Agent's identity (same pattern as cerase-memory's user_id) and is injected into the LiteLLM request as metadata.cerase_agent_id so RecalcTenantUsage attributes the spend per-agent.

Billing

A search costs both:

  • the token charge at the tool-model multiplier (×3 search / ×15 deepsearch) via the SpendLogs stream, and
  • a flat fee web_search_cr (20 cr) via the gateway's event_log mcp_call row (tool_namebillable_search_tools).

Source of truth: control-plane/config/cerase.php → credit_pricing.

Env

Var Default Meaning
LITELLM_BASE_URL http://cerase-litellm:4000 LiteLLM proxy base
LITELLM_MASTER_KEY provider key
CERASE_SEARCH_ALIAS search override search alias
CERASE_DEEPSEARCH_ALIAS deepsearch override deepsearch alias

Run shape

mcp-proxy --port 3000 -- python /app/server.py (FastMCP stdio → HTTP/SSE), identical to the other cerase-* MCP images. GHCR image ghcr.io/cerase-ai/cerase-search-mcp:<tag> built by .github/workflows/docker-publish.yml.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured