Using mxAURA with ChatGPT and Claude

mxAURA is an MCP server. Connect it once and your assistant can read your hubs and pools, write articles in your brand, place and publish them, and compose email sequences that HubSpot sends.

Connect

Claude

  1. In Claude, open Settings, then Connectors, then Add custom connector.
  2. Name it mxAURA. Server URL: https://mcp.mxaura.ai/mcp.
  3. Click Connect, sign in to mxAURA, choose the account, and approve the permissions.

ChatGPT

  1. In ChatGPT, open Settings, then Connectors, then Create (developer mode, or a Business or Enterprise workspace).
  2. Name it mxAURA. URL: https://mcp.mxaura.ai/mcp. Authentication: OAuth. Leave client ID and secret blank; ChatGPT registers itself.
  3. Click Connect, sign in to mxAURA, choose the account, and approve the permissions.

Any other client

Use an API key instead: in mxAURA, Account, API, New key. Send it as Authorization: Bearer mxa_live_.... Keys carry only the permissions you give them.

What it can do

AskTools used
"What hubs do I have and how are they doing?"list_hubs, get_hub_stats
"Draft an insights piece on X for the News hub"list_content_types, compose_article, draft_article_with_ai, get_ai_job
"Place it in News and publish it Tuesday at 9"place_article_in_hub, publish_article
"Write a three-email welcome sequence for the onboarding pool"list_pools, generate_rows, preview_message
"Show me the campaign before anything goes out"simulate_campaign (read-only)

What it will not do without asking

Permissions and control

For developers

Transport: MCP over HTTPS at https://mcp.mxaura.ai/mcp. Auth: OAuth 2.1 with dynamic client registration (https://auth.mxaura.ai/.well-known/oauth-authorization-server) or an API key. The same operations are available as a REST API with OpenAPI at https://api.mxaura.ai/v1/openapi.json.

Questions: support@mxaura.ai.