Labsco
zlatanpham logo

iReader MCP

โ˜… 1

from zlatanpham

Tools for reading and extracting content from the internet.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

iReader MCP

A Model Context Protocol (MCP) server that provides tools for reading and extracting content from internet.

Available Tools

ToolDescriptionParameters
get_webpage_markdownFetches the content of a webpage using Jina reader.url: string - The URL of the webpage to fetch
get_youtube_transcriptFetches the transcript of a YouTube video.videoURL: string - The YouTube video ID or URL
get_tweet_threadFetches the thread of a tweet.tweetURL: string - The tweet URL or ID
get_pdfExtracts text content from a PDF file.url: string - The URL of the PDF file
get_public_google_doc_markdownFetches the markdown content of a public Google Doc by URL.url: string - The public Google Doc URL

Testing the Tools

Run the following command to test the tools:

pnpm dev