This connects Claude to Jina AI's reader and search APIs via the Pipeworx gateway. The main use case is converting any URL into clean, LLM-friendly markdown that strips away navigation, ads, and formatting noise. You also get web search capabilities through the same interface. It's hosted remotely over streamable HTTP, so there's no local setup. You can use it standalone or tap into the full Pipeworx gateway for access to 700+ other data sources. The ask_pipeworx tool lets you query in natural language instead of calling specific endpoints. Reach for this when you need Claude to read web content or search without dealing with raw HTML parsing.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Part of Pipeworx — an MCP gateway connecting AI agents to 737+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"jina-reader": {
"url": "https://gateway.pipeworx.io/jina-reader/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 737+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Jina Reader data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent