Skip to main content
Glama
CSOAI-ORG

Web Research MCP Server

MCP Scorecard: 80/100

Web Research MCP

MEOK AI Labs EU AI Act License PyPI mcp-name: io.github.CSOAI-ORG/web-research-mcp

Web Research MCP Server

PyPI Python

By MEOK AI Labs — Sovereign AI tools for everyone.

Web search and browser automation toolkit: DuckDuckGo search, page extraction, screenshots, click...

Web search and browser automation toolkit: DuckDuckGo search, page extraction, screenshots, click/type automation, and article reader.


🚀 Quick Start

# Install via pip
pip install web_research_mcp

# Or install via Smithery
npx -y @smithery/cli@latest install web-research-mcp --client claude

Related MCP server: Search Proxy MCP

✨ Features

  • MCP protocol compliant

  • Easy installation

  • Well-documented API

  • Production-ready

  • Active maintenance

📖 Documentation

🛡️ Compliance

This MCP server is built with EU AI Act compliance built-in:

  • ✅ Article 9 — Risk Management System

  • ✅ Article 13 — Transparency & Instructions for Use

  • ✅ Article 15 — Bias Detection & Testing

  • ✅ Article 26 — FRIA Support (where applicable)

  • ✅ Article 50 — AI Content Watermarking (where applicable)

Need help getting compliant? Book a free 15-min diagnostic →

🏢 Enterprise

Need custom development, SLA guarantees, or white-label deployment?

  • Pro: $99/mo — Full MCP suite + EU AI Act tracking

  • Enterprise: $499/mo — Custom dev + SLA + Dedicated support

View Pricing → | Contact Sales →

🤝 Part of the MEOK Ecosystem

This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.

Domain

Purpose

councilof.ai

EU AI Act compliance marketplace

safetyof.ai

AI safety & monitoring

meok.ai

Sovereign AI platform

cobolbridge.ai

Legacy modernization

📜 License

MIT © CSOAI-ORG


Quick Install

Client

Install

Claude Desktop

Install in Claude

Cursor

Install in Cursor

VS Code

Install in VS Code

Windsurf

Install in Windsurf

Docker

docker run -p 8000:8000 web-research-mcp

pip

pip install web-research-mcp

Tools

Tool

Description

web_search

Search the web using DuckDuckGo (no API key needed)

browse_page

Browse a webpage using headless Chromium (Playwright)

extract_article

Extract clean, readable article text from a URL

research_topic

Multi-step research: search the web, then extract content

get_weather

Get current weather for a location via wttr.in

Quick Start

pip install mcp
git clone https://github.com/CSOAI-ORG/web-research-mcp.git
cd web-research-mcp
python server.py

Claude Desktop Config

{
  "mcpServers": {
    "web-research": {
      "command": "python",
      "args": ["server.py"],
      "cwd": "/path/to/web-research-mcp"
    }
  }
}

Pricing

Plan

Price

Requests

Free

$0/mo

25 calls/day

Pro

$9/mo

Unlimited + full screenshots + PDF export

Enterprise

Contact us

Custom + proxy rotation + CAPTCHA solving

Get on MCPize

Part of MEOK AI Labs

This is one of 255+ MCP servers by MEOK AI Labs. Browse all at meok.ai or GitHub.


MEOK AI Labs | meok.ai | nicholas@meok.ai | United Kingdom


Pairs with MEOK Governance Suite

Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.

# One-shot install of the governance pack
npx meok-setup --pack governance

Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.

→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai

💸 Try MEOK in 30 seconds — instant buy ladder

Tier

Price

What you get

Stripe

Smoke test

£1

Signed sample MCP-Hardening report + Article 50 PDF

https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t

Quick Kit

£9

EU AI Act Article 50 implementation guide (C2PA + EU-Icon)

https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t

Founder Call

£29

30-min 1-on-1 with the founder

https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t

Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.

Available Tools

7 tools
autonomous_researchC

Run an autonomous multi-step research loop on a topic.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes
depthNo
api_keyNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

C2.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. The description does not disclose side effects, API key usage, or what actions the autonomous loop performs (e.g., browsing, scraping). The agent is left uninformed about the tool's behavior beyond the name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence—concise but under-informative. It lacks structure and omits crucial details, so it is not appropriately sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema, the description fails to provide adequate context for a multi-step autonomous research tool. It omits workflow, prerequisites (e.g., API key authentication), and expected outcome, leaving the agent with significant ambiguity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%. The description adds no context for the three parameters: 'topic', 'depth', and 'api_key'. The meaning of 'depth' (number of iterations? scope?) and the role of 'api_key' remain undefined, placing high burden on the schema which provides no description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('Run') and identifies the resource ('autonomous multi-step research loop'). However, it does not distinguish this tool from siblings like 'deep_research' or 'research_topic', which may also involve research loops.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. The description lacks context for when a multi-step research loop is appropriate compared to a single search or simple extraction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
actionNoextract
instructionNo
api_keyNo

TDQS

C2.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of disclosure. It mentions the use of Playwright and a headless browser, but fails to describe key behaviors such as timeouts, error handling, what each action returns in detail (e.g., screenshot viewport vs full page), or authentication implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively short and front-loaded with the core purpose. The actions are presented in a clear bullet-like list, but the structure could be improved by grouping related information or providing example usage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (multiple actions, 4 parameters, no output schema, and 0% schema coverage), the description is insufficient. It lacks important details like return types for each action, error handling, prerequisite conditions, and constraints on the URL.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must compensate. It lists possible action values and hints at the instruction format for click/type, but does not explain the 'api_key' parameter or provide details on how to use each action fully.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool browses a webpage using a headless Chromium browser and lists the available actions. It distinguishes itself from siblings like 'web_search' (which returns search results) by mentioning interactive actions (click, type), but could explicitly say it handles dynamic JavaScript content.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide any guidance on when to use this tool over alternatives like 'extract_article' or 'web_search'. It lists actions but does not explain the context in which this tool is preferred (e.g., for interactive pages requiring JS execution).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

