MCP Server
MCP
io.github.shipmail-to/shipmail-mcp
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://shipmail.to/api/mcp",
"headers": [
{
"description": "Bearer <Shipmail API key> (sm_live_...). Create one at https://shipmail.to/docs/quick-start.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "shipmail-mcp",
"version": "0.7.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Shipmail API key (sm_live_...). Create one at https://shipmail.to/docs/quick-start.",
"isRequired": true,
"isSecret": true,
"name": "SHIPMAIL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment