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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | The 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.