send-to-kindle-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_FROM | No | From address; must be Amazon-approved. | {SMTP_USER} |
| SMTP_HOST | Yes | SMTP server hostname. | |
| SMTP_PASS | Yes | SMTP password / app password. | |
| SMTP_PORT | No | SMTP port. | 587 |
| SMTP_USER | Yes | SMTP username. | |
| SMTP_SECURE | No | Force TLS-on-connect. Defaults to true if port 465, else false. | |
| KINDLE_EMAIL | No | Default target Kindle email if the tool arg is omitted. |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_to_kindleA | Send a local document file (EPUB, PDF, DOCX, etc.) to a Kindle device via Amazon's Send-to-Kindle email feature. The file is emailed as an attachment to the Kindle address. NOTE: the sending email address must be on your Amazon 'Approved Personal Document E-mail List' or Amazon will silently drop the email. |
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
With only one tool, there is no risk of confusion between tools. The single tool's purpose is clearly distinct by default.
The single tool uses a clear, descriptive snake_case name (send_to_kindle), which is consistent with common MCP naming conventions.
A single tool is minimal but appropriate for a focused utility that performs one specific action (sending documents to Kindle). More tools could be added for auxiliary features, but the current count is reasonable.
The tool covers the core functionality of sending documents to Kindle. While it lacks additional features like managing approved senders or checking delivery status, these are not essential for the primary use case.