Skip to main content
Glama

mcp-omnisearch

brave_search

Search technical documentation and developer resources privately using an independent index. Offers strong privacy protections, domain inclusion/exclusion, and result limits.

Instructions

Privacy-focused search engine with good coverage of technical topics. Features independent index and strong privacy protections. Best for technical documentation, developer resources, and privacy-sensitive queries.

Input Schema

NameRequiredDescriptionDefault
exclude_domainsNoList of domains to exclude from search results
include_domainsNoList of domains to include in search results
limitNoMaximum number of results to return
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "exclude_domains": { "description": "List of domains to exclude from search results", "items": { "type": "string" }, "type": "array" }, "include_domains": { "description": "List of domains to include in search results", "items": { "type": "string" }, "type": "array" }, "limit": { "description": "Maximum number of results to return", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-omnisearch

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/spences10/mcp-omnisearch'

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