# Oetzi > An AI GTM engineer. Describe the conversations that matter to your product in plain English; Oetzi watches X, Reddit, LinkedIn, Threads, Bluesky, Hacker News, and Substack Notes around the clock, scores every post for buying intent (0-100), tags who is talking (buyer, current customer, feature request, competitor user), drafts replies in your voice, tracks which AI engines recommend you, and generates short-form content. Your own agent does the outreach. For agents: the MCP server at https://www.oetzi.ai/api/mcp is the primary surface. Authenticate with `Authorization: Bearer oetzi_...` (workspace API keys are created by a human at https://www.oetzi.ai/settings and carry scopes: read, write, spend, post). Call get_playbook first, then capabilities_search when you need something the playbook does not cover. ## Docs - [Getting started](https://www.oetzi.ai/docs): the product model, signals, the inbox, quality feedback, delivery, workspaces - [MCP server](https://www.oetzi.ai/docs/mcp): endpoint, auth, client config for Claude Code / Claude Desktop / Cursor, the capability reference, the agent loop - [REST API](https://www.oetzi.ai/docs/api): POST /api/v1/capabilities/{name}, the envelope, error codes - [OpenAPI](https://www.oetzi.ai/api/v1/openapi.json) - [Skill file](https://www.oetzi.ai/skill): SKILL.md for Claude Code and OpenClaw ## Capabilities capabilities_search, capabilities_schema, get_workspace, get_playbook, list_lessons, forget_lesson, get_competitor_report, get_knowledge_graph, get_voice, set_voice, add_voice_samples, remove_voice_sample, pull_voice_samples, generate_voice_doc, rate_voice, list_signals, get_signal, set_signal_status, run_signal_now, get_leads, get_lead, mark_lead, rate_lead, draft_reply, translate_post, list_people, get_person, tag_person, record_outreach, pull_engagers, list_geo_questions, get_share_of_model, run_geo_check, list_content, generate_content, list_social_accounts, list_posts, get_post, create_post, draft_posts, review_post, publish_post, post_reply, get_posting_plan, set_posting_plan, get_job, wait_job, list_events, wait_events, list_webhooks, subscribe_webhook, unsubscribe_webhook Metered capabilities return a dry-run estimate until called with approved: true and max_credits. Async ones return job_id, resolve with wait_job. - Full machine-readable reference: https://www.oetzi.ai/llms-full.txt ## Optional - [Pricing](https://www.oetzi.ai/pricing): one plan, credits meter the work (sweeps, checks, renders, pulls), reading and drafting are free - [Terms](https://www.oetzi.ai/terms) ยท [Privacy](https://www.oetzi.ai/privacy)