fast-web-search-mcp
by iPraBhu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FWSMCP_LOG_LEVEL | No | Log verbosity: debug, info, warn, error | warn |
| FWSMCP_PROVIDERS | No | Comma-separated provider list | duckduckgo,bing,wikipedia |
| FWSMCP_LOG_FORMAT | No | Log format: text or json | text |
| FWSMCP_CONFIG_FILE | No | Path to optional JSON config file | |
| FWSMCP_SAFE_SEARCH | No | Safe search level: off, moderate, strict | moderate |
| FWSMCP_SEARXNG_URL | No | Optional SearXNG instance URL | |
| FWSMCP_CACHE_ENABLED | No | Enable in-memory result cache | true |
| FWSMCP_DEFAULT_REGION | No | Default region for searches | us-en |
| FWSMCP_REDACT_QUERIES | No | Redact search queries in logs | true |
| FWSMCP_DEFAULT_LANGUAGE | No | Default language for searches | en |
| FWSMCP_FETCH_TIMEOUT_MS | No | Page fetch timeout (ms) | 15000 |
| FWSMCP_CACHE_MAX_ENTRIES | No | Maximum cache entries | 250 |
| FWSMCP_NEWS_CACHE_TTL_MS | No | News cache TTL (5 min) | 300000 |
| FWSMCP_PAGE_CACHE_TTL_MS | No | Page cache TTL (30 min) | 1800000 |
| FWSMCP_PROVIDER_STRATEGY | No | Strategy: fallback or merge | fallback |
| FWSMCP_SEARCH_TIMEOUT_MS | No | Search operation timeout (ms) | 20000 |
| FWSMCP_MAX_SEARCH_RESULTS | No | Maximum results per search | 25 |
| FWSMCP_DIAGNOSTICS_ENABLED | No | Enable diagnostics tool | false |
| FWSMCP_PROVIDER_TIMEOUT_MS | No | Per-provider timeout (ms) | 10000 |
| FWSMCP_RESEARCH_TIMEOUT_MS | No | search_and_fetch total timeout (ms) | 45000 |
| FWSMCP_SEARCH_CACHE_TTL_MS | No | Search cache TTL (15 min) | 900000 |
| FWSMCP_MAX_FETCH_CHARACTERS | No | Maximum characters per fetch | 100000 |
| FWSMCP_GLOBAL_EXCLUDE_DOMAINS | No | Comma-separated domains to always exclude |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/iPraBhu/fast-web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server