Skip to main content
Glama
BenjaminBini

send-to-kindle-mcp

by BenjaminBini

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMTP_FROMNoFrom address; must be Amazon-approved.{SMTP_USER}
SMTP_HOSTYesSMTP server hostname.
SMTP_PASSYesSMTP password / app password.
SMTP_PORTNoSMTP port.587
SMTP_USERYesSMTP username.
SMTP_SECURENoForce TLS-on-connect. Defaults to true if port 465, else false.
KINDLE_EMAILNoDefault 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion between tools. The single tool's purpose is clearly distinct by default.

Naming Consistency5/5

The single tool uses a clear, descriptive snake_case name (send_to_kindle), which is consistent with common MCP naming conventions.

Tool Count4/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues