# smry Product (remote · api.smry.ai)

Read public sources and manage a smry library, feeds, notes, highlights, files, and page monitors.

- Trust score: 82/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- remote · `api.smry.ai`: 82/100 (this document), [markdown](https://verifymcp.io/servers/ai-smry-r-smry-product/api.md), [page](https://verifymcp.io/servers/ai-smry-r-smry-product/api)

## Channel facts

- Endpoint: `https://api.smry.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Endpoint Security**: 89/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 5288 tokens (~188/item across 28 items; 28 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 70/100
  - Stability check failed: schema churn in the 23 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 19 additions.
- **Tool Coverage**: 84/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 46% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 29 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the smry Product MCP server?

smry Product is a hosted endpoint at https://api.smry.ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http ai-smry-r-smry-product 'https://api.smry.ai/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ai-smry-r-smry-product": {
      "url": "https://api.smry.ai/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ai-smry-r-smry-product": {
      "type": "http",
      "url": "https://api.smry.ai/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ai-smry-r-smry-product]
url = "https://api.smry.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-smry-r-smry-product": {
      "type": "remote",
      "url": "https://api.smry.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-smry-r-smry-product --url 'https://api.smry.ai/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-smry-r-smry-product:
    url: "https://api.smry.ai/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ai-smry-r-smry-product": {
      "Transport": "http",
      "Url": "https://api.smry.ai/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ai-smry-r-smry-product -t streamable-http -u 'https://api.smry.ai/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ai-smry-r-smry-product": {
      "type": "http",
      "url": "https://api.smry.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 66.

### 2026-09-19 (score 81, +1)

No change was recorded against any check on this day. Stability & Change Management went from 56 to 60.

### 2026-09-16 (score 80, +1)

No change was recorded against any check on this day. Stability & Change Management went from 46 to 50.

### 2026-09-14 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43.

### 2026-09-13 (score 78, +1)

- [functional improvement] Tool coverage: 28% → 46%
- [cosmetic] “get_library_asset” reworded the description of “id”
- [cosmetic] “get_library_changes” reworded the description of “cursor”
- [cosmetic] “get_library_changes” reworded the description of “limit”
- [cosmetic] “get_library_object” reworded the description of “content_max_characters”
- [cosmetic] “get_saved_article” reworded the description of “id”
- [cosmetic] “get_saved_article” reworded the description of “include_content”
- [cosmetic] “list_library” reworded the description of “capture_method”
- [cosmetic] “list_library” reworded the description of “content_kind”
- [cosmetic] “list_library” reworded the description of “content_max_characters”
- [cosmetic] “list_library” reworded the description of “cursor”
- [cosmetic] “list_library” reworded the description of “external_id”
- [cosmetic] “list_library” reworded the description of “format”
- [cosmetic] “list_library” reworded the description of “include_content”
- [cosmetic] “list_library” reworded the description of “limit”
- [cosmetic] “list_library” reworded the description of “query”
- [cosmetic] “list_library” reworded the description of “starred”
- [cosmetic] “list_library” reworded the description of “status”
- [cosmetic] “list_library” reworded the description of “tag”
- [cosmetic] “list_library” reworded the description of “view”
- [cosmetic] “list_library_objects” reworded the description of “cursor”
- [cosmetic] “list_library_objects” reworded the description of “limit”
- [cosmetic] “list_library_objects” reworded the description of “query”
- [cosmetic] “remove_library_item” reworded the description of “id”
- [cosmetic] “search_saved_item” reworded the description of “id”
- [cosmetic] “update_library_item” reworded the description of “id”

### 2026-09-12 (score 77, 0)

- [security regression] A breaking change shipped without a version bump: still 0.4.0
- [functional regression] “get_library_changes” changed the type of “limit”: integer → number
- [functional regression] “get_library_object” changed the type of “content_max_characters”: integer → number
- [functional regression] “list_library” changed the type of “content_max_characters”: integer → number
- [functional regression] “list_library” changed the type of “limit”: integer → number
- [functional regression] “list_library_objects” changed the type of “limit”: integer → number

### 2026-09-11 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33.

### 2026-09-09 (score 76, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “query_feeds” rewrote its description, which is the text the model reads
- [cosmetic] “query_feeds” reworded the description of “per_source_limit”

## MCP tools (28)

### `get_article` (~100 tokens)

Read an article with smry

Fetch clean, source-grounded text for a public article or YouTube URL, budgeted to a token limit and addressable by paragraph anchor. Returns an outline of headings (empty when the source has none), the requested window, and a next_cursor when more remains. Prefer search_article when you have a specific question rather than needing the whole text.

Input parameters:

- `cursor` (integer)
- `max_tokens` (integer)
- `url` (string, required)

Output parameters:

- `author` (string|null)
- `cache_hit` (boolean)
- `content_quality` (string|null)
- `extraction_source` (string)
- `from_anchor` (number|null)
- `language` (string|null)
- `next_cursor` (number|null)
- `outline` (array)
- `published_at` (string|null)
- `publisher` (string|null)
- `reader_url` (string)
- `responded_at` (string)
- `source_url` (string)
- `text` (string)
- `title` (string)
- `to_anchor` (number|null)
- `tokens_returned` (number)
- `total_blocks` (number)
- `total_tokens` (number)

### `search_article` (~109 tokens)

Find the passages of an article that answer a question

Read a public article or YouTube URL and return only the passages relevant to your query, each anchored to its paragraph and labelled with the section it sits under. Use this instead of get_article whenever you have a specific question about a link — it answers in a fraction of the tokens and the anchors stay citable.

Input parameters:

- `cursor` (integer)
- `max_passages` (integer)
- `max_tokens` (integer)
- `query` (string, required)
- `url` (string, required)

Output parameters:

- `author` (string|null)
- `cache_hit` (boolean)
- `content_quality` (string|null)
- `extraction_source` (string)
- `language` (string|null)
- `matched_blocks` (number)
- `next_cursor` (number|null)
- `passages` (array)
- `published_at` (string|null)
- `publisher` (string|null)
- `query` (string)
- `reader_url` (string)
- `responded_at` (string)
- `source_url` (string)
- `title` (string)
- `tokens_returned` (number)
- `total_blocks` (number)
- `total_tokens` (number)

### `search_web` (~49 tokens)

Search the public web

Discover current public sources with up to four focused searches. Search snippets are discovery aids; open the strongest pages before citing substantive claims.

Input parameters:

- `max_results` (integer)
- `queries` (array, required)

Output parameters:

- `budgetReached` (boolean)
- `failures` (array)
- `searches` (array)

### `open_web_pages` (~48 tokens)

Read public web pages

Open up to four public pages and return clean Markdown evidence. Use a focused context to extract only what is relevant, or omit it to read the page directly.

Input parameters:

- `pages` (array, required)

Output parameters:

- `budgetReached` (boolean)
- `failures` (array)
- `pages` (array)

### `search_feeds` (~205 tokens)

Find public feeds

Use the same discovery catalog and ranking as smry's Discover feeds page. Browse suggested sources with no query; search websites, RSS, Atom, podcasts, Reddit, and YouTube by topic; create a focused Google News source; or discover every feed published by a site URL. Use sort=popular for popularity ordering. This only discovers sources; use follow_feeds to follow results in an existing or new collection.

Input parameters:

- `language` (string): Source language. Default: English (en).
- `limit` (integer): Maximum results. Defaults match the Discover page.
- `mode` (string): Discover source type. "feeds" is a compatibility alias for "websites". Use "url" when query is a site or feed URL. Default: all.
- `query` (string): Topic, publication, community, channel, podcast, or site URL. Omit to browse suggested sources.
- `sort` (string): Rank by best match or popularity. Default: best.

Output parameters:

- `language` (string)
- `mode` (string)
- `omitted` (integer)
- `partial` (boolean)
- `query` (string)
- `results` (array)
- `returned` (integer)
- `sort` (string)
- `total` (integer)
- `warning` (string)

### `list_library_objects` (~152 tokens)

Search every saved library object

Search and paginate across the account's saved items, standalone notes, and highlights through one corpus. Uses the same Postgres matching as the app and REST API; approximate=true identifies spelling recovery. Returns stable refs for get_library_object. Use list_library when you specifically need item lifecycle filters or reading history.

Input parameters:

- `cursor` (string): Opaque page token: pass the previous response's nextCursor verbatim and never construct one.
- `limit` (number): Maximum objects to return in this page, from 1 to 100. Defaults to 50.
- `query` (string): Full-text search across saved items, notes, and highlights; omit to list the whole corpus.
- `types` (array)

Output parameters:

- `approximate` (boolean)
- `matchedTerms` (array)
- `nextCursor` (string|null)
- `objects` (array)
- `partial` (boolean)
- `total` (number)

### `get_library_object` (~78 tokens)

Read a saved item, note, or highlight

Read one object returned by list_library_objects. Item text and note/highlight bodies are bounded; item asset metadata includes the MCP resource URI for original bytes.

Input parameters:

- `content_max_characters` (number): Maximum characters of object text to return, from 500 to 12000. Defaults to 12000.
- `ref` (string, required)

Output parameters:

- `object`
- `ref` (string)
- `type` (string)

### `get_library_asset` (~86 tokens)

Fetch an original library file

Return an authenticated MCP resource link for an item's original file. Set include_data=true to show images or audio inline, or embed another file up to 8 MiB. Larger originals remain readable through the streaming Developer API byte-range endpoint.

Input parameters:

- `id` (string, required): UUID that identifies the resource; pass it back exactly as smry returned it.
- `include_data` (boolean)

Output parameters:

- `asset` (object)

### `list_library` (~603 tokens)

Search library content and reading history

Search this account's articles, websites, books, emails, PDFs, social posts, videos, podcast episodes, and documents. For a normal text search, pass only query and limit. "Triage my inbox" is {"status":"inbox","limit":10}; "saved this week" is {"saved_after":"7d"}. Matching is shared with app search and REST, including spelling recovery (approximate=true). Optional filters are combined with AND: omit every filter the user did not explicitly request. Filter by exact tag, kind, capture method, format, or lifecycle; set view=history for recently read items. Items are ordered by most recent status change first (history view: last read first); continue with nextCursor. Item IDs select later tools and are not smry.ai routes; cite only each exact returned source URL.

Input parameters:

- `capture_method`: Return only items captured this way, such as reader, extension, upload, or api.
- `content_kind`: Return only items of this content kind, such as article, pdf, or video.
- `content_max_characters` (number): Maximum characters of text per item when includeContent is set, from 500 to 12000. Defaults to 4000.
- `cursor` (string): Opaque page token: pass the previous response's nextCursor verbatim and never construct one.
- `external_id` (string): Return only the item saved under this external id from your own system.
- `format`: Return only items stored in this format, such as html, pdf, or epub.
- `include_content` (boolean): Include each item's stored article text. Defaults to false.
- `include_counts` (boolean)
- `include_metadata` (boolean): Include the free-form metadata object saved through the API. Everything else is always returned.
- `limit` (number): Maximum items to return, from 1 to 100. Defaults to 50, and is capped at 20 with includeContent.
- `query` (string): Full-text search over saved titles and text; omit to list without searching.
- `saved_after` (string): Items saved after this time: "7d", "36h", "now", or an ISO date. Use for "saved this week".
- `starred` (boolean): Set true for starred items only, or false for unstarred items only.
- `status`: Return only items in this triage status: inbox, later, or archive.
- `tag` (string): Return only items carrying this tag, matching without regard to case or surrounding spaces.
- `updated_after` (string): Items whose record changed after this time (status, tags, read progress, or a save): "7d", "36h", "now", or an ISO date. For "saved this week" use savedAfter.
- `view`: Set history for reading history, the only way to read it; defaults to all saved items.

Output parameters:

- `approximate` (boolean)
- `counts` (object)
- `items` (array)
- `matchedTerms` (array)
- `nextCursor` (string|null)

### `get_library_changes` (~102 tokens)

Sync library changes

Read the append-only library change stream, including deletions. For a race-free first sync, call once with cursor=latest, list the library, then continue from the returned nextCursor.

Input parameters:

- `cursor` (string): Pass a previous response's nextCursor verbatim, or latest to start at the current head; never construct one.
- `limit` (number): Maximum changes to return in this page, from 1 to 250. Defaults to 100.

Output parameters:

- `changes` (array)
- `hasMore` (boolean)
- `nextCursor` (string)

### `get_saved_article` (~92 tokens)

Read a library item

Read one library item by id. Stored article text is token-budgeted and supports a paragraph cursor so long documents never flood the agent context.

Input parameters:

- `cursor` (integer)
- `id` (string, required): UUID that identifies the resource; pass it back exactly as smry returned it.
- `include_content` (boolean): Include the item's stored article text. Defaults to true.
- `max_tokens` (integer)

Output parameters:

- `item`

### `search_saved_item` (~99 tokens)

Search inside a library item

Return only the stored passages relevant to a question about one library item. Use after list_library instead of reading a long book, PDF, email, transcript, or document from the beginning.

Input parameters:

- `cursor` (integer)
- `id` (string, required): UUID that identifies the resource; pass it back exactly as smry returned it.
- `max_passages` (integer)
- `max_tokens` (integer)
- `query` (string, required)

Output parameters:

- `content_kind`
- `id` (string)
- `matched_blocks` (number)
- `next_cursor` (number|null)
- `passages` (array)
- `query` (string)
- `title` (string)
- `tokens_returned` (number)
- `total_blocks` (number)
- `total_tokens` (number)

### `save_content` (~126 tokens)

Save text or a document

Save supplied source text without fetching a public URL. Use external_id for retry-safe creates; content_kind can correct automatic classification.

Input parameters:

- `author`
- `capture_method`
- `content` (string, required)
- `content_kind`
- `external_id`
- `file_name`
- `format`
- `metadata` (object)
- `mime_type`
- `published_at`
- `starred` (boolean)
- `status`
- `tags` (array)
- `title` (string, required)
- `url` (string)

Output parameters:

- `alreadySaved` (boolean)
- `item`

### `save_article` (~69 tokens)

Scrape and save an article

Securely extract a public URL and idempotently add it to the account's library. Returns alreadySaved=true for a duplicate and reports hard paywalls instead of claiming success.

Input parameters:

- `starred` (boolean)
- `status`
- `tags` (array)
- `url` (string, required)

Output parameters:

- `alreadySaved` (boolean)
- `extraction` (object)
- `item`

### `update_library_item` (~89 tokens)

Organize a library item

Move, tag, mark read, update progress, or correct the classification of one library item.

Input parameters:

- `content_kind`
- `id` (string, required): UUID that identifies the resource; pass it back exactly as smry returned it.
- `mark_read` (boolean)
- `read_progress`
- `starred` (boolean)
- `status`
- `tags` (array)

Output parameters:

- `item`

### `bulk_update_library_items` (~79 tokens)

Organize multiple library items

Atomically move, tag, mark read, update progress, or correct classification for up to 100 library items.

Input parameters:

- `content_kind`
- `ids` (array, required)
- `mark_read` (boolean)
- `read_progress`
- `starred` (boolean)
- `status`
- `tags` (array)

Output parameters:

- `items` (array)
- `missing` (number)
- `updated` (number)

### `remove_library_item` (~70 tokens)

Remove a library item

Remove one item from this account's library. Web sources are unaffected. For an uploaded file, its original, extracted text, and synced local copies are permanently deleted; highlights and notes are kept.

Input parameters:

- `id` (string, required): UUID that identifies the resource; pass it back exactly as smry returned it.

Output parameters:

- `id` (string)
- `ok` (boolean)

### `manage_collections` (~202 tokens)

manage collections (list/create/update/delete)

list: Returns the same owner-scoped Collections shown in /feeds, including canonical filter state and revision. Required fields: none.
Example: {"action":"list"}
create: Creates the same named Collection used by the production /feeds UI. Required fields: name.
Example: {"action":"create","name":"Research"}
update: Membership is a complete replacement, matching the production Collection editor. Required fields: id.
Example: {"action":"update","id":12,"name":"Engineering"}
delete: Deletes a custom Collection and moves its inputs to Unsorted. Required fields: id.
Example: {"action":"delete","id":12}

Input parameters:

- `action` (string, required): "list": List Collections and their managed-feed filters · "create": Create a Collection · "update": Rename a Collection or replace its input membership · "delete": Delete a Collection
- `id` (integer)
- `name` (string)
- `source_ids` (array)

### `query_feeds` (~645 tokens)

Query followed feeds: entries, source health, or aggregates

Read followed feeds. "What's new?" is {"since":"1d"}: newest published first, one line per entry with format:"compact". Other arguments are optional; add where.collection, where.source.include/exclude, where.unread, or where.match when requested. per_source_limit produces a bounded fair sample across pages; omit it to retrieve every matching article. select:"sources" returns fetch_status and last_fetched_at separately from publisher activity (health, silent_days, entries_7d/28d). Quiet publishers can have working feeds. select:"aggregate" returns grouped counts with optional trends. Classification-filtered queries report classification_coverage: pending articles have not been assessed, not rejected. Times accept "7d"/"36h"/"now" or ISO dates.
Example: {"since":"1d","per_source_limit":3,"limit":40,"format":"compact"}
Example: {"select":"entries","where":{"unread":true,"collection":["Research"]},"limit":10}
Example: {"select":"sources","having":{"silent_days":{"gte":30}},"limit":10}
Example: {"select":"aggregate","group_by":"collection","where":{"discovered_after":"7d"}}

Input parameters:

- `compare` (object): Trend detection for aggregates: counts inside the window vs the prior baseline, e.g. {"window":"7d","baseline":"28d"}.
- `cursor` (string): Only a next_cursor from a previous response; omit on the first call.
- `fields` (array): Project only these entry fields. ["id"] is the cheap diff shape. Summary is opt-in.
- `format`: "compact" returns token-lean text lines (#entry_id [source · s<source_id> · collection] date title / url) in `text`; entries is then an empty array and fields is ignored.
- `group_by`
- `having` (object): Filter groups/sources on derived values.
- `limit` (integer): Default 20, maximum 100; page further with next_cursor.
- `order_by`: Default -discovered_at: newest arrivals first, so backfilled items never hide.
- `per_source_limit` (integer): Fair sample: at most this many entries per source across the result set, before pagination. Omit for an exhaustive stream. omitted.by_per_source_limit reports articles outside this sample.
- `select`: "entries" = rows · "sources" = per-source health (where.collection/source only; use having for health filters; stalled = nothing published in 14 days and nothing delivered in 7, quiet = nothing deliv…
- `since` (string): The "what's new" shorthand: entries published after this time (falling back to discovery time when the feed gives none), newest published first. {"since":"1d"} is the whole catch-up call. Entries onl…
- `where` (object): Entry selection predicate: fields AND together; omit a field to not filter on it. Source queries/mutations accept only collection and source; use query having for source-health filters.

Output parameters:

- `classification_coverage` (object): Coverage before the classification decision and pagination. Pending articles are not excluded; retry the query after classification catches up. Degraded assessments used the filter's uncertainty poli…
- `object` (string)
- `select` (string)

### `manage_feed_filter` (~194 tokens)

manage feed filter (preview/apply)

preview: Classifies a bounded recent sample and returns both binary decisions, uncertainty counts, reasons, and degradation status. Save with applyFeedFilter using this preview token and Collection revision. Required fields: collection, filter.
Example: {"action":"preview","collection":{"id":12},"filter":{"prompt":"Software engineering articles","whenUncertain":"include"}}
apply: Atomically applies the exact preview when the Collection revision still matches. Passing a preview created with filter:null clears the filter. Required fields: previewToken, expectedRevision.
Example: {"action":"apply","previewToken":"<previewToken from preview>","expectedRevision":0}

Input parameters:

- `action` (string, required): "preview": Preview a Collection filter without changing the feed · "apply": Apply a previously previewed Collection filter
- `collection` (object)
- `expectedRevision` (integer)
- `filter`
- `previewToken` (string)

### `discover_feed_inputs` (~103 tokens)

Find public feeds to follow

Find public feeds by topic or find a site's published feeds. This is the compact Developer API discovery adapter; use search_feeds for language, ranking, and source-type controls. Discovery does not subscribe; pass result feedUrl values to follow_feeds.
Example: {"query":"https://www.nasa.gov","mode":"site"}

Input parameters:

- `mode`: "feeds" searches by topic; "site" discovers what a specific URL publishes.
- `query` (string, required)

Output parameters:

- `results` (array)

### `follow_feeds` (~109 tokens)

Follow feeds by URL, with per-URL outcomes

Follow up to 20 feed or site URLs in one call. Site URLs are resolved to their published feed. Naming a collection that does not exist creates it. Returns a per-URL outcome — partial success is normal and legible, never all-or-nothing.
Example: {"urls":["https://www.nasa.gov/feed/"],"collection":"Research"}

Input parameters:

- `collection`: Collection id or name. A new name is created. Omit for Unsorted.
- `urls` (array, required)

Output parameters:

- `collection` (string)
- `followed` (integer)
- `object` (string)
- `outcomes` (array)

### `create_news_query` (~81 tokens)

Create a durable query/news input

Creates a Collection-compatible news query. Google News RSS is the current adapter and is intentionally hidden behind this durable product type.
Example: {"query":"open source databases","collection":"Research"}

Input parameters:

- `collection`: Collection id or name. A new name is created. Omit for Unsorted.
- `locale` (string)
- `query` (string, required)

Output parameters:

- `collection` (string)
- `followed` (integer)
- `input_type` (string)
- `object` (string)
- `outcomes` (array)

### `set_feed_feedback` (~58 tokens)

Set or undo explicit feedback on an entry

Less like this hides an included entry. Feedback remains separate agent context and never silently revises the Collection filter.
Example: {"entryId":42,"value":"less_like_this"}

Input parameters:

- `entryId` (integer, required)
- `value` (required)

Output parameters:

- `entryId` (integer)
- `filterChanged` (boolean)
- `object` (string)
- `value`

### `get_feed_changes` (~302 tokens)

What changed since a cursor — the polling primitive

One stream, two checkpoint owners. Stateful callers pass cursor:"latest", then store each next_cursor themselves; that first call only establishes the checkpoint and returns no events, so poll again with the returned next_cursor. Stateless scheduled agents pass consumer_id; smry retains the acknowledged position and the consumer's saved where predicate. Pass exactly one. Managed batches repeat until their next_cursor is acknowledged. Every response also carries a capped source-health attention block. To read what is already there rather than what changes next, use query_feeds.
Example: {"cursor":"latest","limit":20}
Example: {"consumer_id":7,"limit":20}

Input parameters:

- `attention_limit` (integer): Sources listed per attention bucket (default 5; the *_count fields always carry the full tally). Pass up to 500 for the exhaustive roster, 0 for counts only.
- `consumer_id` (integer): smry-managed progress: poll this consumer's saved predicate. Omit cursor and where.
- `cursor` (string): Caller-managed progress: "latest" to start, then the next_cursor you stored.
- `fields` (array): Project event entries to these fields; ["id"] is the cheapest diff. id is always included.
- `limit` (integer)
- `where` (object): Entry selection predicate: fields AND together; omit a field to not filter on it. Source queries/mutations accept only collection and source; use query having for source-health filters.

Output parameters:

- `attention` (object): Source health, capped to five per bucket (stalled: longest silent first; erroring and never_produced: alphabetical); the *_count fields carry the full tally. Query select:"sources" with having for th…
- `checkpoint` (object)
- `events` (array)
- `has_more` (boolean)
- `next_cursor` (string)
- `object` (string)

### `mutate_feeds` (~316 tokens)

Selector-based writes with dry-run preview

Preview changes to matching sources, entries, or collections. Default dry_run:true returns would_affect, sample, and commit_token without changing them. Commit by sending the same op and commit_token; retries replay the recorded result. Explicit dry_run:false applies immediately. sources.move needs set.collection; sources.rename needs set.title; collections.create/rename need set.name. Collections rename/delete need exactly one where.collection. Use manage_collections for direct collection CRUD. Check partial and each outcome after committing.
Example: {"op":"collections.create","set":{"name":"Research"}}
Example: {"op":"sources.move","where":{"source":{"include":[42]}},"set":{"collection":"Research"}}
Example: {"op":"sources.move","commit_token":"<commit_token from preview>"}

Input parameters:

- `commit_token` (string): From a dry run. Single-use and idempotent: resending after a network failure replays the recorded outcome.
- `dry_run` (boolean): Default true: preview affected records and return a commit_token. Explicit false applies immediately; prefer preview then commit_token for agent workflows.
- `op` (required): sources.* use where.source or where.collection, never entry filters. entries.* use the full where predicate. collections.rename/delete select one where.collection; collections.create uses set.name.
- `set` (object)
- `where` (object): Entry selection predicate: fields AND together; omit a field to not filter on it. Source queries/mutations accept only collection and source; use query having for source-health filters.

### `create_monitor` (~237 tokens)

Monitor a web page for changes

Create a scheduled web-change monitor whose detected changes arrive as an ordinary followed source — query, watch, and mutate it like any feed. Naming a collection that does not exist creates it. Active monitor limits are Free 3, Patron 10, and Pro 100; scheduled monthly credits are 150, 720, and 7,200, respectively. Page and sitemap runs reserve 1 credit; extract runs reserve 10. The shortest interval is 60 minutes and the default schedule is daily. The response reports remaining slots and scheduled credits.
Example: {"name":"Example page changes","target":{"type":"page","url":"https://example.com"},"collection":"Research"}

Input parameters:

- `change_detection`
- `collection`: Collection id or name. A new name is created. Omit for Unsorted.
- `name` (string, required)
- `schedule`: Default: daily. Shortest interval: 60 minutes.
- `tags` (array)
- `target` (required): "page" watches one URL, "sitemap" watches URL additions/removals, "extract" watches for meaningful site-wide changes per your instructions.

Output parameters:

- `limits` (object)
- `monitor` (object)
- `subscription` (object)

### `manage_feed_consumers` (~389 tokens)

manage feed consumers (create/list/ack/delete)

create: Save a where predicate and let smry retain one processing checkpoint. New consumers start at the current high-water mark, so they receive future discoveries rather than replaying history. For history, create the Consumer first, query the historical window separately, then poll; that order closes the query/create race. Create one per independent processing loop, not per source. Retrying the same case-insensitive name and predicate returns the existing Consumer; the same name with another predicate is a 409. Required fields: name.
Example: {"action":"create","name":"Engineering briefing","where":{"collection":["Research"]}}
list: List each saved consumer, its opaque acknowledged_cursor, delivery and acknowledgement timestamps, and how many matching entries are waiting past that checkpoint. Required fields: none.
Example: {"action":"list"}
ack: After processing every event returned by getFeedChanges for this consumer, acknowledge that response's next_cursor. Crashes before ack cause safe redelivery; stale, foreign, and invented cursors are rejected. Required fields: id, cursor.
Example: {"action":"ack","id":7,"cursor":"<next_cursor from get_feed_changes>"}
delete: Remove only the saved predicate and checkpoint. Followed sources, entries, and human read state are untouched. Required fields: id.
Example: {"action":"delete","id":7}

Input parameters:

- `action` (string, required): "create": Create a managed feed consumer · "list": List managed consumers with pending counts · "ack": Acknowledge a managed consumer batch · "delete": Delete a managed feed consumer
- `cursor` (string)
- `id` (integer)
- `name` (string)
- `where` (object): Entry selection predicate: fields AND together; omit a field to not filter on it. Source queries/mutations accept only collection and source; use query having for source-health filters.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-smry-r-smry-product/api#diagnostics

## Score history

- 2026-09-22: 82
- 2026-09-21: 82
- 2026-09-20: 81
- 2026-09-19: 81
- 2026-09-18: 80
- 2026-09-17: 80
- 2026-09-16: 80
- 2026-09-15: 79
- 2026-09-14: 79
- 2026-09-13: 78
- 2026-09-12: 77
- 2026-09-11: 77
- 2026-09-10: 76
- 2026-09-09: 76
- 2026-09-08: 75
- 2026-09-07: 77
- 2026-09-06: 78
- 2026-09-05: 78
- 2026-09-04: 77
- 2026-09-03: 77
- 2026-09-02: 76
- 2026-09-01: 76
- 2026-08-31: 75
- 2026-08-30: 75

## Common questions

### What is the smry Product MCP server?

smry Product is an MCP server listed in the public MCP registry as ai.smry.r/smry-product. Read public sources and manage a smry library, feeds, notes, highlights, files, and page monitors. This page covers its hosted endpoint (https://api.smry.ai/mcp).

### Is the smry Product MCP server safe to use?

smry Product scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the smry Product MCP server expose?

smry Product exposes 28 tools: get_article, search_article, search_web, open_web_pages, search_feeds, and 23 more. Their descriptions and schemas cost roughly 4,792 tokens of context every time the server is loaded.

### Does the smry Product MCP server require authentication?

Yes. smry Product asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the smry Product MCP server still maintained?

smry Product is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.smry.ai/mcp
- Repository: https://github.com/mrmps/SMRY
- Website: https://r.smry.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-smry-r-smry-product/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-smry-r-smry-product/api.json
- HTML version of this page: https://verifymcp.io/servers/ai-smry-r-smry-product/api
