# AnySearch Documentation ## Authentication URL: https://anysearch.com/docs/auth Unified search infrastructure for AI ## Quick Start URL: https://anysearch.com/docs/quick-start Two steps to plug AI-grade search into your app: grab an API key from the dashboard (or skip it and try the free anonymous tier), then fire your first search... ## API Endpoints URL: https://anysearch.com/docs/api-endpoints Common response envelope: every response includes a server-generated UUID v4 request_id. The same value is returned in the X-Request-ID response header. Call... ## POST /v1/search URL: https://anysearch.com/docs/api-endpoints/v1-search The unified search endpoint. The gateway routes the query to the best data sources based on intent, then fuses and re-ranks the results. ## Get /v1/sub-domains URL: https://anysearch.com/docs/api-endpoints/v1-sub-domains Returns the available sub-domains and their parameter definitions for one or more search domains. ## POST /v1/extract URL: https://anysearch.com/docs/api-endpoints/v1-extract Fetches and extracts clean content from a public HTTP or HTTPS URL. ## MCP Server Installation URL: https://anysearch.com/docs/mcp-install The AnySearch MCP Server natively supports Streamable HTTP transport (MCP spec 2025-03-26). SSE and stdio clients can connect via proxy. Choose the installat... ## Transport Options URL: https://anysearch.com/docs/mcp-install/mcp-transport Transport | Native Support | Best For Streamable HTTP | Yes | OpenCode, Claude Desktop (2025.6+), web-based clients SSE | Via proxy | Cursor, Windsurf stdio... ## Streamable HTTP (Recommended) URL: https://anysearch.com/docs/mcp-install/mcp-streamable-http For clients that support Streamable HTTP transport natively. Simplest configuration. ## Stdio Proxy URL: https://anysearch.com/docs/mcp-install/mcp-stdio For clients that only support stdio transport. Requires a proxy bridge — mcp-remote is recommended. ## SSE Proxy URL: https://anysearch.com/docs/mcp-install/mcp-sse For clients that only support SSE transport (Cursor, Windsurf). You need to start a local SSE proxy server first. ## Client Quick Reference URL: https://anysearch.com/docs/mcp-install/mcp-quick-ref Client | Transport | Config File | Proxy Required | Proxy Tool OpenCode | Streamable HTTP | opencode.json | No | — Claude Desktop (2025.6+) | Streamable HTTP... ## Skill Installation URL: https://anysearch.com/docs/skill-install AnySearch Skill is a unified search skill package for AI agent platforms. Download and place it in your agent's skill directory to get started. ## Download & Install URL: https://anysearch.com/docs/skill-install/skill-download Download the Skill zip from GitHub, extract it, and move it to the appropriate skill directory for your platform. ## API Key Setup URL: https://anysearch.com/docs/skill-install/skill-api-key An API key is optional but strongly recommended. Without one, all search features still work via anonymous access, but with lower rate limits and quota. ## Verify Installation URL: https://anysearch.com/docs/skill-install/skill-verify After installation, detect available runtimes and run the entry test to confirm everything works. ## Open-Source Integrations URL: https://anysearch.com/docs/open-source-integrations AnySearch integrates with open-source AI agents, frameworks, and developer tools, bringing real-time web search, vertical search, and full-page content extra... ## Deepseek Harness URL: https://anysearch.com/docs/open-source-integrations/deepseek-harness In addition to DeepSeek Harness's native `web_search`, `@anysearch/anysearch-dsh` provides three extended search tools: