W

WebSearch (Google)

Provides real-time web search capabilities via a dedicated crawler service with configurable result ...

132 views
0 installs
Updated Oct 17, 2025
Not audited
Provides real-time web search capabilities via a dedicated crawler service with configurable result limits, language filtering, and domain rules
  1. Deploy the Crawler Service (Required for Searching)

    • Ensure you have Docker and Docker Compose installed.
    • Create a file named docker-compose.yml with the recommended configuration from the README for your platform.
    • Start the services with:
      docker-compose up -d
      
    • Verify the crawler API is running—test with:
      curl http://localhost:3001/health
      
      • You should receive a response indicating "status": "ok".
  2. Obtain the API URL

    • By default, the API will be accessible at http://localhost:3001. If you ran the crawler on a different machine or specified another port in docker-compose.yml, use that address instead.
  3. Configure ENV Values in FastMCP Connection Interface

    • When adding this MCP server in your FastMCP environment (using the “Install Now” button), fill in the following ENV values:
      • API_URL: Provide the URL of your running Crawler API, e.g. http://localhost:3001.
      • MAX_SEARCH_RESULT (optional): Change if you want to limit (or increase) the number of returned search results. Example: 5.
    • Example:
      API_URL=http://localhost:3001
      MAX_SEARCH_RESULT=5
      
  4. Save the Connection

    • After filling in the ENV values, save/apply the configuration in your FastMCP interface to complete the setup.

Note: No external keys or tokens are required; you just need to point to your running Crawler API. Make sure your API is accessible from the environment where FastMCP is running.

Quick Start

View on GitHub

More for Web Search

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.