Skip to main content
Glama

open-webSearch

by Aas-ee
Apache 2.0
10
177

search

Perform web searches across multiple engines like Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN without requiring API keys or complex setup.

Instructions

Search the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave) 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" ], "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