Openclaw Web Search Mcp

# Web Search and Research MCP

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Openclaw Web Search Mcp" with this command: npx skills add nishant-clawit/openclaw-web-search-mcp

Web Search and Research MCP

This MCP provides comprehensive web browsing, search, and research capabilities for AI agents, including PDF extraction, YouTube transcripts, summarization, and semantic search.

Overview

This MCP implements a full suite of tools for AI agents to interact with the web:

  • Google search integration
  • Web page content extraction
  • Link extraction from pages
  • PDF text extraction
  • YouTube video transcript retrieval
  • Text summarization
  • Text embedding and semantic search
  • Automated research workflows

Features

  • Search: Perform Google searches and get structured results
  • Page Extraction: Extract clean text content from web pages
  • Link Extraction: Get all links from a webpage
  • PDF Processing: Extract text from PDF documents
  • YouTube Transcripts: Retrieve transcripts from YouTube videos
  • Summarization: Generate concise summaries of text content
  • Embeddings: Store and search text using semantic embeddings
  • Research: Automated multi-step research workflows

Tools

  • search - Google search with results
  • open_page - Extract text from web pages
  • extract_links - Get links from pages
  • extract_pdf - Extract text from PDFs
  • youtube_transcript - Get YouTube video transcripts
  • summarize - Summarize text content
  • embed - Store text embeddings
  • semantic_search - Search stored embeddings
  • research - Conduct automated research

Installation

npm install

Usage

Run the MCP server:

node index.js <tool_name> <json_input>

Example:

node index.js search '{"query":"artificial intelligence"}'

Dependencies

  • axios: HTTP requests
  • cheerio: HTML parsing
  • natural: Text processing
  • pdf-parse: PDF text extraction
  • youtube-transcript: YouTube transcript API

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Mental Health Analysis Tool | 心理健康分析工具

Analyzes human mental health and psychological behavior, supports identifying common psychological problem tendencies through video analysis, and provides st...

Registry SourceRecently Updated
Research

Cg Paper Writing

Academic paper writing skill for 3D vision, computer graphics, CAD, and 3D understanding. Covers NeRF, 3DGS, SLAM, point cloud processing, 3D shape understan...

Registry SourceRecently Updated
Research

Wikipedia Publisher

Draft, review, de-risk, and publish Wikipedia or Wikidata content with a bias toward policy-safe workflow. Use when creating or editing encyclopedia articles...

Registry SourceRecently Updated
Research

3dgs Paper Reader

Read and summarize 3D Gaussian Splatting research papers. Extracts method architecture, core innovations, experimental results, and key findings from arXiv p...

Registry SourceRecently Updated