← ugcpocket.com

INDIVIDUAL MCP TOOL

get_service_info

Returns the UGC Pocket service descriptor: creator categories (e.

ugcpocket.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

ugcpocket.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ugc-pocket-mcp]
url = "https://ugcpocket.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: ugc-pocket-mcp
Remote MCP URL: https://ugcpocket.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ugc-pocket-mcp": {
      "url": "https://ugcpocket.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ugc-pocket-mcp": {
      "type": "http",
      "url": "https://ugcpocket.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • estimate_campaign — 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).
  • create_campaign_order — Creates a UGC video campaign as a DRAFT (status='draft').
  • check_campaign_status — Returns the status of a campaign (draft / open / in_progress / completed / cancelled).
  • 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.
  • submit_posted_video — For CREATOR API keys: declare that you published a video on a social network for a campaign you are selected on.
  • 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.