MCP Tools

MCP Tools Overview

Learn about all 11 tools available through Coconut's MCP server.

Coconut exposes 11 tools through the Model Context Protocol. Claude Code can call these tools directly to manage your content workflow.

Tool Categories

Workspace

Get workspace stats and plan limits

Creators

Look up and subscribe to creators

Ingestion

Trigger and monitor content fetching

Digest

Review and curate content

Analysis

AI-powered content analysis

Blocks

Create and manage your content

All Tools

ToolDescription
workspace_statsGet workspace overview, stats, and plan limits
creator_lookupLook up a creator by platform and handle
subscription_createSubscribe to a creator
subscription_listList all subscriptions
ingestion_triggerTrigger content ingestion
ingestion_statusCheck ingestion job status
digest_listGet unactioned content
digest_actionRecord action on digest item
content_analyzeAI-analyze a piece of content
block_createCreate a content block
block_listList content blocks

Common Patterns

Supported Platforms

All tools that accept a platform parameter support:

  • x - X (Twitter)
  • instagram - Instagram
  • tiktok - TikTok
  • youtube - YouTube
  • linkedin - LinkedIn

Pagination

Tools that return lists support pagination:

{
  "limit": 20,    // Items per page (1-100, default varies)
  "offset": 0     // Items to skip
}

Response includes pagination metadata:

{
  "pagination": {
    "total": 150,
    "limit": 20,
    "offset": 0,
    "hasMore": true
  }
}

Error Responses

All tools return errors in a consistent format:

{
  "error": {
    "code": "not_found",
    "message": "Creator not found",
    "suggestion": "Check the handle spelling"
  }
}

Common error codes:

CodeMeaning
not_foundResource doesn't exist
already_existsDuplicate resource
limit_exceededPlan limit reached
service_errorInternal service failure
internal_errorUnexpected error

Typical Workflow

1

Start

Check workspace_stats to see your limits

2

Subscribe

Use creator_lookup + subscription_create for new creators

3

Ingest

Trigger ingestion_trigger, check with ingestion_status

4

Review

Browse digest_list, take actions with digest_action

5

Create

Use content_analyze to learn, then block_create to draft

Build your brand
with agents

Let AI handle the content grind while you focus on what matters. Coconut + Claude Code = effortless brand building.