Skip to main content
Glama

URL Text Fetcher MCP Server

by billallison

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRAVE_API_KEYYesYour Brave Search API key (required for search functionality)
REQUEST_TIMEOUTNoRequest timeout in seconds10
MAX_RESPONSE_SIZENoMaximum response size in bytes10485760
BRAVE_RATE_LIMIT_RPSNoBrave Search API Rate Limit in requests per second. Free tier: 1, Paid tier: 20, Higher tier: 501
CONTENT_LENGTH_LIMITNoContent length limit in characters5000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_server_info

Get information about this MCP server including version, implementation, and capabilities.

Returns: Server information including version, implementation type, and available features

test_brave_search

Test the Brave Search API connection and configuration.

Args: query: Test query to search for (default: "test")

fetch_url_text

Download all visible text from a URL.

Args: url: The URL to fetch text from

fetch_page_links

Return a list of all links on the page.

Args: url: The URL to fetch links from

brave_search_and_fetch

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)

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