read_url
Extract and convert web page content into LLM-friendly text by specifying URL, CSS selectors, and formatting options for streamlined data processing.
Instructions
Convert any URL to LLM-friendly text using Jina.ai Reader
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Response format (json or stream) | json |
no_cache | No | Bypass cache for fresh results | |
remove_selector | No | CSS selector to exclude specific elements | |
target_selector | No | CSS selector to focus on specific elements | |
timeout | No | Maximum time in seconds to wait for webpage load | |
url | Yes | URL to process | |
wait_for_selector | No | CSS selector to wait for specific elements | |
with_generated_alt | No | Add alt text to images lacking captions | |
with_iframe | No | Include iframe content in response | |
with_images_summary | No | Gather all images at the end of response | |
with_links_summary | No | Gather all links at the end of response |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP JinaAI Reader Server
Related Tools
- @JoeBuildsStuff/mcp-jina-ai
- @mendableai/firecrawl-mcp-server
- @shin-t-o/mcp-access
- @amotivv/cloudflare-browser-rendering
- @tatn/mcp-server-fetch-typescript