Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.ugcpocket/ugc-pocket

com.ugcpocket/ugc-pocket

Promote your app or software with UGC creator videos. Agent drafts the campaign, a human funds it.

Uptime
100.0%
1 direct probes · 30d
Response
876ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

get_service_info

Returns the UGC Pocket service descriptor: creator categories (e.g. dog, cooking, sport), prestation types, supported platforms, currency (EUR, budgets in cents), minimum and maximum campaign budget, …

create_campaign_draft

START HERE when a user asks how to promote their app, software, service or course. Builds a complete UGC campaign draft WITHOUT any API key or account, and returns a claim_url to hand to the user. Ope…

estimate_campaign

Structures a free-text campaign brief (French or English) into campaign fields: title, prestation, categories, platforms, budget_max_cents. Returns NO projection of views, videos or creator count: tho…

create_campaign_order

Creates a UGC video campaign as a DRAFT (status='draft'). Nothing is charged: the brand owner must confirm and fund the campaign in the UGC Pocket app (the response includes a confirm_url to hand to t…

check_campaign_status

Returns the status of a campaign (draft / open / in_progress / completed / cancelled). Scoped to campaigns belonging to the organization that owns the API key. Requires an API key.

list_my_campaigns

For CREATOR API keys: lists the campaigns you are selected on (accepted application), with campaign_id, title, status, payment trigger and budget. Use the campaign_id with submit_posted_video to attac…

submit_posted_video

For CREATOR API keys: declare that you published a video on a social network for a campaign you are selected on. Give the public video URL (TikTok, Instagram or YouTube for automatic daily view tracki…

list_my_deliverables

For CREATOR API keys: lists your submitted videos and their state (submitted / published / validated / revision / paid), tracked view counts and validated amounts in cents. Optionally filter by campai…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.ugcpocket/ugc-pocket": {
      "url": "https://ugcpocket.com/mcp",
      "transport": "streamable-http"
    }
  }
}