search

Pack: jina-reader · Endpoint: https://gateway.pipeworx.io/jina-reader/mcp

Web search returning the top results as markdown. Higher-volume usage may require your own Jina API key (pass via _apiKey).

Parameters

NameTypeRequiredDescription
querystringyesThe search query, e.g. “best coffee in Seattle”.

Example call

curl -X POST https://gateway.pipeworx.io/jina-reader/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "jina-reader": {
      "url": "https://gateway.pipeworx.io/jina-reader/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 4, 2026