---
id: markster-mcp-tools
title: "Full Markster MCP Tool Inventory (from Attila)"
type: reference
status: active
owner: attila
created: 2026-02-20
updated: 2026-02-20
tags: [hackathon, tools, markster, mcp, inventory]
---
# Full Markster MCP Tool Inventory
Generated by Attila from the Markster Panel API surface. These are ALL the tools
that can be exposed via MCP for the hackathon.
---
## Customer Workspace & Onboarding
| Tool | Description | Key APIs |
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `customer_workspace_snapshot` | Unified read model of customer state (profile, notifications, onboarding, task progress, cold-mail readiness, top KPIs) | /api/app/me, /api/app/notifications/poll, /api/app/onboarding, /api/app/tasks/progress, /api/app/cold-mail-setup, /api/app/dashboard |
| `customer_profile_manage` | Read/update customer profile and onboarding defaults | /api/app/me (GET/PUT), /api/app/profile/onboarding (PUT) |
| `contact_profile_workspace` | Search contact profiles or fetch a single contact profile with optional ContactDB enrichment | /api/app/contacts/profile, /api/app/contacts/{contact_id}/profile |
| `company_profile_workspace` | Search company profiles or fetch a single company profile with source/raw controls | /api/app/companies/profile, /api/app/companies/{company_id}/profile |
| `onboarding_flow_manage` | Start onboarding, persist step answers, retrieve profile | /api/app/onboarding/start, /api/app/onboarding/save, /api/app/tasks/onboarding/profile |
| `onboarding_ai_assist` | AI helper for onboarding prefill, scoring, voice-pack generation | /api/app/onboarding/ai/prefill, /api/app/onboarding/ai/score, /api/app/onboarding/ai/voice-pack |
| `dashboard_insights` | Read dashboard slices, time-series history, trigger refresh | /api/app/dashboard\*, /api/app/metrics/history, /api/app/dashboard/refresh |
| `pipeline_workspace` | Pipeline-focused CRM rollup, trend history, at-risk monitoring, and refresh | /api/app/dashboard\*, /api/app/metrics/history, /api/app/dashboard/refresh |
## Tasks
| Tool | Description | Key APIs |
| ------------------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `task_workspace` | Task overview, progress, initialization | /api/app/tasks/overview, /api/app/tasks/progress, /api/app/tasks/initialize |
| `task_action` | Start/complete/reopen tasks, update notes/progress, submit/validate | /api/app/tasks/tasks/{task_id}/{action} |
| `task_content_regenerate` | Regenerate onboarding-generated content blocks | /api/app/tasks/regenerate |
## AI Team
| Tool | Description | Key APIs |
| ------------------- | ------------------------------------------------------------------------ | --------------------------------------------------------- |
| `ai_team_workspace` | List agents, manage conversations (create/list/get/rename/delete/switch) | /api/app/ai-team/agents, /api/app/ai-team/conversations\* |
| `ai_team_chat_turn` | Send message turn with SSE streaming, auto-create conversation | /api/app/ai-team/conversations/{id}/messages |
## Customer Knowledge, Content Artifacts & Approval
| Tool | Description | Key APIs |
| ----------------------------- | ----------------------------------------------------------- | -------------------------------------------------------- |
| `customer_artifact_workspace` | Create/list/edit/archive artifacts + publish/export | /api/app/customer-content/artifacts\*, /publish, /export |
| `customer_document_workspace` | CRUD for active customer documents (AI context) | /api/app/customer-content/documents\* |
| `customer_data_change_review` | Proposal queue + approve/reject for structured data changes | /api/app/customer-content/proposals\*, /review |
## Content Calendar & Social Publishing
| Tool | Description | Key APIs |
| ---------------------------- | ------------------------------------------------------- | -------------------------------------------------------------------------- |
| `content_calendar_workspace` | Generate/list/get/update/delete/regenerate calendars | /api/content/calendars\*, /api/content/items/{item_id} |
| `content_post_workspace` | Generate post, edit, regenerate media, approve/schedule | /api/content/items/{item_id}/post/generate, /api/content/posts/{post_id}\* |
| `content_audio_library` | List/upload/delete reusable audio tracks | /api/content/audio-tracks\* |
| `content_social_accounts` | Fetch available social accounts via CRM integration | /api/content/social-accounts |
## Cold Outreach Pipeline
| Tool | Description | Key APIs |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `outreach_brand_assets_workspace` | CRUD for brands, offers, social proof, case studies, sender personas | /api/app/brand-assets |
| `outreach_icp_workspace` | Create/list/get/update/delete ICPs (with filter generation) | /api/tap/icps\* |
| `outreach_sequence_workspace` | Sequence lifecycle: create/provision, steps, status, mailbox allocation, contacts, Reply.io reads + analytics | /api/app/sequences*, /api/app/replyio/*, /api/app/analytics/sequence-performance |
| `outreach_enrollment` | Enroll leads into campaigns | /api/app/sequences/{sequence_id}/enroll |
## Domains, Mailboxes & File Assets
| Tool | Description | Key APIs |
| ----------------------- | -------------------------------------------- | ------------------------------------------------------- |
| `domain_mailbox_manage` | Domain/mailbox CRUD with health checks | /api/domains\*, /health-check |
| `cold_mail_health` | Setup status and warmup progress | /api/domains/setup/status, /api/domains/warmup/progress |
| `customer_image_assets` | Upload/delete profile photo and company logo | /api/upload, /api/upload/file |
## Voice & Localization
| Tool | Description | Key APIs |
| ---------------------- | ------------------------------------- | ------------------ |
| `voice_pack_workspace` | Voice-pack CRUD + set company default | /api/voice-packs\* |
---
## Total: 28 MCP tools across 8 categories
All backed by existing, production Markster Panel APIs.