Promote your app or software with UGC creator videos. Agent drafts the campaign, a human funds it.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://ugcpocket.com/mcp8 herramientas · 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…
No se publicó ningún esquema de entrada para esta herramienta.
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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| brief* | string | Free-text campaign brief (French or English). |
create_campaign_orderriesgo de inyecciónCreates 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…| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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…
No se publicó ningún esquema de entrada para esta herramienta.
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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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).
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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 de 8 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Promote your app or software with UGC creator videos. Agent drafts the campaign, a human funds it.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.