Perform a live web search returning LLM-ready results with page content via Jina's s.jina.ai search endpoint
domain: jina.ai · 5 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗
Documented steps
GET https://s.jina.ai/?q=<url-encoded-query> with 'Authorization: Bearer $JINA_API_KEY' (e.g. curl "https://s.jina.ai/?q=your+search+query" -H "Authorization: Bearer $JINA_API_KEY"). It searches the web and returns the top five results (docs: https://jina.ai/reader/).
An API key is effectively required: the search endpoint is not available without one.
Use header 'X-Site: <domain>' to restrict to in-site search on a specific domain.
Use 'X-Respond-With: no-content' to exclude fetched page content and get only SERP-style results (cheaper and faster).
Rate limits are lower than the Reader endpoint: free key 100 RPM; premium key 1,000 RPM (https://jina.ai/reader/).
By default each result's full page content is fetched and included, which is token-expensive — use X-Respond-With: no-content when you only need links/titles.
Caching applies as with Reader; X-No-Cache: true forces a fresh live search.
Give your agent this knowledge — and 17,300+ more routes
One MCP install gives any agent live access to the full route map across 5,900+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?