23 lines
430 B
Markdown
23 lines
430 B
Markdown
|
|
# web-researcher-mcp
|
||
|
|
|
||
|
|
MCP server for web search and content fetching.
|
||
|
|
|
||
|
|
Source: [`web-researcher-mcp`](https://pypi.org/project/web-researcher-mcp/)
|
||
|
|
|
||
|
|
## Environment Variables
|
||
|
|
|
||
|
|
None required.
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```bash
|
||
|
|
docker run -d \
|
||
|
|
--name web-search-mcp \
|
||
|
|
-p 8116:8116 \
|
||
|
|
forgejo.corentic.eu/corentic/mcp-fleet-web-search:latest
|
||
|
|
```
|
||
|
|
|
||
|
|
## Tools
|
||
|
|
|
||
|
|
- `web_search` — Search the web
|
||
|
|
- `web_fetch` — Fetch and extract content from a URL
|