What problem does it solve? AI coding assistants often receive only titles and URL snippets from basic search tools, forcing separate scraping steps to get actual answers. This Skill returns complete structured content—full StackOverflow threads, GitHub issue conversations, Wikipedia articles, and arXiv papers—in a single MCP call. ## Core Features & Use Cases - Web Search with Full Content: The web_search tool returns results with complete page content in Markdown, not just snippets, via Serper, Tavily, or self-hosted SearXNG. - URL Content Extraction: The get_content tool extracts clean Markdown from any URL using a headless Chromium browser that handles JavaScript-heavy sites. - Specialized Parsers: Automatically detects and optimally extracts StackOverflow Q&A threads, GitHub issues with all comments, Wikipedia articles, and arXiv papers. - Use Case: When debugging a "CUDA out of memory" error, ask the agent to search for solutions and receive complete StackOverflow threads with accepted answers, code examples, and community comments in one request. ## Quick Start Install uvx, set your SERPER_API_KEY environment variable, register the server with your MCP client, then ask the agent to search the web for FastAPI async database connection pooling best practices.