AWS SES MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| aws_region | No | AWS region (default: us-east-1) | us-east-1 |
| from_email | Yes | Verified sender email address for SES | |
| aws_access_key_id | Yes | AWS access key ID for SES | |
| aws_secret_access_key | Yes | AWS secret access key for SES |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_emailB | Send an email using AWS SES. |
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 a single tool, there is no possibility of overlap or confusion between tools. The tool's purpose is clear and unambiguous.
The tool name 'send_email' follows a clear verb_noun pattern and is self-consistent. While there is only one tool, the naming is predictable and professional.
AWS SES is a broad service with many capabilities beyond sending email, such as managing verified identities, templates, and sending statistics. A single tool is far too few for the scope implied by the server name, making the server under-scoped.
The tool surface is severely incomplete for AWS SES. Essential operations like listing verified identities, checking sending limits, and managing configuration sets are missing, leaving agents with no way to handle common SES workflows.