com.postlia/postlia

MCPCommunitylive
v1.0.0com.postliaUnknownAktualisiert vor 1 Mon.

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

Endpunkt-Statuslive
geprüft vor 1 Tag · 523 ms
100 % der letzten 4 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autorcom.postlia
LizenzUnknown
Version1.0.0
Quellemcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/30
Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
Domain-Verifizierung+0/10
Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
Prompt-Injection-Scan · sauber+30/30
Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
AbhängigkeitenNicht auditiert
Tool-Oberfläche15 Tools · 2 privilegiert
Sicherheits-Scan✓ Saubervlive · vor 1 TWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert23. Juli 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

15 Tools · 2 privilegiert
Live am Endpunkt des Anbieters beobachtet1d ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://postlia.com/api/mcp15 Tools · 523 ms
list_accountsList the connected social accounts on this Postlia workspace.

List the connected social accounts on this Postlia workspace.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

list_scheduled_postsList upcoming scheduled posts.

List upcoming scheduled posts.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

ParameterTypBeschreibung
content*string
platforms*arraye.g. linkedin, bluesky, instagram
scheduledAtstring
queueboolean
mediaUrlstringPostlia storage URL from upload_media
mediaTypestringRequired with mediaUrl
mediaUrlsarrayCarousel images (1-4), Postlia storage URLs
mediaAltsarrayAlt text per carousel image
platformContentobjectOptional per-platform caption overrides, e.g. {"linkedin": "longer text"}
tiktokOptionsobjectRequired for tiktok: privacy/interaction settings
pinterestOptionsobjectRequired for pinterest: board id etc.
youtubeOptionsobjectRequired for youtube: title etc.
cancel_postCancel a scheduled post by id.

Cancel a scheduled post by id.

ParameterTypBeschreibung
id*string
upload_mediaprivilegiertPull 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.

ParameterTypBeschreibung
url*stringPublic 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.

ParameterTypBeschreibung
id*stringPost 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.

ParameterTypBeschreibung
limitnumberMax 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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

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

ParameterTypBeschreibung
id*string
content*string
list_draftsList saved drafts (not scheduled, cost no quota).

List saved drafts (not scheduled, cost no quota).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

create_draftSave a draft for later without spending posting quota.

Save a draft for later without spending posting quota.

ParameterTypBeschreibung
content*string
platforms*arraye.g. linkedin, bluesky
delete_draftprivilegiertDelete a draft by id.

Delete a draft by id.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

ParameterTypBeschreibung
daysnumberWindow in days (1-90, default 30)

15 von 15 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.