Skip to main content
Glama

Jina AI Remote MCP Server

Official
by jina-ai

read_url

Extract and convert web page content into clean markdown format for easy readability. Analyze text, bypass paywalls, or retrieve structured data from URLs, including links and images, using this tool.

Instructions

Extract and convert web page content to clean, readable markdown format. Perfect for reading articles, documentation, blog posts, or any web content. Use this when you need to analyze text content from websites, bypass paywalls, or get structured data. 💡 Tip: Use parallel_read_url if you need to read multiple web pages simultaneously.

Input Schema

NameRequiredDescriptionDefault
urlYesThe complete URL of the webpage or PDF file to read and convert (e.g., 'https://example.com/article')
withAllImagesNoSet to true to extract and return all images found on the page as structured data
withAllLinksNoSet to true to extract and return all hyperlinks found on the page as structured data

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "The complete URL of the webpage or PDF file to read and convert (e.g., 'https://example.com/article')", "format": "uri", "type": "string" }, "withAllImages": { "description": "Set to true to extract and return all images found on the page as structured data", "type": "boolean" }, "withAllLinks": { "description": "Set to true to extract and return all hyperlinks found on the page as structured data", "type": "boolean" } }, "required": [ "url" ], "type": "object" }

Other Tools from Jina AI Remote MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jina-ai/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server