Skip to main content
Glama

Jina AI Remote MCP Server

by wlmwwx

read_url

Extract and convert web page content into clean, structured markdown format for analysis, documentation, or bypassing paywalls. Includes options to retrieve hyperlinks and images.

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" }

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/wlmwwx/jina-mcp'

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