# Athenic

Transform Your AI Assistant into a True Business Automation Platform

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add maxbeech/athenic

# Browse available tools
npx -y @smithery/cli@latest tool list maxbeech/athenic

# Get full schema for a tool
npx -y @smithery/cli@latest tool get maxbeech/athenic delegate_to_orchestrator

# Call a tool
npx -y @smithery/cli@latest tool call maxbeech/athenic delegate_to_orchestrator '{}'
```

## Direct MCP Connection

Endpoint: `https://athenic--maxbeech.run.tools`

**Optional config:**
- `apiKey` (query) — Your Athenic API key for authentication. Get your API key from: 1) Sign in at https://getathenic.com 2) Go to Settings → Developer Settings 3) Click "Create API Key" and copy it (shown only once!). Format: ath_live_[32 characters]
- `authMethod` (query) — How to authenticate with Athenic. API Key is recommended for most users (full access to your organization's resources and integrations). OAuth is for advanced scenarios requiring user-specific permissions. Anonymous provides limited read-only access for testing.

## Tools (5)

- `delegate_to_orchestrator` — Use this when the user wants to delegate a complex, multi-step business task to Athenic AI. The orchestrator autonomous…
- `check_job_status` — Use this when the user asks about the progress or status of a previously started task. Returns comprehensive informatio…
- `query_knowledge_base` — Use this when the user needs to find information from their organization's private knowledge repository. Performs seman…
- `request_approval` — Use this when an action requires human approval before proceeding. Creates an approval request, notifies designated tea…
- `schedule_recurring_task` — Use this when the user wants to automate a task to run repeatedly on a schedule. Perfect for weekly reports, daily soci…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get maxbeech/athenic <tool-name>
```

## Resources

- `ui://widget/test.html` — Test component for MCP Phase 1 validation
- `ui://widget/task-progress.html` — Displays real-time task execution progress with steps and completion status
- `ui://widget/job-status.html` — Shows current status of a job with compact details and timeline
- `ui://widget/knowledge-results.html` — Displays knowledge base search results with relevance scores and snippets
- `ui://widget/analytics.html` — Shows performance analytics and metrics with trends and visualizations

## Prompts (3)

- `research_topic` (topic, depth) — Research a topic and provide analysis with varying levels of detail
- `create_content` (contentType, topic, tone) — Create various types of content (blog posts, social media, emails, reports) with customizable tone
- `schedule_weekly_report` (reportType, dayOfWeek, time) — Schedule automated weekly reports (sales, analytics, social media, operations)
