Atlas AI Agent

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.

Nothing here sends or publishes. Outreach emails and social posts come back as drafts for the account owner to approve in Atlas.

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-resourceResource metadata (RFC 9728)
GET /.well-known/oauth-authorization-serverServer metadata (RFC 8414)
POST /oauth/registerDynamic client registration (RFC 7591)
GET /oauth/authorizeSign-in and consent
POST /oauth/tokenCode exchange and refresh
POST /oauth/revokeDisconnect (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.executiveBriefings, priority inbox, calendar, follow-ups
atlas.salesPipeline, leads, campaigns, outreach drafts
atlas.marketingPerformance, schedule, approvals, post drafts

Tools

atlas_executive_daily_briefingGet today's executive briefing
atlas_executive_priority_inboxList emails that need attention
atlas_executive_calendar_todayList today's meetings
atlas_executive_followupsList open follow-ups
atlas_sales_dashboardGet sales pipeline overview
atlas_sales_list_leadsList sales leads
atlas_sales_list_campaignsList sales campaigns
atlas_sales_draft_emailDraft a sales outreach email
atlas_marketing_dashboardGet marketing performance overview
atlas_marketing_list_contentList marketing content and its status
atlas_marketing_pending_approvalsList marketing items awaiting approval
atlas_marketing_generate_postDraft 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.

Privacy policy