Skip to main content
Glama

URL Text Fetcher MCP Server

by billallison

brave_search_and_fetch

Search the web using Brave Search and retrieve content from top results. Fetch text from URLs based on specified queries, supporting up to 10 results for comprehensive web scraping tasks.

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" }
Install Server

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