Skip to main content
Glama

URL Text Fetcher MCP Server

by billallison

brave_search_and_fetch

Search the web using Brave Search and retrieve text content from the top results, allowing for efficient information extraction from multiple sources. Specify query and max results for tailored outputs.

Instructions

Search the web using Brave Search and automatically fetch content from the top results.

Args: query: The search query max_results: Maximum number of results to fetch content for (default: 3, max: 10)

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 3, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "brave_search_and_fetchArguments", "type": "object" }

Other Tools from URL Text Fetcher MCP Server

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/billallison/brsearch-mcp-server'

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