Back to Browse

Agent Web Search MCP Server

Search & WebLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Provider-neutral web_search for AI agents. Grounding + agent search APIs, keyless defaults.

About

Provider-neutral web_search for AI agents. Grounding + agent search APIs, keyless defaults.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Comma-separated startup-enabled provider set; defaults to ddgs,exa,parallel (all keyless)Optional

Environment variable: AGENT_WEB_SEARCH_PROVIDERS

Volcengine Ark API key for Doubao groundingRequired

Environment variable: ARK_API_KEY

Google Gemini API key for Google Search groundingRequired

Environment variable: GEMINI_API_KEY

xAI API key for Grok web/X searchRequired

Environment variable: XAI_API_KEY

DeepSeek API key for native web searchRequired

Environment variable: DEEPSEEK_API_KEY

Tavily API key for agent-oriented searchRequired

Environment variable: TAVILY_API_KEY

Brave Search API keyRequired

Environment variable: BRAVE_SEARCH_API_KEY

Perplexity API key for structured searchRequired

Environment variable: PERPLEXITY_API_KEY

You.com API keyRequired

Environment variable: YDC_API_KEY

Optional Exa key; free MCP fallback without itRequired

Environment variable: EXA_API_KEY

Optional Parallel key; free MCP fallback without itRequired

Environment variable: PARALLEL_API_KEY

Zhipu standalone Web Search API keyRequired

Environment variable: ZHIPU_WEB_SEARCH_API_KEY

Zhipu Chat Completions native web search keyRequired

Environment variable: ZHIPU_CHAT_SEARCH_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jerryliu369-agent-web-search": {
      "env": {
        "ARK_API_KEY": "your-ark-api-key-here",
        "EXA_API_KEY": "your-exa-api-key-here",
        "XAI_API_KEY": "your-xai-api-key-here",
        "YDC_API_KEY": "your-ydc-api-key-here",
        "GEMINI_API_KEY": "your-gemini-api-key-here",
        "TAVILY_API_KEY": "your-tavily-api-key-here",
        "DEEPSEEK_API_KEY": "your-deepseek-api-key-here",
        "PARALLEL_API_KEY": "your-parallel-api-key-here",
        "PERPLEXITY_API_KEY": "your-perplexity-api-key-here",
        "BRAVE_SEARCH_API_KEY": "your-brave-search-api-key-here",
        "ZHIPU_WEB_SEARCH_API_KEY": "your-zhipu-web-search-api-key-here",
        "ZHIPU_CHAT_SEARCH_API_KEY": "your-zhipu-chat-search-api-key-here",
        "AGENT_WEB_SEARCH_PROVIDERS": "your-agent-web-search-providers-here"
      },
      "args": [
        "agent-web-search-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!