AgisHub
🔎

Web Search

Real-time web results for any agent

🌐 Web & SearchAPIMCPSDK

Overview

Give your agent fresh, citable knowledge from the live web. Returns ranked results with titles, snippets and source URLs, ready to feed straight into a model context window.

Call it from any agent

curl https://api.agishub.com/v1/tools/web-search \
  -H "Authorization: Bearer $AGISHUB_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "query": "latest MCP spec changes", "limit": 5 }'

Parameters

NameTypeRequiredDescription
querystringYesThe search query.
limitnumberNoMax results (default 5).
freshnessstringNoday | week | month | year.

Related tools