Skip to main content
Glama
inboundemail

Inbound Email MCP Server

by inboundemail

Create Endpoint

create_endpoint

Create email endpoints to receive inbound messages via webhooks or forwarding. Configure HTTP delivery or email forwarding to manage incoming communications.

Instructions

Create a new endpoint for receiving emails. Webhooks deliver emails as HTTP POST requests, email forwards send to another address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesA descriptive name for this endpoint
typeYesType of endpoint: 'webhook' for HTTP delivery, 'email' for forwarding to a single address, 'email_group' for forwarding to multiple addresses
urlNoWebhook URL (required for webhook type)
forwardToNoEmail address to forward to (required for email type)
emailsNoList of email addresses to forward to (required for email_group type)
preserveHeadersNoWhether to preserve original email headers when forwarding (for email/email_group types)

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/inboundemail/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server