URL Text Fetcher MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAVE_API_KEY | Yes | Brave Search API key | |
| REQUEST_TIMEOUT | No | Request timeout in seconds (default: 10) | 10 |
| MAX_RESPONSE_SIZE | No | Maximum response size in bytes (default: 10485760) | 10485760 |
| BRAVE_RATE_LIMIT_RPS | No | Rate limit for Brave Search API in requests per second (default: 1) | 1 |
| CONTENT_LENGTH_LIMIT | No | Content length limit in characters (default: 5000) | 5000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_server_infoA | Get information about this MCP server including version, implementation, and capabilities. Returns: Server information including version, implementation type, and available features |
| test_brave_searchC | Test the Brave Search API connection and configuration. Args: query: Test query to search for (default: "test") |
| fetch_url_textA | Download all visible text from a URL. Args: url: The URL to fetch text from |
| fetch_page_linksB | Return a list of all links on the page. Args: url: The URL to fetch links from |
| brave_search_and_fetchA | 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) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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