Skip to main content
Glama
CSOAI-ORG

Web Research MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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: Get page title, description, text content, and links

  • screenshot: Capture a screenshot (base64 PNG)

  • click: Click on element matching instruction text

  • type: Type text into input (format: 'text to type into selector')

  • pdf: Save page as PDF (base64) Requires: playwright installed with chromium.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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