/
by ai.smithery
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…
Server configuration and capabilities from the MCP manifest
Size: 1,994 bytes (499 tokens)
Tools Found: 2
Analysis ID: b77moo62
MCP server for web search and content extraction with multiple URL support and memory optimizations
Stars
Registry ID: b81da317-d978-4f5f-9532-fa88b6a5799a
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: Apache License 2.0
Default Branch: main
Last Push: 9/20/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "web-scout", "tags": [ "mcp", "model-context-protocol", "web-search", "web-content", "web-scraping", "content-extraction" ], "tools": [ { "name": "DuckDuckGoWebSearch", "description": "Initiates a web search query using the DuckDuckGo search engine and returns a well-structured list of findings. Input the keywords, question, or topic you want to search for using DuckDuckGo as your query. Input the maximum number of search entries you'd like to receive using maxResults - defaults to 10 if not provided.", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "minLength": 1, "description": "Search query string" }, "maxResults": { "type": "integer", "maximum": 25, "minimum": 1, "description": "Maximum number of results to return (default: 10)" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } }, "isError": { "type": "boolean" } } } }, { "name": "UrlContentExtractor", "description": "Fetches and extracts content from a given webpage URL. Input the URL of the webpage you want to extract content from as a string using the url parameter. You can also input an array of URLs to fetch content from multiple pages at once.", "input_schema": { "type": "object", "required": [ "url" ], "properties": { "url": { "oneOf": [ { "type": "string", "format": "uri", "description": "The webpage URL to fetch content from" }, { "type": "array", "items": { "type": "string", "format": "uri" }, "minItems": 1, "description": "List of webpage URLs to get content from" } ], "description": "URL or list of URLs to fetch" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } }, "isError": { "type": "boolean" } } } } ], "version": "1.5.5", "categories": [], "description": "MCP server for web search and content extraction with multiple URL support and memory optimizations" }
Forks
Watchers
Contributors
Last Push: 9/20/2025
Open Issues: 0