@kazuph/mcp-pocket
by kazuph
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
POCKET_ACCESS_TOKEN | Yes | Your Pocket API access token | |
POCKET_CONSUMER_KEY | Yes | Your Pocket API consumer key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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. |
pocket_mark_as_read | Marks a specific Pocket article as read (archived) using its item ID. |