anysearch
Installation
SKILL.md
Overview
AnySearch is a unified search service supporting direct HTTP API calls without additional MCP service installation.
Calling Method
Endpoint: POST https://api.anysearch.com/mcp
Authentication: Authorization: Bearer <!-- ANYSEARCH_API_KEY --> (Optional; anonymous access available with lower rate limits)
Request Format (JSON-RPC):
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "<tool_name>",
"arguments": {}
}