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
npx openrouter-websearch-mcpThis 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
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_webtool 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.