Claude Skill
anysearch-ai/anysearch-mcp-server
AnySearch MCP Server 为 AI 代理提供统一的实时搜索引擎技能(Claude Skill),利用模型上下文协议实现多引擎搜索的无缝集成。
概览
仓库信息
安装这个 Skill
npx -y supergateway \Registry 信息
项目简介
AnySearch MCP Server 为 AI 代理提供统一的实时搜索引擎技能(Claude Skill),通过模型上下文协议实现与多个搜索后端的无缝集成。
Unified real-time search engine skill for AI agents.
要点
- 跨多个引擎的统一实时搜索
- 兼容 MCP 的服务器,便于 AI 代理集成
- 轻量级且易于部署
- 支持可定制的搜索后端
使用场景
- 为 AI 代理添加实时网络搜索能力
- 构建可获取最新信息的研究助手
- 将搜索集成到聊天机器人或自动化工作流中
README 摘要
# AnySearch MCP Server Unified real-time search MCP server supporting general web search, vertical domain search, parallel batch search, and full-page URL content extraction. ## Features - **General Web Search** — open-ended natural language queries - **Vertical Domain Search** — structured queries across finance, academic, security, legal, code, and more - **Parallel Batch Search** — execute multiple independent queries in one call - **URL Content Extraction** — fetch and extract full page content as Markdown - **Anonymous Access** — works without an API key (with lower rate limits) ## API Key Configuration An API key is **optional but recommended**. Without a key, all features still work via anonymous access with lower rate limits. ### Get an API Key Visit https://anysearch.com/console/api-keys to create a free API key. ### Key Priority | Priority | Source | |----------|--------| | 1 (highest) | `--api_key` CLI flag / `Authorization` header | | 2 | Environment variable `ANYSEARCH_API_KEY` | | 3 | `.env` file (`ANYSEARCH_API_KEY=<key>`) | | 4 | Anonymous access (lower rate limits) | ### Key Behavior | Scenario | Behavior | |----------|----------| | No key | Proceed with anonymous access (lower rate limits) | | Has key | Sent via `Authorization: Bearer <key>` header, higher rate limits | | Key exhausted, auto-registered key returned | Agent should ask user for confirmation, then persist the new key | | Key exhausted, no new key | Inform user and suggest configuring a new API key | ## MCP Transport AnySearch MCP server **natively supports Streamable HTTP** transport (MCP spec 2025-03-26). SSE and stdio clients can connect via proxy. | Transport | Native? | Best for | |-----------|---------|----------| | **Streamable HTTP** | Yes | OpenCode, Claude Desktop (