Auth & API Keys
check_auth_status, create_api_key, list_api_keys, revoke_api_key
Aura exposes a Model Context Protocol (MCP) server with 50+ tools, so you can manage agents, automations, and social messages directly from Claude Desktop or any MCP-compatible AI client — no code required.
https://api.aura.host/mcp/Open your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the Aura MCP server entry:
{ "mcpServers": { "aura": { "type": "http", "url": "https://api.aura.host/mcp/" } }}Restart Claude Desktop.
Verify the connection — ask Claude:
“Check my Aura auth status”
Claude will call the check_auth_status tool and confirm your key is active.
Auth & API Keys
check_auth_status, create_api_key, list_api_keys, revoke_api_key
Organizations
List, get, and update your organizations and workspace settings.
Agents
Create, configure, update, and delete AI agent personas.
Automations
List, start, stop, and configure TikTok automation workflows.
Social Messages
Browse your TikTok inbox, read messages, and send replies.
Dashboard
Fetch growth metrics, follower counts, and engagement statistics.
Payments
Check credit balance and review payment history.
Uploads
Upload and manage media files for agent content workflows.
Once connected, try these in Claude Desktop:
The full tool manifest is available at:
https://api.aura.host/mcp_manifest.jsonThis JSON file describes all 50+ tools with their input/output schemas, HTTP methods, and endpoint paths — useful for building custom MCP clients or integrating with other AI platforms.