Skip to main content
Glama

Earch MCP

by nanameru

web.search

Perform web searches using Brave Search API to retrieve relevant results for queries with customizable parameters like count, country, safesearch, and freshness.

Instructions

Brave Web Search: returns results for query q

Input Schema

NameRequiredDescriptionDefault
countNo
countryNo
freshnessNo
qYes
safesearchNo

Input Schema (JSON Schema)

{ "properties": { "count": { "maximum": 50, "minimum": 1, "type": "integer" }, "country": { "type": "string" }, "freshness": { "enum": [ "pd", "pw", "pm", "py" ] }, "q": { "minLength": 1, "type": "string" }, "safesearch": { "enum": [ "off", "moderate", "strict" ] } }, "required": [ "q" ], "type": "object" }

Other Tools from Earch MCP

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

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