Skip to main content
Glama

URL Text Fetcher MCP Server

by billallison
.env.example869 B
# Example environment variables for the MCP server # Copy this file to .env and fill in your actual API key # Environment variables for URL Text Fetcher MCP Server # Copy from .env.example and fill in your actual values # Brave Search API Key - Get yours at https://api.search.brave.com/ # Free tier: 2,000 queries/month, max 1 per second # Rate limiting is automatically enforced by the server BRAVE_API_KEY= # Brave Search API Rate Limit (requests per second) # Free tier: 1 request per second # Paid tier: 20 requests per second # Higher tier: 50 requests per second # Set this to match your subscription level BRAVE_RATE_LIMIT_RPS=1 # Optional: Adjust timeout settings REQUEST_TIMEOUT=10 # Optional: Adjust content length limit (characters) CONTENT_LENGTH_LIMIT=5000 # Optional: Adjust maximum response size (bytes, default 10MB) MAX_RESPONSE_SIZE=10485760

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