deep_researchB

Autonomous multi-step research. Searches, reads pages, synthesizes findings.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes
depthNo
api_keyNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavior. It outlines the multi-step, autonomous process but omits details like authentication requirements (though api_key parameter hints at it), rate limits, or side effects. It adds moderate context beyond the name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no wasted words. It efficiently conveys the core function.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema exists, so return values are covered, but the description lacks details on parameter usage and depth of research. For a complex multi-step tool, more context on the process and parameter semantics is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not explain any of the three parameters (topic, depth, api_key). With 0% schema description coverage, the description should compensate but fails to clarify what depth means or how api_key is used.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool conducts autonomous multi-step research, searching, reading, and synthesizing findings. It distinguishes from simpler siblings like web_search and browse_page, though it overlaps with autonomous_research and research_topic.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool (for multi-step synthesis) but does not explicitly state when not to use it or mention alternatives. Siblings like web_search or browse_page are not referenced for exclusion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

extract_articleB

Extract clean, readable article text from a URL. Strips navigation, ads, and boilerplate. Returns title, article text, word count, and paragraph count.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
api_keyNo

TDQS

B3.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses key behavioral traits: stripping of navigation/ads and return of specific fields (title, text, counts). Provides useful context beyond raw schema, though no error or auth details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose, no fluff. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Return values are well described, but missing details on error handling, input validation, and the role of api_key. Adequate for a simple tool but leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description adds no meaning to the url or api_key parameters. No format or usage hints for either.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool extracts article text from a URL, specifies stripping of navigation/ads, and lists return fields. Differentiates from siblings like web_search or browse_page.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs siblings like browse_page or research_topic. Does not mention prerequisites or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_weatherA

Get current weather for a location using wttr.in (no API key needed).

ParametersJSON Schema
NameRequiredDescriptionDefault
locationNoLondon
api_keyNo

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. The description discloses that no API key is needed, which informs authentication expectations. However, it does not mention rate limits, error handling, or data format, which are relevant behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that is front-loaded and contains no redundant information. Every phrase serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with no output schema and no annotations, the description covers the essential: data source, authentication, and core function. It could mention output format but is sufficient for basic usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description must compensate. The description clarifies the api_key parameter is unnecessary but does not add meaning to the location parameter beyond the schema. Partial value added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets current weather using a specific service (wttr.in) and notes no API key is needed. It distinguishes from sibling tools (research/browsing) by being weather-specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for weather retrieval but provides no explicit when-to-use or when-not-to-use guidance. Since siblings are unrelated, no alternatives are mentioned, leaving context clear but lacking exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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).

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
depthNo
api_keyNo

TDQS

B3/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must carry full burden. It discloses that the tool performs search and extraction, and that depth controls number of pages. However, it does not mention potential side effects, authorization needs, rate limits, or behavior on errors. For a multi-step workflow, more detail is needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with clear structure: first states overall workflow, second describes the depth parameter. Could be slightly more structured (e.g., list steps) but remains efficient without verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (multi-step, 3 parameters, no output schema or annotations), the description covers the process and return format ('compiled research brief with sources') but lacks detail on error handling, limits, or the omitted api_key parameter. It is adequate but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% (no parameter descriptions in schema). The description explains 'query' implicitly and 'depth' explicitly (controls pages 1-5), but omits any mention of the 'api_key' parameter, leaving it undocumented. This is a significant gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it's a multi-step research workflow that combines web search and extraction to produce a research brief. This distinguishes it from pure search (web_search) or extraction (extract_article) tools. However, it does not explicitly differentiate from autonomous_research, which might have overlapping functionality.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for quick research by controlling depth, but does not provide explicit guidance on when to use this tool versus alternatives like deep_research or autonomous_research. No when-not or alternatives mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updatesv1.0.0
    • First observedautonomous_research
    • First observedbrowse_page
    • First observeddeep_research
    • First observedextract_article
    • First observedget_weather
    • First observedresearch_topic
    • First observedweb_search

TDQS

C2.9/5.0
Disambiguation2/5

The tools autonomous_research, deep_research, and research_topic are essentially the same multi-step research workflow, causing confusion. Additionally, get_weather is unrelated to web research, further muddying the tool set's purpose.

Naming Consistency3/5

While all tool names use snake_case, the verb-noun pattern is inconsistent: some are verb_noun (browse_page, extract_article), others are adjective_noun (autonomous_research, deep_research), noun_verb (web_search), or noun_noun (research_topic). The mix is noticeable but not chaotic.

Tool Count4/5

With 7 tools, the count is appropriate for a focused web research server. It covers the main operations without being overwhelming, though redundant research tools could be consolidated.

Completeness3/5

The server covers key research steps: search, browse, extract, and synthesize. However, the three overlapping research tools suggest poor design and missed opportunities for distinct operations like saving results or managing sessions. The weather tool is off-topic.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables web searching through Google, DuckDuckGo, and Bing using a headless Chrome browser, returning structured results with titles, URLs, and snippets. Also supports fetching and extracting text content from any webpage.
    13
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI agents to search the web, find news, and read page content via DuckDuckGo without an API key.
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to perform query-driven web searches and fetch page content via Bing and DuckDuckGo engines, with automatic fallback and no API keys needed.
    MIT

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