AtlasForge-WebProxy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAVE_API_KEY | No | Brave Search API key. | |
| ATLASFORGE_WEB_PROXY_URL | No | MCP/client target URL. | |
| WEB_PROXY_ALLOW_DNS_FAIL | No | Legacy DNS fail-open mode (1/0). | 0 |
| ATLASFORGE_WEB_PROXY_HOST | No | Flask bind host. | 127.0.0.1 |
| ATLASFORGE_WEB_PROXY_PORT | No | Flask bind port. | 8765 |
| ATLASFORGE_WEB_PROXY_PROVIDER | No | Search provider: auto, brave, duckduckgo, or ddgs. | auto |
| ATLASFORGE_WEB_PROXY_CACHE_DIR | No | Search/fetch/image cache directory. | |
| ATLASFORGE_WEB_PROXY_PAPER_DIR | No | Paper PDF/text artifacts directory. | |
| ATLASFORGE_WEB_PROXY_TIMEOUT_S | No | Service outbound timeout in seconds. | 20 |
| ATLASFORGE_WEB_PROXY_FETCH_TTL_S | No | Page fetch cache TTL in seconds. | 86400 |
| ATLASFORGE_WEB_PROXY_PAPER_TTL_S | No | Paper fetch cache TTL in seconds. | 604800 |
| ATLASFORGE_WEB_PROXY_RETRY_BASE_S | No | Retry base delay in seconds. | 0.5 |
| ATLASFORGE_WEB_PROXY_RETRY_JITTER | No | Enable retry jitter (1/0). | 1 |
| ATLASFORGE_WEB_PROXY_SEARCH_TTL_S | No | Search cache TTL in seconds. | 1800 |
| ATLASFORGE_WEB_PROXY_MCP_TIMEOUT_S | No | MCP-to-service timeout in seconds. | 30 |
| ATLASFORGE_WEB_PROXY_RETRY_ATTEMPTS | No | Fetch retry attempts. | 3 |
| ATLASFORGE_WEB_PROXY_UA_RETRY_ON_403 | No | Retry 403 with browser user agent (1/0). | 1 |
| ATLASFORGE_WEB_PROXY_CLIENT_TIMEOUT_S | No | Python client timeout in seconds. | 30 |
| ATLASFORGE_WEB_PROXY_RETRY_AFTER_MAX_S | No | Max Retry-After delay in seconds. | 60 |
| ATLASFORGE_WEB_PROXY_REDDIT_OLD_FALLBACK | No | Try old.reddit fallback (1/0). | 1 |
| ATLASFORGE_WEB_PROXY_ENABLE_ATLASFORGE_TOOLS | No | Optional AtlasForge stage tools (1/0). | 0 |
| ATLASFORGE_WEB_PROXY_ENABLE_INVESTIGATION_CAPTURE | No | Optional AtlasForge JSON mirroring (1/0). | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| WebSearchA | Search the web for information. Returns unfiltered search results with title, URL, and snippet for each result. No domain blocks, no content filtering. Uses Brave API if configured, otherwise DuckDuckGo. |
| WebFetchA | Fetch content from a URL. Returns raw extracted content: title, headings, full text, and links. No summarization — returns the actual page content. Reddit URLs auto-route to JSON API. Image URLs auto-detect and save locally. Cached for 24h per URL. |
| WebResearchA | Combined search + fetch: searches the web, then fetches the top N result pages. Returns search results plus extracted content from each page. Single call for research queries. |
| PaperFetchA | Download an open-access paper PDF directly and extract full paper text when possible. Use this for arXiv/PDF paper sources before quoting a paper. Returns local artifact paths, SHA-256, page extraction metadata, and extracted text. This is separate from webpage WebFetch. |
| ImageSearchA | Search for images. Uses Brave API if configured, otherwise DuckDuckGo. Returns image URLs, source page URLs, thumbnails, dimensions. Optionally downloads top N images locally for vision tool access. The safesearch parameter controls content filtering: 'off' disables all filtering, 'moderate' is the default DDG behavior, 'on' is strict SFW. |
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/DragonShadows1978/AtlasForge-WebProxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server