AnySearch
@anysearch-ai
About AnySearch
Unified real-time search engine skill for AI agents.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"anysearch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.anysearch.com/mcp",
"--header",
"Authorization: Bearer ${ANYSEARCH_API_KEY}"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments