Web Research MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | Search the web using DuckDuckGo. Returns titles, URLs, and snippets for the top results. No API key required. |
| browse_pageC | Browse a webpage using a headless Chromium browser (Playwright). Actions:
|
| extract_articleB | Extract clean, readable article text from a URL. Strips navigation, ads, and boilerplate. Returns title, article text, word count, and paragraph count. |
| research_topicB | Multi-step research workflow: search the web, then extract content from the top results. Returns a compiled research brief with sources. Depth controls how many pages to read (1-5). |
| get_weatherA | Get current weather for a location using wttr.in (no API key needed). |
| deep_researchB | Autonomous multi-step research. Searches, reads pages, synthesizes findings. |
| autonomous_researchC | Run an autonomous multi-step research loop on a topic. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/CSOAI-ORG/web-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server