MCP JinaAI Reader Server
by spences10
Verified
read_url
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 |