MCP Tools

creator_lookup

Look up a creator by platform and handle.

Look up a creator by platform and handle. Returns creator info and subscription status. Use before subscription_create to check if already subscribed.

Parameters

ParameterTypeRequiredDescription
platformstringYesPlatform: x, instagram, tiktok, youtube, linkedin
handlestringYesCreator's handle/username (1-100 characters)

Example

Prompt
Look up @naval on X
Response (not subscribed)
{
  "creator": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "platform": "x",
    "handle": "naval",
    "displayName": "Naval",
    "avatarUrl": "https:<COMMENT>//pbs.twimg.com/profile_images/...",</COMMENT>
    "bio": "Angel investor, founder",
    "followerCount": 2100000,
    "createdAt": "2024-01-15T10: <NUMBER>30</NUMBER>: <NUMBER>00</NUMBER>Z"
  },
  "subscription": null,
  "isSubscribed": false
}
Response (already subscribed)
{
  "creator": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "platform": "x",
    "handle": "naval",
    "displayName": "Naval",
    "avatarUrl": "https:<COMMENT>//pbs.twimg.com/profile_images/...",</COMMENT>
    "bio": "Angel investor, founder",
    "followerCount": 2100000,
    "createdAt": "2024-01-15T10: <NUMBER>30</NUMBER>: <NUMBER>00</NUMBER>Z"
  },
  "subscription": {
    "id": "sub_123",
    "status": "active",
    "dailyUpdates": true,
    "createdAt": "2024-02-01T09: <NUMBER>00</NUMBER>: <NUMBER>00</NUMBER>Z"
  },
  "isSubscribed": true
}

Response Fields

creator

FieldTypeDescription
idstringCreator UUID
platformstringPlatform identifier
handlestringUsername/handle
displayNamestringDisplay name
avatarUrlstringProfile image URL
biostringProfile bio
followerCountnumberNumber of followers

Use Cases

  • Check if a creator exists before subscribing
  • Verify subscription status
  • Get creator metadata (follower count, bio)

Build your brand
with agents

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