MCP server
Three assistants for one workspace — an Executive Assistant, a Sales Agent and a Marketing Agent — exposed over the Model Context Protocol, so they work in ChatGPT, Claude, Cursor and any other MCP host.
Endpoint
https://atlas.ayonix.com/mcp
JSON-RPC 2.0 over streamable HTTP: initialize,
tools/list, tools/call, ping.
Authorization
OAuth 2.1 with PKCE, dynamic client registration and resource indicators.
Discovery starts at
/.well-known/oauth-protected-resource;
an unauthenticated request to the endpoint returns 401 with a
WWW-Authenticate header pointing there. Access tokens are issued for
this endpoint only.
GET /.well-known/oauth-protected-resource | Resource metadata (RFC 9728) |
GET /.well-known/oauth-authorization-server | Server metadata (RFC 8414) |
POST /oauth/register | Dynamic client registration (RFC 7591) |
GET /oauth/authorize | Sign-in and consent |
POST /oauth/token | Code exchange and refresh |
POST /oauth/revoke | Disconnect (RFC 7009) |
Scopes
One per assistant, so connecting Atlas for marketing work doesn't hand over an inbox. Tools outside the granted scope are not listed and cannot be called.
atlas.executive | Briefings, priority inbox, calendar, follow-ups |
atlas.sales | Pipeline, leads, campaigns, outreach drafts |
atlas.marketing | Performance, schedule, approvals, post drafts |
Tools
atlas_executive_daily_briefing | Get today's executive briefing |
atlas_executive_priority_inbox | List emails that need attention |
atlas_executive_calendar_today | List today's meetings |
atlas_executive_followups | List open follow-ups |
atlas_sales_dashboard | Get sales pipeline overview |
atlas_sales_list_leads | List sales leads |
atlas_sales_list_campaigns | List sales campaigns |
atlas_sales_draft_email | Draft a sales outreach email |
atlas_marketing_dashboard | Get marketing performance overview |
atlas_marketing_list_content | List marketing content and its status |
atlas_marketing_pending_approvals | List marketing items awaiting approval |
atlas_marketing_generate_post | Draft a marketing post |
Connecting
Add https://atlas.ayonix.com/mcp as a custom connector
in ChatGPT (Settings → Connectors), Claude (Settings → Connectors) or Cursor
(mcp.json). The host registers itself and takes you through sign-in;
there is no token to copy.