Skip to main content
Glama

Smart Search MCP

by adminhuan

ai_search_web

Search the web using Google, Bing, Baidu, or Sogou to find information and generate search result URLs for further investigation.

Instructions

🔍 网络搜索 - 通用网络搜索(Google/Bing/百度/搜狗)

【重要】此工具会返回搜索URL,Claude Code应该使用WebFetch工具访问该URL以获取真实搜索结果。

Input Schema

NameRequiredDescriptionDefault
countNo期望的结果数量,默认10
engineNo搜索引擎,默认baidubaidu
queryYes搜索关键词

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "期望的结果数量,默认10", "type": "number" }, "engine": { "default": "baidu", "description": "搜索引擎,默认baidu", "enum": [ "google", "bing", "baidu", "sogou" ], "type": "string" }, "query": { "description": "搜索关键词", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/adminhuan/smart-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server