1. Conduid
  2. Developer Tools
  3. Openrouter Websearch MCP
MCP server · Developer Tools

Openrouter Websearch MCP

An MCP server providing websearch using openrouter :online

Unclaimed MIT last commit a year ago devtools
49Fair

Scored 4 months ago · breakdown

About Openrouter Websearch MCP

Openrouter Websearch MCP is an MCP server published by ChristianSch in the Developer Tools category: an MCP server providing websearch using openrouter :online. It has been installed 0 times through Conduid.

The repository has 3 stars and 1 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx openrouter-websearch-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Openrouter Websearch MCP

Powered by Claude · Grounded in docs

I know everything about Openrouter Websearch MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

OpenRouter Web Search MCP Server

This project implements an MCP (Model Context Protocol) server that provides a search_web tool. The tool performs a web search using OpenRouter's online models to generate concise, up-to-date answers.

Features

  • Exposes an MCP-compatible server over stdio
  • Provides a search_web tool that:
    • Accepts a search query string
    • Uses OpenRouter's online models to generate a fact-based answer
    • Returns the answer as plain text

Requirements

  • Go 1.18+
  • An OpenRouter API key

Environment Variables

Variable Description Required Default
OPENROUTER_API_KEY Your OpenRouter API key Yes
MODEL_NAME OpenRouter model name (should support :online suffix) No google/gemini-2.5-pro-exp-03-25:free:online

Installation

To install the MCP server, you can use the following command:

go install github.com/ChristianSch/openrouter-websearch-mcp

Usage

Run the server:

{
    "mcpServers": {
        "web-search": {
            "command": "openrouter-websearch-mcp",
            "env": {
                "OPENROUTER_API_KEY": "sk-or-v1-..."
            }
        }
    }
}

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Openrouter Websearch MCP

How do I install Openrouter Websearch MCP?

Run npx openrouter-websearch-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Openrouter Websearch MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Openrouter Websearch MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.