@kazuph/mcp-pocket

pocket_get_articles

Fetches the latest unread articles from Pocket API. Returns up to 20 articles by default. You can specify the number of articles to fetch (1-20) using the count parameter. Returns the article ID, title, URL, and excerpt for each article.

Input Schema

NameRequiredDescriptionDefault
countNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 20, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools