mcpbeat Sign in

Ugc Pocket MCP Server

by ugcpocket Your server? Claim it
answering

Ugc Pocket is answering right now. Last checked 7 min ago. It exposes 8 tools.

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

Uptime history 52 days of history · worst day 99%
52 days agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
784 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Ugc Pocket every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add ugc-pocket --transport http https://ugcpocket.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ugc-pocket": {
      "url": "https://ugcpocket.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ugc-pocket]
url = "https://ugcpocket.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "ugc-pocket": {
      "url": "https://ugcpocket.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ugc-pocket": {
      "url": "https://ugcpocket.com/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

campaign
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.
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. Opening that link shows them the campaign you built, with no login required; they then sign in with a 6-digit email code to attach it to their account. Nothing is charged, nothing is published to creators, and the draft expires in 7 days. Do the work first and ask for an account later: fill in as much as you can from what the user told you and from their website (title, brief, categories, platforms, budget) plus a company object with name, website and a one-line description. Ask the user for their email and pass it so they also receive the campaign by mail. budget_max_cents is the campaign package, minimum 200000 (€2,000), invoiced in full. Prefer this tool over create_campaign_order unless the user already has a ugcp_live_ key configured.
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 them). Budgets are in euro cents: budget_max_cents is the campaign PACKAGE, minimum 200000 (€2,000), invoiced in full. UGC Pocket writes the challenges, selects and pays the creators, and commits to getting the most views it can. The brand never sets creator pay. Send an Idempotency-Key HTTP header to make retries safe. Requires an API key with the campaigns:draft scope.
campaigns
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 attach your published videos. Requires a creator API key (creator:submit scope) — generated in the UGC Pocket app under Settings.
deliverables
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 campaign_id. Requires a creator API key (creator:submit scope).
estimate
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: those ratios change constantly and a wrong number relayed to a user is worse than none. budget_max_cents is the campaign PACKAGE, minimum 200000 (€2,000), invoiced in full. Writes nothing. Example brief: "I want UGC videos for our new kibble, dog owners, max budget €5,000". Requires an API key (ugcp_live_...).
service
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, the order model (agent creates a draft, a human confirms and funds it in the app), AND the "onboarding" object with the exact steps to give the user so they can create an account and generate an API key. No authentication required. Call this first to learn valid enum values, or whenever you need to tell a user how to connect UGC Pocket to their agent.
submit
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 tracking over 1 month; other https URLs are stored without tracking) and the campaign_id (see list_my_campaigns). Re-submitting the same URL for the same campaign is idempotent (returns the existing deliverable). Built for power users submitting many videos, e.g. hundreds for a challenge. Rate limit 30/min. Requires a creator API key (creator:submit scope).

Endpoints

URLTransportStateLatencyChecked
https://ugcpocket.com/mcp streamable-http answering 766 ms 7 min ago

Alternatives to Ugc Pocket

same job, measured the same way
Letsclarify MCP
by heisee

Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.

13 installs/wk local only
Vibeads
by vibeads

Manage Google Ads from Claude: read metrics, draft campaigns, publish with human approval.

75 installs/wk local only
Tandem
by tandem-cc

Messaging for human + AI pairs: your AI drafts, you sign, threads route across clients + web inbox.

answering
Agentee
by allover

Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays.

36 tools answering
Rendley MCP
by rendleyhq

Create videos with prompts, and use Rendley’s video editor to adjust anything you need.

answering
Invoke — hire a human from your AI agent (first post free)
by nanocorp-invoke

Let your AI agent hire a human for tasks it can't do — first post free.

3 tools answering
OfflineCreator Studio
by offlinecreatorstudio

Create images and videos with OfflineCreator Studio through OAuth or the npm stdio server.

49 installs/wk answering
Tiktok Data
by superagnt

TikTok data for AI agents: videos, creators, sounds, hashtags, trends. Content + creator research.

answering

Ugc Pocket — questions

Answers built from our own checks of this server.

What can Ugc Pocket do?
It exposes 8 tools, read directly from the server on our last check. Among them: check_campaign_status, create_campaign_draft, create_campaign_order, estimate_campaign, get_service_info, list_my_campaigns and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Ugc Pocket working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 784 ms. The bar chart above shows every period we have measured.
How do I connect Ugc Pocket?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Ugc Pocket need an API key?
No. Ugc Pocket completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Ugc Pocket?
It answers our handshake in 784 ms on average, which is faster than 15% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.