Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.
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://postlia.com/api/mcp15 herramientas · 523 mslist_accountsList the connected social accounts on this Postlia workspace.List the connected social accounts on this Postlia workspace.
No se publicó ningún esquema de entrada para esta herramienta.
list_scheduled_postsList upcoming scheduled posts.List upcoming scheduled posts.
No se publicó ningún esquema de entrada para esta herramienta.
create_postCreate a post. Provide scheduledAt (ISO datetime) to schedule, queue=true for the next open queue slot, or neither to post within ~5 minutes. Media platforms (instagram, tiktok, pinterest, youtube) need mediaUrl/mediaUrls from upload_media; tiktok/pinterest/youtube also need their options object.Create a post. Provide scheduledAt (ISO datetime) to schedule, queue=true for the next open queue slot, or neither to post within ~5 minutes. Media platforms (instagram, tiktok, pinterest, youtube) need mediaUrl/mediaUrls from upload_media; tiktok/pinterest/youtube also need their options object.
| Parámetro | Tipo | Descripción |
|---|---|---|
| content* | string | — |
| platforms* | array | e.g. linkedin, bluesky, instagram |
| scheduledAt | string | — |
| queue | boolean | — |
| mediaUrl | string | Postlia storage URL from upload_media |
| mediaType | string | Required with mediaUrl |
| mediaUrls | array | Carousel images (1-4), Postlia storage URLs |
| mediaAlts | array | Alt text per carousel image |
| platformContent | object | Optional per-platform caption overrides, e.g. {"linkedin": "longer text"} |
| tiktokOptions | object | Required for tiktok: privacy/interaction settings |
| pinterestOptions | object | Required for pinterest: board id etc. |
| youtubeOptions | object | Required for youtube: title etc. |
cancel_postCancel a scheduled post by id.Cancel a scheduled post by id.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | — |
upload_mediaprivilegiadaPull an image or video from a public https URL into Postlia storage. Returns the storage URL and media type, ready for create_post. PNG, JPEG, WebP, GIF, MP4, WebM, MOV, max 25 MB.Pull an image or video from a public https URL into Postlia storage. Returns the storage URL and media type, ready for create_post. PNG, JPEG, WebP, GIF, MP4, WebM, MOV, max 25 MB.
| Parámetro | Tipo | Descripción |
|---|---|---|
| url* | string | Public https URL of the file |
get_post_receiptDelivery receipt for a post: per-platform outcome (published/failed/retrying/pending), platform post ids, and the platform's real error text. Use this to VERIFY a post actually went live instead of assuming. Accepts the id from create_post or from list_published_posts.Delivery receipt for a post: per-platform outcome (published/failed/retrying/pending), platform post ids, and the platform's real error text. Use this to VERIFY a post actually went live instead of assuming. Accepts the id from create_post or from list_published_posts.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | Post id (scheduled or published) |
list_published_postsRecent post history with per-post outcome status and any platform errors.Recent post history with per-post outcome status and any platform errors.
| Parámetro | Tipo | Descripción |
|---|---|---|
| limit | number | Max posts to return (1-50, default 20) |
get_posting_quotaThe posting quota that will actually be enforced: tier, posts used, limit and remaining. Check this before composing a batch instead of discovering the limit via errors.The posting quota that will actually be enforced: tier, posts used, limit and remaining. Check this before composing a batch instead of discovering the limit via errors.
No se publicó ningún esquema de entrada para esta herramienta.
reschedule_postMove a pending scheduled post to a new future time (ISO datetime).Move a pending scheduled post to a new future time (ISO datetime).
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | — |
| scheduledAt* | string | — |
update_post_contentRewrite a pending scheduled post's text. Platform character limits are enforced.Rewrite a pending scheduled post's text. Platform character limits are enforced.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | — |
| content* | string | — |
list_draftsList saved drafts (not scheduled, cost no quota).List saved drafts (not scheduled, cost no quota).
No se publicó ningún esquema de entrada para esta herramienta.
create_draftSave a draft for later without spending posting quota.Save a draft for later without spending posting quota.
| Parámetro | Tipo | Descripción |
|---|---|---|
| content* | string | — |
| platforms* | array | e.g. linkedin, bluesky |
delete_draftprivilegiadaDelete a draft by id.Delete a draft by id.
| Parámetro | Tipo | Descripción |
|---|---|---|
| id* | string | — |
get_queue_infoThe posting schedule (timezone + weekly slots) and the next open queue slots, i.e. when a create_post with queue=true would actually publish.The posting schedule (timezone + weekly slots) and the next open queue slots, i.e. when a create_post with queue=true would actually publish.
No se publicó ningún esquema de entrada para esta herramienta.
get_analytics_summaryPost-outcome summary over the last N days: totals, published/partial/failed counts, per-platform volume, and recent platform errors.Post-outcome summary over the last N days: totals, published/partial/failed counts, per-platform volume, and recent platform errors.
| Parámetro | Tipo | Descripción |
|---|---|---|
| days | number | Window in days (1-90, default 30) |
15 de 15 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.
Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.
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.