Skip to main content
Glama

open-webSearch

by Aas-ee

search

Perform web searches across multiple engines like Bing, Baidu, DuckDuckGo, and more without needing API keys. Customize queries, set result limits, and choose preferred search engines for tailored results.

Instructions

Search the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave, Juejin(掘金)) with no API key required

Input Schema

NameRequiredDescriptionDefault
enginesNo
limitNo
queryYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "engines": { "default": [ "bing" ], "items": { "enum": [ "baidu", "bing", "csdn", "duckduckgo", "exa", "brave", "juejin" ], "type": "string" }, "minItems": 1, "type": "array" }, "limit": { "default": 10, "maximum": 50, "minimum": 1, "type": "number" }, "query": { "minLength": 1, "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from open-webSearch

Related Tools

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/Aas-ee/open-webSearch'

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