Skip to main content
Glama
zhamanov-seabus

kindlemcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMTP_URLNoSMTP connection string for Gmail with app password, e.g. smtp://you%40gmail.com:your_app_password@smtp.gmail.com:587
KINDLE_ADDRNoYour 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_to_kindleA

Send a document to the configured Kindle via Amazon Send-to-Kindle email.

Provide exactly one of content or file_path:

  • file_path — path to an existing .md, .pdf, or .epub file to send.

  • content — Markdown text; it is written to a temp file, converted to EPUB with pandoc, and sent.

title becomes the email subject, which Amazon uses as the document name on the Kindle. Returns a human-readable success or error message.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.8/5.0

Scored across 1 tool

Disambiguation5/5

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.

Naming Consistency5/5

The single tool name `send_to_kindle` follows a clear, conventional verb_noun pattern. With only one tool, naming consistency is inherently maintained.

Tool Count4/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues