What problem does it solve? AI agents lack built-in access to real-time web information, forcing users to manually search, copy, and paste results. This Skill connects agents to a unified search API covering general web queries, 23 vertical domains, and full-page content extraction over the MCP protocol. ## Core Features & Use Cases - General and Vertical Search: Run natural-language web queries or structured searches across 23 domains such as finance, academic, security, legal, and code. - Parallel Batch Search: Execute up to 5 independent queries in a single call without one failure blocking the others. - URL Content Extraction: Fetch any web page and convert it to Markdown (truncated at 50,000 characters) for deeper analysis. - Use Case: A user asks for the current AAPL stock price, details on CVE-2024-1234, and recent AI news. The agent calls list_domains to discover the correct sub_domains, then runs a batch_search with all three queries in parallel. ## Quick Start Configure the AnySearch MCP server in your agent's config file with your API key, then ask the agent to search the web for recent news about a topic of your choice.