cerase-search MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cerase-search MCPfind the latest news on artificial intelligence"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
|
| everyday "find / look up / latest on" |
|
| 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.
Related MCP server: websearch-mcp
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'sevent_logmcp_callrow (tool_name∈billable_search_tools).
Source of truth: control-plane/config/cerase.php → credit_pricing.
Env
Var | Default | Meaning |
|
| LiteLLM proxy base |
| — | provider key |
|
| override search alias |
|
| 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI agents to search the web, crawl websites, and perform intelligent RAG queries with semantic search capabilities. Includes integrated private search engine, vector database storage, and optional knowledge graph for AI hallucination detection in code repositories.Last updated1MIT
- AlicenseAquality-maintenanceEnables web searching via SearXNG, page content extraction with Crawl4AI, and image analysis using vision language models. It provides AI agents with tools for information synthesis and web-based data retrieval through OpenAI-compatible LLM endpoints.Last updated3
- Alicense-qualityDmaintenanceEnables web search for AI agents with pay-per-search in USDC, no API keys needed.Last updatedMIT
- AlicenseAqualityCmaintenanceEnables web search through a LiteLLM proxy's SearXNG-backed search endpoint.Last updated125MIT
Related MCP Connectors
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
The best web search for your AI Agent
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cerase-ai/cerase-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server