# Ireader Mcp

> A MCP server that provides tools for reading and extracting content from internet.

- **Type:** MCP server
- **Install:** `agentstack add mcp-zlatanpham-ireader-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [zlatanpham](https://agentstack.voostack.com/s/zlatanpham)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [zlatanpham](https://github.com/zlatanpham)
- **Source:** https://github.com/zlatanpham/ireader-mcp

## Install

```sh
agentstack add mcp-zlatanpham-ireader-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# iReader MCP

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

## Installation

```bash
# Clone the repository
git clone https://github.com/zlatanpham/ireader-mcp.git
cd ireader-mcp

# Install dependencies
pnpm install
```

## Available Tools

| Tool                             | Description                                                 | Parameters                                       |
| -------------------------------- | ----------------------------------------------------------- | ------------------------------------------------ |
| `get_webpage_markdown`           | Fetches the content of a webpage using Jina reader.         | `url`: string - The URL of the webpage to fetch  |
| `get_youtube_transcript`         | Fetches the transcript of a YouTube video.                  | `videoURL`: string - The YouTube video ID or URL |
| `get_tweet_thread`               | Fetches the thread of a tweet.                              | `tweetURL`: string - The tweet URL or ID         |
| `get_pdf`                        | Extracts text content from a PDF file.                      | `url`: string - The URL of the PDF file          |
| `get_public_google_doc_markdown` | Fetches 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:

```bash
pnpm dev
```

## FAQ

### How to use with Claude Desktop or MCP Clients?

Follow the guide https://modelcontextprotocol.io/quickstart/user and add the following configuration:

```json
{
  "mcpServers": {
    "ireader": {
      "command": "npx",
      "args": ["-y", "@x-mcp/ireader@latest"]
    }
  }
}
```

or if you want to run the server locally, add the following configuration:

```json
{
  "mcpServers": {
    "ireader": {
      "command": "npx",
      "args": ["tsx", "/PATH/TO/YOUR_PROJECT/src/index.ts"]
    }
  }
}
```

The server will start and listen for MCP client connections via stdio.

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [zlatanpham](https://github.com/zlatanpham)
- **Source:** [zlatanpham/ireader-mcp](https://github.com/zlatanpham/ireader-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-zlatanpham-ireader-mcp
- Seller: https://agentstack.voostack.com/s/zlatanpham
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
