kindlemcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_URL | No | SMTP connection string for Gmail with app password, e.g. smtp://you%40gmail.com:your_app_password@smtp.gmail.com:587 | |
| KINDLE_ADDR | No | Your Send-to-Kindle email address, e.g. you_xxxxxx@kindle.com |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_to_kindleA | Send a document to the configured Kindle via Amazon Send-to-Kindle email. Provide exactly one of
|
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 1 tool
There is only one tool, so there is no possibility of confusing it with another tool or selecting the wrong one. Its purpose is clearly distinct by default.
The single tool name `send_to_kindle` follows a clear, conventional verb_noun pattern. With only one tool, naming consistency is inherently maintained.
One tool is slightly below the typical well-scoped range, but it is reasonable for a narrowly focused server whose entire purpose is sending documents to a Kindle. The count does not feel excessive or wasteful.
The tool covers the full apparent domain: it accepts both file paths and raw markdown content, handles conversion, and sends to the configured Kindle. No essential operation for this narrow scope appears missing.