shipmail-mcp
by jcoulaud
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHIPMAIL_API_KEY | No | Shipmail API key (sm_live_...). Required unless SHIPMAIL_API_KEY_FILE is set. | |
| SHIPMAIL_BASE_URL | No | Override the API base URL. Must be https on a shipmail.to host. Defaults to https://shipmail.to/api/v1. | https://shipmail.to/api/v1 |
| SHIPMAIL_MCP_DEBUG | No | Set to '1' to include request_id and status in stderr tool-call logs. | |
| SHIPMAIL_MCP_TOOLS | No | Comma-separated tool allowlist. The --tools flag overrides this. | |
| SHIPMAIL_API_KEY_FILE | No | Path to a file containing the API key. Takes precedence over SHIPMAIL_API_KEY. Reduces env-trace leak surface. | |
| SHIPMAIL_ALLOW_INSECURE_BASE_URL | No | Set to '1' to permit a non-https or non-shipmail.to base URL. Local development only. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcoulaud/shipmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server