Connect Magister to Claude or ChatGPT and run audits, marketing plans, AI-visibility checks, and social workflows from chat. New here? Create your invite-gated account from chat first. Already have one? Just add the connector.
300-credit free trial · no credit card · invite-only during early access
Using Claude Code, Codex, or another agent? Just send it this page — it can handle the whole setup.
Read https://magistermarketing.com/mcp and connect me to Magister Marketing. If I don't have an account yet, create one with the signup API described on that page (ask me for the details it needs), then add the Magister MCP server and verify the connection by listing my projects.Quick start
New here or returning? Pick your path, add the connector, and run your first task.
Paste this into Claude or ChatGPT. It creates a verified signup link through /api/signup; open the returned link and finish Google sign-in. Signups are invite-only during early access.
Help me get started with Magister. I don't have an account yet — ask me for my invited email, team name, project name, and website URL, then call POST https://magistermarketing.com/api/signup and give me the returned signup_url so I can finish signing in — Google or email + password. Once I'm signed in, help me connect the Magister MCP server and list my projects.Once you're signed in, add this MCP server URL in your assistant's connector settings and authorize on the consent screen.
https://mcp.magistermarketing.com/mcpCapabilities
Drive Magister with plain language. Read tools work right away; actions run only after you approve their scope.
Works the moment you connect, no extra permission.
Granted on the consent screen; live, send, spend, and destructive actions also require immediate confirmation.
Reference
Once connected, your assistant can call these Magister tools in any conversation. Read tools are available the moment you connect; tools that run jobs, spend resources, or publish are opt-in scopes you approve on the consent screen. Most tools take a project_id — start by asking your assistant to list your projects to get one.
read scopeaudit:runaivis:runplan:writereadintegration:writemedia:generatecontent:publishemail:sendsocial:writeads:writecontent:writecontent:publishsocial:writeads:writeDedicated content-create tools draft first; direct integration operations that can publish, send, spend, or make destructive changes require their explicit scope and immediate user confirmation. Ad campaigns are always created paused; nothing spends until you explicitly activate. Paid ads and media generation use separate consent scopes that full access never includes. If a required integration is not connected, the tool returns a one-click link to connect and retry. Slack and Magister-hosted autonomous execution remain Agent-only.
Account
No account yet? Paste one prompt into Claude Code or Codex and the assistant creates your Magister account for you — no forms up front. You finish with one sign-in: Google or email + password.
Create my Magister Marketing account. Make a POST request to
https://magistermarketing.com/api/signup with a JSON body that has my
invited email plus a team name, project name, and website URL:
email: <the email you were invited with>
team_name: <your team or company name>
project_name: <the brand or site you want to work on>
website_url: <https://your-website.com>
Then show me the signup_url from the response — I'll open it in my
browser and finish signing in with that same email — Google or
email + password both work.curl -sS -X POST https://magistermarketing.com/api/signup \
-H "Content-Type: application/json" \
-d '{
"email": "you@yourcompany.com",
"team_name": "Acme Inc",
"project_name": "Acme Website",
"website_url": "https://acme.com"
}'
# -> open the returned "signup_url" in your browser and sign in
# (Google or email + password)For agents
This page contains everything an AI agent needs to connect — account creation, the server URL, authorization, and verification — in plain text. Paste the prompt above (or just this page's URL) into any capable agent, or hand it the playbook directly.
# Magister MCP — agent connection playbook
MCP server URL (remote, streamable HTTP): https://mcp.magistermarketing.com/mcp
## 1. Account (skip if the user already has one)
- POST https://magistermarketing.com/api/signup
body: { "email", "team_name", "project_name", "website_url" }
(GET the same URL to discover the field schema.)
- The response contains a signup_url. Have the user open it in a browser and
sign in — Google or email + password. The account, team, project, and agent
are created only after sign-in succeeds. The link expires in 30 minutes.
- Signups are invite-only during early access: a not_invited response means
the email isn't invited yet — join the waitlist at magistermarketing.com.
## 2. Connect
- Add a remote MCP server with the URL above in the client's connector or MCP
settings. For Claude Desktop, merge this into claude_desktop_config.json and
restart:
{
"mcpServers": {
"magister": {
"url": "https://mcp.magistermarketing.com/mcp"
}
}
}
## 3. Authorize
- The client opens Magister's consent screen: the user picks an organization
and scopes. Read tools are on by default; run/publish/send/spend scopes are
opt-in, and money/live actions also require immediate confirmation in chat.
## 4. Verify
- Call the list-projects tool. Most tools take a project_id from that list.
- Good first tasks: get the brand profile, run an audit, check AI visibility.
## 5. Brands & organizations
- One connection covers the user's whole organization: list-projects returns
every brand/client, and every tool takes a project_id — so switching brands
is just referencing a different project in the same conversation.
- To work in a different ORGANIZATION, reauthorize the connector (client
settings -> reconnect); the consent screen shows an organization picker when
the user belongs to more than one. No reinstall — takes ~30 seconds.
Free trial: 300 credits included, no credit card. If a tool needs an
integration that isn't connected, it returns a one-click connect link.Setup
Most clients only need the connector URL. Here is the general flow, plus the Claude Desktop config file.
https://mcp.magistermarketing.com/mcpAdd this to your claude_desktop_config.json, then restart Claude Desktop. You'll be prompted to authorize on first use.
{
"mcpServers": {
"magister": {
"url": "https://mcp.magistermarketing.com/mcp"
}
}
}In any MCP-compatible client, add a remote MCP server using the URL above after your account exists. The client opens the Magister consent screen so you can pick an organization and scopes. After you authorize, Magister's tools appear in your assistant.
Read access is on by default. Audits, marketing plans, and social posting are opt-in scopes you approve on the consent screen.
When a tool needs Google, GitHub, Zernio, or another service, it returns a one-click link to connect — no upfront setup.
Connecting covers your whole organization — every brand or client shows up in list projects, and switching is just naming a different one mid-conversation. Multiple organizations? Re-pick on the consent screen any time.
New connections start on the free trial — 300 credits included, no credit card. Invite-only during early access.
Send this page to your AI agent and it can handle the rest — or pick your path above and paste the starter prompt. Accounts finish with one sign-in: Google or email + password.