Athenic
Transform Your AI Assistant into a True Business Automation Platform
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add maxbeech/athenic
# Browse available tools
npx -y smithery tool list maxbeech/athenic
# Get full schema for a tool
npx -y smithery tool get maxbeech/athenic delegate_to_orchestrator
# Call a tool
npx -y smithery 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…
# Get full input/output schema for a tool
npx -y smithery tool get maxbeech/athenic Resources
ui://widget/test.html— Test component for MCP Phase 1 validationui://widget/task-progress.html— Displays real-time task execution progress with steps and completion statusui://widget/job-status.html— Shows current status of a job with compact details and timelineui://widget/knowledge-results.html— Displays knowledge base search results with relevance scores and snippetsui://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 detailcreate_content(contentType, topic, tone) — Create various types of content (blog posts, social media, emails, reports) with customizable toneschedule_weekly_report(reportType, dayOfWeek, time) — Schedule automated weekly reports (sales, analytics, social media, operations)