memory
Email Writer
AIterminal — aerostack cli
$
npx aerostack add aerostack/email-writersmart_toy
Use with AI Assistants
MCPConnect Claude, Cursor, or any MCP-compatible client — then call this function by slug
① Add MCP Server
Add this once — access all Aerostack functions from your AI tool.
claude_desktop_config.json
{
"mcpServers": {
"aerostack": {
"url": "https://mcp.aerostack.dev",
"type": "http"
}
}
}② Call this function
Ask your AI to use the call_function tool with this slug:
call_function
call_function({
slug: "email-writer",
args: {}
})Email Writer
Generate professional emails with AI. Save reusable templates and maintain consistent tone.
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /generate | Generate an email |
| POST | /reply | Generate a reply to an email |
| POST | /templates | Save a reusable template |
| GET | /templates | List saved templates |
| DELETE | /templates/:id | Delete a template |
| GET | /health | Status check |
deployed_code
Build and publish your own functions
Write a TypeScript function, deploy it to the edge, and share it with thousands of developers — in minutes.