# com.ugcpocket/ugc-pocket (remote · ugcpocket.com)

Order UGC video campaigns from vetted creators. Drafts are confirmed and funded by a human.

- Trust score: 63/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `ugcpocket.com`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-ugcpocket-ugc-pocket/ugcpocket.md), [page](https://verifymcp.io/servers/com-ugcpocket-ugc-pocket/ugcpocket)

## Channel facts

- Endpoint: `https://ugcpocket.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1121 tokens (~160/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 84/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 44% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-ugcpocket-ugc-pocket https://ugcpocket.com/mcp
```

### Codex

```toml
[mcp_servers.com-ugcpocket-ugc-pocket]
url = "https://ugcpocket.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ugcpocket-ugc-pocket": {
      "type": "remote",
      "url": "https://ugcpocket.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-ugcpocket-ugc-pocket --url https://ugcpocket.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-ugcpocket-ugc-pocket:
    url: "https://ugcpocket.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-ugcpocket-ugc-pocket": {
      "type": "http",
      "url": "https://ugcpocket.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 62, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (7)

### `get_service_info` (~96 tokens)

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 campaign budget (300000 = €3,000, a spend cap for the whole campaign) and the order model (agent creates a draft, a human confirms and funds it in the app). No authentication required. Call this first to learn valid enum values.

Output parameters:

- `api_key_signup` (string)
- `budget_unit` (string)
- `categories` (array)
- `currency` (string)
- `description` (string)
- `docs` (string)
- `mcp` (string)
- `min_campaign_budget_cents` (integer)
- `name` (string)
- `openapi` (string)
- `order_model` (string)
- `platforms` (array)
- `prestations` (array)

### `estimate_campaign` (~147 tokens)

Estimate a campaign from a free-text brief

Analyzes a free-text campaign brief (French or English) and returns structured campaign fields (title, prestation, categories, platforms, budget_max_cents) plus an estimate of what that cap can produce (creators briefed, videos, maximum tracked views). budget_max_cents is the spend cap for the WHOLE campaign, minimum 300000 (€3,000), and it is never necessarily spent 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_...).

Input parameters:

- `brief` (string, required): Free-text campaign brief (French or English).

Output parameters:

- `estimate` (object|null): What the suggested cap can produce: budget_max_cents, estimated_creators, estimated_videos (5 per creator), max_views (at €1 per 1,000 views). Null if no budget can be inferred. The cap is not an inv…
- `suggested` (object): Structured campaign fields inferred from the brief (including budget_max_cents).

### `create_campaign_order` (~255 tokens)

Create a campaign order (draft)

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 spend cap for the WHOLE campaign, minimum 300000 (€3,000), and it is not necessarily spent in full (unspent budget is never charged). The number of creators is estimated from the cap, not chosen. Send an Idempotency-Key HTTP header to make retries safe. Requires an API key with the campaigns:draft scope.

Input parameters:

- `brief` (string, required)
- `budget_max_cents` (integer, required): Maximum spend for the whole campaign, in euro cents. Minimum 300000 (€3,000), maximum 10000000 (€100,000). This is a cap: unspent budget is never charged.
- `deadline` (string)
- `objectives` (array)
- `payment_trigger` (string)
- `platforms` (array)
- `prestation` (string)
- `target_categories` (array)
- `title` (string, required)
- `views_threshold` (integer)

Output parameters:

- `campaign_id` (string)
- `confirm_url` (string): URL the human uses to confirm and fund the draft.
- `next_step` (string)
- `ordered_by_agent` (boolean)
- `status` (string)

### `check_campaign_status` (~60 tokens)

Check a 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.

Input parameters:

- `campaign_id` (string, required): Campaign UUID returned by create_campaign_order.

Output parameters:

- `campaign_id` (string)
- `confirm_url` (string)
- `ordered_by_agent` (boolean)
- `status` (string)
- `title` (string)

### `list_my_campaigns` (~77 tokens)

List my campaigns (creator)

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.

Output parameters:

- `campaigns` (array)

### `submit_posted_video` (~161 tokens)

Submit a posted video (creator)

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).

Input parameters:

- `campaign_id` (string, required): Campaign UUID from list_my_campaigns.
- `video_url` (string, required): Public URL of the published video (https).

Output parameters:

- `already_submitted` (boolean): true when this URL was already submitted for this campaign (idempotent replay).
- `campaign_id` (string)
- `deliverable_id` (string)
- `status` (string)
- `view_tracking` (string)

### `list_my_deliverables` (~113 tokens)

List my deliverables (creator)

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).

Input parameters:

- `before` (string): Optional ISO timestamp: return deliverables created strictly before it (pagination — pass the oldest created_at of the previous page). Up to 200 per call.
- `campaign_id` (string): Optional campaign UUID to filter on.

Output parameters:

- `deliverables` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-ugcpocket-ugc-pocket/ugcpocket#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://ugcpocket.com/mcp
- Website: https://ugcpocket.com/for-agents
- Changelog RSS feed: https://verifymcp.io/servers/com-ugcpocket-ugc-pocket/ugcpocket/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ugcpocket-ugc-pocket/ugcpocket/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-ugcpocket-ugc-pocket/ugcpocket
