Account Settings
Manage your company information and profile settings
API key
Generate an API key to connect MCP clients to your workspace. The key grants read access plus safe actions only — it can never send messages.
Connect a client
Your MCP endpoint uses Streamable HTTP and authenticates with the API key as a Bearer token.
The --header value must be the full header — Authorization: Bearer followed by your key. Pasting the key alone will fail.
Replace YOUR_API_KEY with your key. Generate one above first: the snippets fill in automatically while the key is visible.
claude mcp add --transport http Magent https://app.trymagent.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY"
{
"mcpServers": {
"Magent": {
"type": "http",
"url": "https://app.trymagent.com/api/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}npx mcp-remote https://app.trymagent.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY"
MCP clients can read lists, campaigns, inbox and signals, and perform safe actions: edit lists, pause or resume campaigns, approve or reject leads, and draft replies. Sending messages always stays in Magent.