Promote your app or software with UGC creator videos. Agent drafts the campaign, a human funds it.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://ugcpocket.com/mcp8 outils · 609 msget_service_infoReturns 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 "onboard…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 "onboard…
Aucun schéma d’entrée n’a été publié pour cet outil.
create_campaign_draftSTART 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…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…
| Paramètre | Type | Description |
|---|---|---|
| title* | string | — |
| brief* | string | — |
| prestation | string | — |
| objectives | array | — |
| target_categories | array | — |
| platforms | array | — |
| budget_max_cents* | integer | Campaign package, in euro cents. Minimum 200000 (€2,000), invoiced in full. |
| payment_trigger | string | — |
| views_threshold | integer | — |
| cpm_cents | integer | Variable pay per 1,000 views, in euro cents. Defaults to 100 (€1). There is NO flat-fee field: the flat fee is computed from the measured quality and reach of… |
| min_cents | integer | Minimum payout per creator once the views threshold is cleared, in euro cents. |
| max_cents | integer | Maximum payout per creator, in euro cents. Defaults to 50000 (€500). |
| min_views | integer | Views needed to unlock payment, counted CUMULATIVELY across all videos a creator posts for this campaign, not per video: three videos at 400 views clear a thre… |
| deadline | string | — |
| company | object | The company the campaign is for, as you understood it. Shown on the claim page and pre-fills their profile. |
| string | The user's email, if they gave it. Lets them receive the campaign by mail instead of only through this chat. |
estimate_campaignStructures 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_cen…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_cen…
| Paramètre | Type | Description |
|---|---|---|
| brief* | string | Free-text campaign brief (French or English). |
create_campaign_orderrisque d’injectionCreates 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),…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),…
brand never sets creator pay. Send an Idempotency-Key HTTP header to make retries s…| Paramètre | Type | Description |
|---|---|---|
| title* | string | — |
| brief* | string | — |
| prestation | string | — |
| objectives | array | — |
| target_categories | array | — |
| platforms | array | — |
| budget_max_cents* | integer | Campaign package, in euro cents. Minimum 200000 (€2,000), maximum 10000000 (€100,000). Invoiced in full: it is not a spend cap and not consumable credit. |
| payment_trigger | string | — |
| views_threshold | integer | — |
| cpm_cents | integer | Variable pay per 1,000 views, in euro cents. Defaults to 100 (€1). There is NO flat-fee field: the flat fee is computed from the measured quality and reach of… |
| min_cents | integer | Minimum payout per creator once the views threshold is cleared, in euro cents. |
| max_cents | integer | Maximum payout per creator, in euro cents. Defaults to 50000 (€500). |
| min_views | integer | Views needed to unlock payment, counted CUMULATIVELY across all videos a creator posts for this campaign, not per video: three videos at 400 views clear a thre… |
| deadline | string | — |
check_campaign_statusReturns 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.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.
| Paramètre | Type | Description |
|---|---|---|
| campaign_id* | string | Campaign UUID returned by create_campaign_order. |
list_my_campaignsFor 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 P…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 P…
Aucun schéma d’entrée n’a été publié pour cet outil.
submit_posted_videoFor 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_cam…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_cam…
| Paramètre | Type | Description |
|---|---|---|
| campaign_id* | string | Campaign UUID from list_my_campaigns. |
| video_url* | string | Public URL of the published video (https). |
list_my_deliverablesFor 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).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).
| Paramètre | Type | Description |
|---|---|---|
| campaign_id | string | Optional campaign UUID to filter on. |
| 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. |
8 outils sur 8 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Promote your app or software with UGC creator videos. Agent drafts the campaign, a human funds it.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.