MCP.so
ログイン

AnySearch

@anysearch-ai

AnySearch について

Unified real-time search engine skill for AI agents.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

anysearch-ai

投稿者

AnySearch

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "anysearch": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.anysearch.com/mcp",
        "--header",
        "Authorization: Bearer ${ANYSEARCH_API_KEY}"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is AnySearch?

AnySearch is a unified real-time search MCP server supporting general web search, vertical domain search across 23 domains, parallel batch search, and full-page URL content extraction. It integrates with AI agents via the Model Context Protocol. Designed for developers and agents needing diverse, structured search capabilities.

How to use AnySearch?

Configure the server in your agent’s MCP settings as a Streamable HTTP endpoint at https://api.anysearch.com/mcp, optionally with an Authorization: Bearer <key> header. For agents that only support stdio or SSE, use a proxy like mcp-remote or supergateway. No installation beyond configuration is required.

Key features of AnySearch

  • General web search with natural language queries
  • Vertical domain search across 23 domains
  • Parallel batch search (2–5 queries per call)
  • Full-page URL content extraction as Markdown
  • Anonymous access without an API key

Use cases of AnySearch

  • Research a stock symbol using the finance vertical domain
  • Batch search multiple independent topics (e.g., code and news) simultaneously
  • Extract a full article from a URL for deeper context
  • Perform structured queries in specialized domains like legal, academic, or security

FAQ from AnySearch

What transports does AnySearch support?

It natively supports Streamable HTTP (MCP 2025-03-26). SSE and stdio clients can connect via proxy tools (mcp-remote or supergateway).

Do I need an API key?

No, an API key is optional. Without one, the server uses anonymous access with lower rate limits. With a key, you get higher rate limits and automatic key renewal

コメント

「その他」の他のコンテンツ