ChatGPT works with hosted MCP servers via the Connectors surface. Point it at mailnix and it can send email through your provider, look up trace IDs, or file a contact form, on top of whatever else the assistant is helping with. It is the same product as the app dashboard, just reached through chat.
01
Open Settings, Connectors, Add connector, paste https://mcp.mailnix.ch/mcp, finish the OAuth flow. Nothing to install on the ChatGPT side, nothing to run on yours.
02
mailnix exposes RFC 8414 authorization-server metadata and the OpenID-configuration alias, so ChatGPT's client libraries find the server whichever endpoint they probe first.
03
ChatGPT sends RFC 8707 resource indicators on /authorize and /token. mailnix binds every JWT's aud claim to https://mcp.mailnix.ch/mcp, so a leaked token cannot be replayed elsewhere.
04
ChatGPT's Client ID Metadata Document path is accepted. Standard Dynamic Client Registration is the fallback. Both the current and legacy connector-oauth redirect URIs are allowlisted.
Server URL
https://mcp.mailnix.ch/mcp Transport Streamable HTTP Auth OAuth 2.1 (PKCE S256, RFC 8707) Discovery RFC 8414 + openid-configuration alias
email_send_test hits your connected provider with a test payload. email_trace_lookup returns the ordered event list (queued, sent, delivered) so ChatGPT can quote the status back to you.
form_create, form_publish, form_embed_snippet_generate for the lifecycle. form_submission_list and form_submission_wait for reading the inbox. form_reply_send for a per-submission reply, always to the captured address.
email_provider_list_presets returns the destinations (SES, Postmark, cyon, Infomaniak, and more). email_provider_connect saves credentials via a one-use reveal URL, never in the transcript.
email_inbound_messages_list, virtual_inbox_messages_list, webhook_attempts_list, email_scheduled_list. ChatGPT can pull recent events and summarize them without the operator opening a dashboard.
OAuth 2.1 with PKCE (S256 mandatory), Dynamic Client Registration, and audience-bound JWTs. The origins chatgpt.com and chat.openai.com are on the mailnix CORS allowlist, and both the connector-platform and modern connector-oauth callback URIs are accepted at /oauth/register.
The Connectors surface (Settings, Connectors) that ships across the ChatGPT clients, including the Apps SDK integrations.
No. mailnix is a hosted remote MCP server. ChatGPT talks to it directly; nothing to install on either side.
Yes. The anonymous sandbox bootstrap gives ChatGPT a working token against a fresh sandbox project, and you can claim the project into an account whenever you want.
It requests every advertised scope (mcp:read, mcp:send-sandbox, mcp:send, mcp:admin). mailnix intersect-downgrades to what your account actually grants, so anonymous sessions can still call sandbox tools.
Yes. mailnix runs in EU data centres in Germany and is GDPR-ready, regardless of the client you connect from.
One HTTP call to get started