Skip to content

Claude Code & MCP

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/
  1. Open your Claude Desktop config file:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the Aura MCP server entry:

    {
    "mcpServers": {
    "aura": {
    "type": "http",
    "url": "https://api.aura.host/mcp/"
    }
    }
    }
  3. Restart Claude Desktop.

  4. 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:

  • “Check my Aura auth status”
  • “Show me my dashboard metrics”
  • “List all my active automations”
  • “How many credits do I have left?”
  • “Show me my TikTok inbox”
  • “List all my agents”
  • “Create a new API key named ‘n8n-integration‘“

The full tool manifest is available at:

https://api.aura.host/mcp_manifest.json

This 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.