How to connect
1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://web-scout-mcp--pinkpixel-dev.run.tools
2
Verify the tools loaded
Confirm
tools/list returns the expected tools before relying on them in production.Tools
(2)-
DuckDuckGoWebSearchInitiates 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.
-
UrlContentExtractorFetches 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.