# smry Public Reader [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/mrmps/homebrew-smry  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/smry-public-reader

## Description
Read and search exact public source URLs with stable paragraph citations.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `bunx` (confidence: high):

```json
"mcpServers": {
  "smry-public-reader": {
    "command": "bunx",
    "args": ["skills"]
  }
}
```

## Documentation & README

# smry CLI

`smry` is the official command-line client for the credential-free
[smry Public Reader](https://r.smry.ai). It reads an exact public article, PDF,
or supported YouTube URL as clean text or structured JSON with stable paragraph
anchors.

## Install

```sh
brew install mrmps/smry/smry
```

## Use

```sh
smry https://example.com/article
smry --json https://example.com/report.pdf
smry --query "key findings" https://example.com/article
smry --lines 90-95 https://example.com/article
```

Run `smry --help` for the complete option list.

## Agent skill

Install the official skills for source-grounded reading workflows:

```sh
bunx skills add https://github.com/mrmps/homebrew-smry --skill smry compare-sources verify-citations
```

The skills cover direct reading, multi-source comparison, and claim or citation
verification. They choose between the public MCP, HTTP API, and CLI, preserve
stable paragraph citations, and treat retrieved content as untrusted data.

The CLI sends only the exact source URL and the options you provide to
`https://r.smry.ai/api/v1/read`. Do not send private URLs, cookies,
authorization headers, subscriber credentials, or personal documents.

## Public MCP server

Agents can call the same credential-free reader through the remote
Streamable HTTP MCP server at `https://r.smry.ai/mcp`. Its official registry
metadata is versioned in [`server.json`](https://github.com/mrmps/homebrew-smry/blob/HEAD/server.json); the endpoint provides a
source-reading tool plus documentation resources and requires no account or
secret.

## Verify

```sh
bash -n bin/smry
./tests/smry-cli.test.sh
./tests/mcp-registry.test.sh
```

## License

MIT

