Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.wilzer/aidelly

REMOTE · APP.AIDELLY.AI · SCANNED SEP 20

Agent-operated social media for agencies — www.aidelly.ai. Post, approve, analyze on 11 networks.

Available components

0 this week 88 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability54
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 21108 tokens (~151/item across 139 items; 139 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • Stability check failed: schema churn in the 30 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 4 additions. See how to fix → Fail
Tool Coverage83
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 49% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 19 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 139 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.wilzer/aidelly MCP server?

io.github.wilzer/aidelly is a hosted endpoint at https://app.aidelly.ai/api/mcp/public-api, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · app.aidelly.ai

# add to Claude Code
claude mcp add --transport http wilzer-aidelly 'https://app.aidelly.ai/api/mcp/public-api'
// .cursor/mcp.json
{
  "mcpServers": {
    "wilzer-aidelly": {
      "url": "https://app.aidelly.ai/api/mcp/public-api"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wilzer-aidelly": {
      "type": "http",
      "url": "https://app.aidelly.ai/api/mcp/public-api"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.wilzer-aidelly]
url = "https://app.aidelly.ai/api/mcp/public-api"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wilzer-aidelly": {
      "type": "remote",
      "url": "https://app.aidelly.ai/api/mcp/public-api",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wilzer-aidelly --url 'https://app.aidelly.ai/api/mcp/public-api' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  wilzer-aidelly:
    url: "https://app.aidelly.ai/api/mcp/public-api"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wilzer-aidelly": {
      "Transport": "http",
      "Url": "https://app.aidelly.ai/api/mcp/public-api"
    }
  }
}
# add to Vellum
assistant mcp add wilzer-aidelly -t streamable-http -u 'https://app.aidelly.ai/api/mcp/public-api'
// mcp.json
{
  "mcpServers": {
    "wilzer-aidelly": {
      "type": "http",
      "url": "https://app.aidelly.ai/api/mcp/public-api"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 11 Sept 26 0
    • Tool “aidelly_bulk_create_posts” rewrote its description, which is the text the model reads security
    • Tool “aidelly_create_post” rewrote its description, which is the text the model reads security
    • Tool “aidelly_create_scheduled_post” rewrote its description, which is the text the model reads security
    • “aidelly_create_scheduled_post” reworded the description of “payload” cosmetic
  • 10 Sept 26 0
    • “aidelly_create_media_upload_url” reworded the description of “file_size” cosmetic

    1 cosmetic change on this day. Switch on “Show cosmetic changes” to see it.

  • 9 Sept 26 0
    • New tool “aidelly_delete_calendar_share_link”, which the server declares destructive security
    • New tool “aidelly_delete_campaign”, which the server declares destructive security
    • New tool “aidelly_delete_short_link”, which the server declares destructive security
    • “aidelly_create_post” added an optional parameter “facebook_destination” cosmetic
  • 7 Sept 26 0
    • A breaking change shipped without a version bump: still 0.3.0 security
    • “aidelly_post_inbox_automations” added a required parameter “message”, so existing callers break functional
    • “aidelly_post_inbox_automations” added a required parameter “platformAccountId”, so existing callers break functional
    • “aidelly_list_connection_attempts” added an optional parameter “cursor” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “campaignDurationDays” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “enabled” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “guardrails” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “keyword” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “matchType” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “message” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “platform” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “platformAccountId” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “responseMode” cosmetic
    • “aidelly_patch_inbox_automations_id” added an optional parameter “triggerEvent” cosmetic
    • “aidelly_post_inbox_automations” added an optional parameter “campaignDurationDays” cosmetic
    • “aidelly_post_inbox_automations” added an optional parameter “enabled” cosmetic
    • “aidelly_post_inbox_automations” added an optional parameter “guardrails” cosmetic
    • “aidelly_post_inbox_automations” added an optional parameter “keyword” cosmetic
    • “aidelly_post_inbox_automations” added an optional parameter “matchType” cosmetic
    • “aidelly_post_inbox_automations” added an optional parameter “platform” cosmetic
    • “aidelly_post_inbox_automations” added an optional parameter “responseMode” cosmetic
    • “aidelly_post_inbox_automations” added an optional parameter “triggerEvent” cosmetic
  • 4 Sept 26 0
    • Stability: pass → fail security
  • 1 Sept 26 0
    • New tool “aidelly_list_connection_attempts” functional
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://app.aidelly.ai/api/mcp/public-api

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.aidelly.ai CN=YR1,O=Let's Encrypt,C=US 23 Aug 2026 21 Nov 2026 RSA 2048 SHA256-RSA 54a051fa51b4165d101eb2b0d169a526dd5
SANs: *.aidelly.ai, aidelly.ai
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of app.aidelly.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
aidelly.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://app.aidelly.ai/.well-known/oauth-protected-resource/api/mcp/public-api", scope="posts:write posts:read photos:write media:write connections:read webhooks:manage approvals:read approvals:write inbox:read inbox:write automations:read automations:write queues:read queues:write destination-presets:read destination-presets:write calendar:read calendar:write analytics:read analytics:write brand:read brand:write workspaces:read workspaces:write team:read team:write repurpose:read repurpose:write ideas:read ideas:write links:read links:write connect_links:read connect_links:write bio:read bio:write image_editor:read image_editor:write viral_trends:read creators:read creators:write competitors:read competitors:write reports:read reports:write tasks:read tasks:write white-label:read white-label:write drafts:read drafts:write activity:read credits:read comments:read comments:write prompts:read prompts:write"

Bearer resource_metadata="https://app.aidelly.ai/.well-known/oauth-protected-resource/api/mcp/public-api", scope="posts:write posts:read photos:write media:write connections:read webhooks:manage approvals:read approvals:write inbox:read inbox:write automations:read automations:write queues:read queues:write destination-presets:read destination-presets:write calendar:read calendar:write analytics:read analytics:write brand:read brand:write workspaces:read workspaces:write team:read team:write repurpose:read repurpose:write ideas:read ideas:write links:read links:write connect_links:read connect_links:write bio:read bio:write image_editor:read image_editor:write viral_trends:read creators:read creators:write competitors:read competitors:write reports:read reports:write tasks:read tasks:write white-label:read white-label:write drafts:read drafts:write activity:read credits:read comments:read comments:write prompts:read prompts:write"
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
content-security-policy default-src 'self'; script-src 'self' https://vercel.live https://js.stripe.com https://us.i.posthog.com https://us-assets.i.posthog.com https://eu.i.posthog.com https://eu-assets.i.posthog.com https://app.posthog.com https://assets.endorsely.com https://www.googletagmanager.com https://apis.google.com https://accounts.google.com https://challenges.cloudflare.com 'unsafe-inline'; script-src-elem 'self' https://vercel.live https://js.stripe.com https://us.i.posthog.com https://us-assets.i.posthog.com https://eu.i.posthog.com https://eu-assets.i.posthog.com https://app.posthog.com https://assets.endorsely.com https://www.googletagmanager.com https://apis.google.com https://accounts.google.com https://challenges.cloudflare.com 'unsafe-inline'; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; img-src 'self' data: blob: https: https://*.googleusercontent.com; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https://aidelly.ai https://www.aidelly.ai https://*.aidelly.ai https://api.openai
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy microphone=*, camera=*, geolocation=*

Protected resource metadata

Document https://app.aidelly.ai/.well-known/oauth-protected-resource/api/mcp/public-api
Retrieved Yes
Resource https://app.aidelly.ai/api/mcp/public-api
Authorisation server https://app.aidelly.ai

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://app.aidelly.ai/api/mcp/public-api Verified 200
http (plaintext) http://app.aidelly.ai/api/mcp/public-api HTTPS enforced 308 https://app.aidelly.ai/api/mcp/public-api
MCP tools · 139 exposed · ~21,108 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
aidelly_action_post_approval ~202

POST /posts/approvals — approve, reject (with reason), return to draft, or comment on one or many pending posts. Owner/admin only. Public API preview.

NameTypeReqDescription
actionstringyes
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
commentstringRequired for `reject`; optional for `approve` and `comment`.
idempotency_keystringyes
post_idstringRequired when actioning a single post.
post_idsarrayRequired when bulk-actioning multiple posts.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_add_competitor ~136

Register a competitor root domain to track in the workspace.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
display_namestring
domainstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_add_creator ~141

Register a creator handle on a specific platform to track.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
display_namestring
handlestringyes
idempotency_keystringyes
platformstringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_add_queue_items ~144

POST /queues/{id}/items — add content items to queue tail for distribution at next available slots.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idstringyes
idempotency_keystringyes
itemsarrayyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_bulk_create_posts ~290

Create up to 50 scheduled posts in one call. Each item takes the same shape as aidelly_create_post. Returns HTTP 201 when every item was accepted and 207 when some failed, with a per-item results array carrying index, status, and either the created post or an error — inspect it rather than assuming the whole batch succeeded. Acceptance is not delivery: poll aidelly_get_post for each created id. Rate limit is charged per post, not per request, so a 20-post batch costs 20 write units — it saves round trips, not quota. The whole batch is rejected before anything is written if it would exceed your daily scheduling limit. LinkedIn document posts attach one PDF (≤100 MB, ≤300 pages) as media[].type = "document"; documents are rejected on every other platform.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
postsarrayyesPosts to create. Max 50 per request.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_cancel_post ~120

Cancel a scheduled post.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_cancel_scheduled_post ~125

DELETE /scheduled-posts/{id} — cancel a scheduled post (and its pending recycles). Public API preview.

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_connect_ecommerce_store ~163

POST /ecommerce/stores — connect a new Shopify / WooCommerce / Etsy / Wix store. Verifies credentials then kicks off initial sync. Public API preview.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
credentialsyes
idempotency_keystringyes
providerstringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
shopDomainstringyes
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_bulk_fill_job ~124

POST /calendar/bulk-fill

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
postsarray
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_client_review_link ~177

POST /client-review-links — create a magic-link review portal. Returns the raw token exactly once; store it securely.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
client_emailstringOptional client email for notifications
expires_atstringOptional expiration timestamp in ISO 8601 format
idempotency_keystringyes
labelstringyesHuman-readable name for the link
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_connect_link ~139

Create an OAuth connect link for the workspace.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
passwordstringOptional password to protect the connect link
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
titlestring
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_destination_preset ~160

POST /destination-presets — create a multi-channel fan-out preset with per-platform transformations.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
channelsarrayyesPer-channel transformations
defaultsobjectDefault transformations for all channels
idempotency_keystringyes
namestringyesPreset name
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_draft ~307

Create a draft — saved as work-in-progress content that never publishes. The draft_planned_for field is a planning date only. Existing API keys need the new `drafts:write` scope added to gain draft access; no implicit grant occurs. Requires `platform` or a non-empty `platforms` array.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
draft_kindstringDraft composition type (default "post").
draft_planned_forstringISO 8601 date/time for calendar placement (optional, does not schedule).
idempotency_keystringyes
media_urlsarrayMedia URLs (optional).
platformstringPrimary platform (e.g., "twitter", "instagram"). Provide `platform` or a non-empty `platforms` array — one of the two is required.
platformsarrayList of platforms (optional, normalizes "x" to "twitter").
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
textstringyesDraft content / caption.
titlestringDraft title (optional).
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_idea ~226

Create a new idea on the workspace's idea board, optionally seeded with an initial body or topic.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
initial_bodystringOptional starter text. Stored as the idea's first timeline entry so the editor opens with something to build on.
originstringHow the idea was started.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
seed_topicstringOriginating prompt or trending-topic seed text. When supplied without an `initial_body`, this text seeds the idea's first entry.
tagsarray
titlestringOptional human title for the idea card.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_media_upload_url ~237

Create a signed upload URL and media record for shell-capable clients that can PUT raw bytes to the returned Supabase URL (for example Claude Code or a local CLI). Do NOT use this from browser-sandboxed chat clients such as ChatGPT or Claude.ai: their sandboxes block network egress to Supabase storage, so the byte upload will fail. Those clients must use aidelly_upload_media instead (this tool is hidden automatically for known chat clients).

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
content_typestringyes
file_namestringyes
file_sizeintegeryesMaximum 2 GB.
folderstring
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_photo ~277

Upload a photo to a connected platform's media gallery (separate from posts). Today only google_business is wired.

NameTypeReqDescription
account_idstringFor `google_business`, the location resource name to upload to — either fully-qualified `accounts/{accountId}/locations/{locationId}` or the relative `locations/{locationId}` form. If omitted, the wo…
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
categorystringyesWhere the photo lands on the location's listing. `PROFILE`, `LOGO`, and `COVER` replace the existing identity photos; the rest append to the gallery.
descriptionstringOptional caption associated with the photo on Google's side.
idempotency_keystringyes
metadataobject
platformstringyesCurrently only google_business is supported.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
source_urlstringyesPublic URL of the image to upload. Must be reachable by Google's servers. Use a `read_url` returned by `POST /media/upload-url` for files stored in Aidelly.
workspace_idstringWorkspace ID for this operation.

No output schema declared.

No examples provided.

aidelly_create_post ~574

Accept a post for immediate asynchronous publishing or future scheduling. HTTP 201 and ok=true mean accepted, not delivered. For immediate posts, poll aidelly_get_post and only report publication when status is completed and provider_post_id is non-null. Use aidelly_list_pinterest_boards before Pinterest posts and pass content.platform_specific.board_id. LinkedIn document posts attach one PDF (≤100 MB, ≤300 pages) as media[].type = "document"; documents are rejected on every other platform.

NameTypeReqDescription
account_idstringThe account / sub-account this post should target. Format depends on platform: - **facebook** — Page ID (numeric string from `/accounts`). - **instagram** — Instagram Business Account ID. - **l…
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
contentobjectyes
facebook_destinationstringFacebook-only destination. Use post for feed only, stories for a Page Story only, or post_stories for both. Behind the FACEBOOK_STORIES_ENABLED feature flag - requests that set it while the flag is o…
idempotency_keystringyes
instagram_destinationstringInstagram-only destination. Use post for feed only, stories for Stories only, or post_stories for both feed and Stories.
metadataobject
platformstringyesSupported platform identifier. `twitter` and `x` map to the same surface; responses always normalize to `twitter`. `google_business` posts target a single Google Business Profile location identified…
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
scheduled_atstring
timezonestring
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_post_comment ~176

Create a comment on a post. Text body is required; @mention parsing is automatic. Replies require parent_comment_id pointing to the root comment.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idstringyes
idempotency_keystringyes
parent_comment_idstringID of parent comment for threaded replies
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
textstringyesComment body text (@mentions are parsed automatically)
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_queue ~182

POST /queues — create a new content distribution queue with recurring weekly time slots.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
channelsarrayChannels to post to from this queue
idempotency_keystringyes
namestringyesQueue name
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
slotsarrayyesTime slots when queue should post
timezonestringIANA timezone ID for slot times (e.g. America/New_York)
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_report ~191

Create a report for a date range and synchronously build its analytics snapshot from the workspace connected accounts. Requires an Idempotency-Key header.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
commentarystring
dateRangeEndstringyes
dateRangeStartstringyes
idempotency_keystringyes
includeComparisonboolean
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
sectionsarray
templateIdstring
titlestringyes
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_report_link ~218

POST /report-links — create a shareable report link (snapshot or live with cadence).

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
cadencestringRequired for live mode; update frequency
expires_atstringOptional expiration timestamp in ISO 8601 format
idempotency_keystringyes
modestringyessnapshot for static link, live for auto-updating
passwordstringOptional password to protect the share link
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
report_idstringyesUUID of the report to share
template_idstringOptional report template to use for rendering
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_report_schedule ~209

Create a new report schedule. Soft-capped at 10 active schedules per workspace.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
cadencestringyes
idempotency_keystringyes
namestringSchedule name, unique per workspace. Defaults to the seed report's title; a duplicate name returns 409 PUBLIC_API_SCHEDULE_NAME_CONFLICT.
next_run_atstringISO 8601 datetime. If omitted, auto-calculated based on cadence.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
recipient_emailsarrayyes
report_idstringyes
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_repurpose_job ~457

Run a synchronous repurpose job: extract source content, distill, and generate output for one (medium, shape) target.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
mediumstringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
shapestringyesOutput shape ID — must be one of the valid shapes for the chosen `medium` (an invalid pair returns 400 listing the valid shapes): twitter: single_tweet | thread_3 | thread_5 | thread_10 | thread_scri…
sourceRefstringURL for `url`/`youtube`, storage ref for `pdf`, or row id for `aidelly_draft` / `aidelly_scheduled`. Required unless `sourceType` is `raw_text`.
sourceTextstringRequired when `sourceType` is `raw_text`.
sourceTitlestring
sourceTypestringyes
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_scheduled_post ~357

POST /scheduled-posts — schedule a post with optional auto-recycle entries (up to 3 reposts + 3 reshares). When Team Approvals is on, member submissions land as pending. Public API preview. LinkedIn document posts attach one PDF (≤100 MB, ≤300 pages) as media[].type = "document"; documents are rejected on every other platform.

NameTypeReqDescription
account_idstringA provider account ID from `/accounts`, or a social connection UUID selector.
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
content_campaign_idstring
idempotency_keystringyes
payloadobjectyesPost content. `payload.media` accepts URL objects, objects with `media_id`, or bare media-library UUID strings owned by the selected workspace. `media[].type` accepts `image`, `video`, `gif`, or `doc…
platformstringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
recyclearray
scheduled_atstringyes
timezonestring
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_short_link ~145

Create a manual short link on the workspace.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
source_platformstringOptional originating platform identifier (e.g. `instagram`).
target_urlstringyes
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_task ~240

Create a new task in the workspace.

NameTypeReqDescription
assignee_user_idstringUUID of assignee (must be an active workspace member).
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
descriptionstringTask description.
due_atstringISO 8601 due date/time.
idempotency_keystringyes
linked_idea_idstringUUID of linked idea (mutually exclusive with linked_post_id).
linked_post_idstringUUID of linked post (mutually exclusive with linked_idea_id).
prioritystringTask priority (default "normal").
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
statusstringTask status (default "todo").
titlestringyesTask title.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_webhook ~146

Create a webhook subscription for post lifecycle events.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
descriptionstring
eventsarray
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
secretstring
urlstringyes
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_create_workspace ~138

POST /workspaces — create a new workspace for the API key owner.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
namestringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.
workspace_typestring

No output schema declared.

No examples provided.

aidelly_delete_calendar_events_id ~108

DELETE /calendar/events/{id}

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_calendar_share_link ~152

Permanently delete a calendar share link so its public /calendar/share/<token> URL stops working. This is irreversible — disable the link in-app instead if you may need it back. Returns 404 for unknown ids and for links in another workspace alike.

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_campaign ~165

Delete a content campaign. Campaigns with no scheduled or published posts are removed outright; campaigns that publish history still references are soft-deleted so the history keeps its grouping (the response's soft_deleted flag says which happened). Either way the campaign stops appearing anywhere. Returns 404 for unknown ids and for campaigns in another workspace alike.

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_content_automations_id ~112

DELETE /content-automations/{id}

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_draft ~141

Delete a draft by ID. Drafts are work-in-progress content that never publish. Existing API keys need the new `drafts:write` scope added to gain draft access; no implicit grant occurs.

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_inbox_automations_id ~114

DELETE /inbox/automations/{id}

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_post_comment ~123

Soft delete a comment. Only the author or workspace owner can delete comments.

NameTypeReqDescription
brand_idstring
commentIdstringyes
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_report_schedule ~114

Soft-delete a report schedule (sets active=false, idempotent).

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_short_link ~165

Permanently delete a short link. The /l/<slug> redirect stops working and the link's click history is deleted with it, so prefer this only when the link should disappear entirely. Call aidelly_list_short_links first to get the link id. Returns 404 for unknown ids and for links in another workspace alike.

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_task ~110

Soft-delete a task (hidden but can be restored).

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_webhook ~107

Delete a webhook subscription by ID.

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_delete_workspace ~138

DELETE /workspaces/{workspaceId} — soft-delete a workspace. Requires confirm_name to match the workspace name.

NameTypeReqDescription
brand_idstring
confirm_namestringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
reasonstring
workspaceIdstringyes
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_disconnect_ecommerce_store ~129

DELETE /ecommerce/stores/{id} — revoke the provider credential and stop future syncs. Imported products remain. Public API preview.

NameTypeReqDescription
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_generate_brand_interview_questions ~158

POST /ideas/interview/questions — generate a brand-aware track of interview questions. Default count 8. Public API preview.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
countinteger
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
steerstringOptional steering hint to bias the question set.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_get_agency_overview ~151

GET /agency/overview — cross-workspace agency summary (same data as the dashboard Command Center) — today's queue + next scheduled post, last-24h failures, pending approvals, inbox split by comments/DMs, and credit burn per workspace. Needs a workspace-unscoped key.

NameTypeReqDescription
brand_idstring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
tzstring
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_get_ai_credit_balance ~102

Get workspace AI credit balance snapshot, including plan credits, trial grants, and purchased credits.

NameTypeReqDescription
brand_idstring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_get_analytics_insights ~127

GET /analytics/insights

NameTypeReqDescription
brand_idstring
cursorstring
dismissedstring
limitinteger
platformsstring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
typestring
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_get_analytics_summary ~129

GET /analytics/summary

NameTypeReqDescription
brand_idstring
endDatestring
includeActivityboolean
includeInsightsboolean
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
startDatestring
timeframestring
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

aidelly_get_analytics_unified ~112

GET /analytics/unified

NameTypeReqDescription
brand_idstring
fromstringyes
platformsstring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
tostringyes
workspace_idstringWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.

No output schema declared.

No examples provided.

Common questions

What is the io.github.wilzer/aidelly MCP server?

io.github.wilzer/aidelly is an MCP server listed in the public MCP registry as io.github.wilzer/aidelly. Agent-operated social media for agencies, www.aidelly.ai. Post, approve, analyze on 11 networks. This page covers its hosted endpoint (https://app.aidelly.ai/api/mcp/public-api).

Is the io.github.wilzer/aidelly MCP server safe to use?

io.github.wilzer/aidelly scores 88 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.wilzer/aidelly MCP server expose?

io.github.wilzer/aidelly exposes 139 tools: aidelly_action_post_approval, aidelly_add_competitor, aidelly_add_creator, aidelly_add_queue_items, aidelly_bulk_create_posts, and 134 more. Their descriptions and schemas cost roughly 21,108 tokens of context every time the server is loaded.

Does the io.github.wilzer/aidelly MCP server require authentication?

Yes. io.github.wilzer/aidelly asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the io.github.wilzer/aidelly MCP server still maintained?

io.github.wilzer/aidelly is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.