Skip to main content
Glama
JerryLiu369

agent-web-search

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARK_API_KEYNoRequired for ARK provider. One key, or multiple comma/newline-separated keys
EXA_API_KEYNoUses the paid Search API when present
EXA_MCP_URLNoOverrides the free MCP endpoint when no API key is set
XAI_API_KEYNoxAI API credential (required for Grok provider)
YDC_API_KEYNoYou.com Search API credential (required for You.com provider)
GEMINI_API_KEYNoGoogle AI API credential (required for Gemini provider)
TAVILY_API_KEYNoTavily Search API credential (required for Tavily provider)
PARALLEL_API_KEYNoEnables the paid API; omit it to use the free MCP
PERPLEXITY_API_KEYNoPerplexity Search API credential (required for Perplexity provider)
BRAVE_SEARCH_API_KEYNoBrave Web Search API credential (required for Brave provider)
AGENT_WEB_SEARCH_TIMEOUTNoSocket timeout for a single upstream HTTP call. Multi-step providers multiply it: keyless Parallel makes up to 3 calls (worst case 3×), ARK may append a continuation call (worst case 2×), so the whole search can take up to 3 × this value60
AGENT_WEB_SEARCH_HTTP_HOSTNoHTTP bind host for container deployments0.0.0.0
AGENT_WEB_SEARCH_HTTP_PORTNoHTTP bind port; explicit value overrides platform PORTPORT or 8000
AGENT_WEB_SEARCH_PROVIDERSNoComma-separated startup-enabled provider setddgs,exa,parallel
AGENT_WEB_SEARCH_ARK_MODELSNoComma/newline-separated ARK model IDs
AGENT_WEB_SEARCH_AUTH_TOKENNoRequired HTTP Bearer Token, at least 32 characters
AGENT_WEB_SEARCH_GROK_MODELSNoComma/newline-separated Grok model IDs
AGENT_WEB_SEARCH_GEMINI_MODELSNoComma/newline-separated Gemini model IDs
AGENT_WEB_SEARCH_MCP_TRANSPORTNostdio or http; --transport may override itstdio
AGENT_WEB_SEARCH_HTTP_LOG_LEVELNoUvicorn log level for the container serverinfo
AGENT_WEB_SEARCH_ALLOW_ANONYMOUSNoExplicitly disables HTTP auth for trusted/demo environmentsfalse
AGENT_WEB_SEARCH_HTTP_ALLOWED_HOSTSNoOptional comma-separated Host allowlist
AGENT_WEB_SEARCH_HTTP_ALLOWED_ORIGINSNoOptional comma-separated Origin allowlist; requires allowed hosts

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Search the web through multiple providers. Enabled providers: DuckDuckGo web search; Exa web search; Parallel LLM-optimized web search. Use a complete natural-language question. Failed providers are omitted from successful responses. If every enabled provider fails, the call returns a tool error with code all_providers_failed and per-provider diagnostics.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources