mcp-server-weread
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CC_ID | No | Your CookieCloud user UUID | |
| CC_URL | No | The URL of your CookieCloud server (default: https://cc.chenge.ink) | https://cc.chenge.ink |
| CC_PASSWORD | No | Your CookieCloud password | |
| WEREAD_COOKIE | No | Your WeRead cookie directly |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_bookshelfA | Get all books in the user's bookshelf with comprehensive statistics and categorization information |
| search_booksB | Search for books in the user's bookshelf by keywords and return matching books with details and reading progress |
| get_book_notes_and_highlightsB | Get all highlights and notes for a specific book, organized by chapter |
| get_book_best_reviewsB | Get popular reviews for a specific book |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a distinct purpose: browsing the bookshelf, searching within it, retrieving notes/highlights for a specific book, and fetching reviews. No two tools overlap in functionality.
Three tools follow the 'get_*' pattern, but 'search_books' uses a different verb, creating a minor inconsistency. The naming is otherwise clear and uniform in style.
With 4 tools, the set is well-scoped for a read-only book management service, covering essential retrieval operations without unnecessary bloat.
The tools adequately cover data retrieval (list, search, highlights, reviews) but lack any write operations such as adding or removing books, limiting overall completeness.