Skip to main content
Glama
blueewhitee

agent-web-search-mcp

by blueewhitee

agent-web-search-mcp

Standalone Model Context Protocol (MCP) server for the agent-web-search API.

A thin stdio wrapper — it just calls the API over HTTP and formats results for any MCP-compatible agent (Claude Desktop, Cursor, Pi, etc.).

This package is a client of the agent-web-search engine, not the engine itself. You need a running instance of the engine (see below) before the MCP can do anything.


Install

uv tool install git+https://github.com/blueewhitee/agent-web-search-mcp

Related MCP server: DeepSearch MCP

Configure your MCP client

Add this to your MCP config (e.g. ~/.pi/agent/mcp.json for Pi, claude_desktop_config.json for Claude Desktop):

{
  "mcpServers": {
    "agent-web-search": {
      "command": "agent-web-search-mcp",
      "env": {
        "AGENT_WEB_SEARCH_API_URL": "http://localhost:8000"
      }
    }
  }
}

AGENT_WEB_SEARCH_API_URL defaults to http://localhost:8000 — set it to wherever your engine is reachable.

What you get

A single tool, web_search, that:

  • routes the query to the engine's intent detector (code / news / general),

  • fetches + extracts + ranks results,

  • returns ranked chunks with scores and source URLs.

Requirements

  • A running agent-web-search engine (the FastAPI service from the agent-web-search repo). Easiest path: clone that repo and docker compose up.

  • Python ≥ 3.12.

Development

git clone https://github.com/blueewhitee/agent-web-search-mcp
cd agent-web-search-mcp
uv tool install --editable .

The agent-web-search-mcp command will then reflect local changes on restart.

License

MIT (same as the engine).

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev0.1.0
    • First observedweb_search

TDQS

A4.5/5.0
Disambiguation5/5

Only one tool exists, so there is zero chance of selecting the wrong tool. The tool's purpose is clearly defined as web search.

Naming Consistency5/5

The single tool name 'web_search' follows a clear verb_noun pattern, but there are no other tools to compare consistency.

Tool Count2/5

The server has only one tool, which falls below the typical minimum for a useful server. While search can be a single operation, the rubric considers 1 tool too few.

Completeness5/5

For the stated purpose of web search, the tool provides comprehensive functionality including content fetching and ranking. There are no obvious missing operations within its scope.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables web search capabilities through the Tavily API. Allows users to search the web for information using natural language queries via the MCP protocol.
    4
    1
    -
  • A
    license
    B
    quality
    C
    maintenance
    Enables web search and site-specific search capabilities through the Deepsearch model. Provides unified access to broad web retrieval and targeted site search functionality within the MCP ecosystem.
    2
    18
    5
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to perform web searches with full content retrieval and multi-engine provenance, including trust scoring and local corpus persistence, via MCP integration.
    3
    2
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Enables MCP hosts to perform cited web searches and receive source-bearing results with titles, URLs, snippets, and sources for evidence-grounded answers.
    1
    95
    MIT

Latest Blog Posts

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/blueewhitee/agent-web-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server