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 21

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 21 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_list_scheduled_posts ~151

GET /scheduled-posts — list scheduled posts including compose-time auto-recycle entries and approval state. Public API preview.

NameTypeReqDescription
brand_idstring
campaignIdstring
cursorstring
fromstring
limitinteger
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
statusstring
tostring
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_list_short_links ~119

List the workspace's first-party short links (active only by default).

NameTypeReqDescription
active_onlyboolean
brand_idstring
cursorstring
limitinteger
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_list_social_connections ~90

List available social connections for publishing.

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_list_tasks ~152

List workspace tasks with optional filtering by status, assignee, or ownership. Supports offset pagination.

NameTypeReqDescription
assigneestring
brand_idstring
cursorstring
include_completedboolean
limitinteger
mineboolean
offsetinteger
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
statusstring
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_list_viral_trends ~127

List discovered viral trends for the workspace, ordered by virality score.

NameTypeReqDescription
brand_idstring
cursorstring
limitinteger
offsetinteger
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
statusstring
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_list_webhook_deliveries ~193

List delivery attempts for one webhook so you can verify events actually arrived. status is one of pending, delivered, failed (will be retried at next_attempt_at), or dead_letter (retries exhausted or the webhook was removed — these will never be retried). Cursor-paginated: follow next_cursor until it is null. Call aidelly_list_webhooks first to get the webhook id.

NameTypeReqDescription
brand_idstring
cursorstring
idstringyes
limitinteger
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
statusstring
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_list_webhooks ~91

List webhook subscriptions for post lifecycle events.

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_list_workspace_members ~108

GET /workspaces/{workspaceId}/members — list active members and pending invitations.

NameTypeReqDescription
brand_idstring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
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_list_workspaces ~126

List workspace IDs available to this API key. Call this before creating posts when the user has multiple workspaces, then pass the chosen `id` as `workspace_id` so Aidelly posts to the exact workspace.

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_patch_analytics_insights ~143

PATCH /analytics/insights

NameTypeReqDescription
actionstringAction to perform.
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
insightIdstringID of the insight to act upon.
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_patch_calendar_events_id ~124

PATCH /calendar/events/{id}

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_patch_inbox_automations_id ~219

PATCH /inbox/automations/{id}

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
campaignDurationDaysinteger
enabledboolean
guardrailsobject
idstringyes
idempotency_keystringyes
keywordstring
matchTypestring
messagestring
platformstringOptional. Checked against the selected account rather than stored directly.
platformAccountIdstring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
responseModestring
triggerEventstring
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_patch_posts_id ~122

PATCH /posts/{id}

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_post_analytics_insights ~146

POST /analytics/insights

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
platformsarrayPlatforms to analyze for insights.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
regeneratebooleanIf true, force regeneration even if insights exist.
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_post_approvals_id_action ~128

POST /approvals/{id}/action

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_post_approvals_items_action ~119

POST /approvals/items/action

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
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_post_content_automations ~118

POST /content-automations

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
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_post_content_automations_id_trigger ~131

POST /content-automations/{id}/trigger

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_post_inbox_automations ~227

POST /inbox/automations

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
campaignDurationDaysinteger
enabledboolean
guardrailsobject
idempotency_keystringyes
keywordstringRequired when triggerEvent is `comment`.
matchTypestring
messagestringyes
platformstringOptional. Derived from the selected account when omitted.
platformAccountIdstringyesInstagram account id or Facebook Page id from the workspace's connected accounts.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
responseModestring
triggerEventstring
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_post_inbox_items_id_ai_draft ~133

POST /inbox/items/{id}/ai-draft

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_post_inbox_items_id_respond ~130

POST /inbox/items/{id}/respond

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_preview_destination_preset ~145

POST /destination-presets/{id}/preview — preview how a preset transforms a source post across channels.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
sourceobjectyes
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_put_content_automations_id ~128

PUT /content-automations/{id}

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_remove_workspace_member ~124

DELETE /workspaces/{workspaceId}/members — remove a workspace member.

NameTypeReqDescription
brand_idstring
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
user_idstringyes
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_revoke_client_review_link ~121

DELETE /client-review-links/{id} — revoke a client review link and block further access.

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_revoke_connect_link ~112

Revoke an OAuth connect link, preventing further use.

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_revoke_report_link ~115

DELETE /report-links/{id} — revoke a report share link.

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_revoke_workspace_invitation ~129

DELETE /workspaces/{workspaceId}/invitations — revoke a pending workspace invitation.

NameTypeReqDescription
brand_idstring
idempotency_keystringyes
invitation_idstringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
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_run_prompt ~139

POST /prompts/{id}/run

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idstringyes
idempotency_keystringyes
input_valuesobjectyesKey-value pairs for prompt template variables
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_sync_ecommerce_store ~148

POST /ecommerce/stores/{id}/sync — re-sync the store's catalog. Incremental; only changed products are fetched. Public API preview.

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_update_approval_settings ~176

PATCH /workspaces/{workspaceId}/approval-settings — update member or owner-review approval settings. Owner review is owner-only. Public API preview.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
requireMemberApprovalboolean
requireOwnerReviewbooleanHold posts created by the workspace owner for explicit owner approval.
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_update_brand_profile ~217

PUT /brand/profile — update workspace brand profile fields such as brand_voice, writing_style, and target_audience.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
brand_voicestring
business_namestring
contact_emailstring
goalsarray
idempotency_keystringyes
industrystring
positionstring
primary_colorstring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
secondary_colorstring
target_audiencestring
websitestring
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.
writing_stylestring

No output schema declared.

No examples provided.

aidelly_update_connect_link ~142

Update an OAuth connect link's title or enabled status.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idstringyes
idempotency_keystringyes
is_enabledboolean
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_update_draft ~226

Update a draft — set draft_planned_for to null to clear the planned date. Drafts never publish. Existing API keys need the new `drafts:write` scope added to gain draft access; no implicit grant occurs.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
draft_kindstringDraft composition type.
draft_planned_forstringISO 8601 date/time for calendar placement (null clears it).
idstringyes
idempotency_keystringyes
media_urlsarrayMedia URLs.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
textstringDraft content / caption.
titlestringDraft 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_update_post_comment ~149

Edit a comment's text. Only the author can edit their own comments.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
commentIdstringyes
idstringyes
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
textstringyesUpdated comment text
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_update_report_schedule ~150

Update a report schedule (idempotent).

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
cadencestring
idstringyes
idempotency_keystringyes
next_run_atstring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
recipient_emailsarray
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_update_scheduled_post ~201

PATCH /scheduled-posts/{id} — update caption, schedule, or recycle plan on a scheduled post. Public API preview.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idstringyes
idempotency_keystringyes
payloadobjectReplacement post content. `payload.media` accepts URL objects, objects with `media_id`, or bare media-library UUID strings owned by the selected workspace.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
recyclearray
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_update_task ~252

Update task fields (title, description, status, priority, assignee, due date, or links).

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.
idstringyes
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.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
statusstringTask status.
titlestringTask 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_update_white_label_config ~785

PATCH /white-label — update the agency's white-label branding, email settings, and visibility toggles. Domain changes and verification must go through the in-app flow. Returns the updated configuration with current domain status.

NameTypeReqDescription
agency_staff_uses_custom_domainbooleanWhether agency staff access Aidelly at a custom domain.
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
brand_namestringAgency brand name shown to white-label clients.
button_text_colorstringText/icon color on brand-colored buttons. 'auto' derives from luminance.
dark_logo_urlstringDark-mode square logo URL. Falls back to logo_url if not set.
email_from_addressstringFrom email address for branded emails (must use a verified sending domain).
email_from_namestringFrom name for branded emails.
favicon_urlstringFavicon URL for branded pages.
help_menu_urlstringURL for in-app help menu links.
hide_earnbooleanHide earnings/monetization surfaces from white-label clients.
hide_feature_requestsbooleanHide feature request UI.
hide_rewardsbooleanHide rewards and gamification surfaces.
hide_tier_badgebooleanHide tier/plan badges.
idempotency_keystringyes
logo_text_font_familystringFont family name for logo text rendering.
logo_text_font_formatstringFont file format (woff2, woff, ttf, or otf).
logo_text_font_license_attested_atstringISO timestamp when font license was attested.
logo_text_font_storage_pathstringInternal storage path for the uploaded font file.
logo_text_font_urlstringCustom font URL for logo text in mark_text mode (must use https).
logo_urlstringLight-mode square logo URL.
og_image_urlstringOpen Graph image for social shares.
primary_colorstringHex color for primary brand color (e.g.,
privacy_policy_urlstringPrivacy policy URL for branded emails and legal links.
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
saved_brand_presetobjectOptional saved branding preset snapshot. Set to null to clear the preset; omit to leave alone.
show_oauth_interstitialbooleanWhether to show OAuth interstitial before social platform redirects.
sidebar_dark_full_logo_urlstringDark-mode full sidebar logo URL. Falls back to sidebar_full_logo_url if not set.
sidebar_full_logo_urlstringLight-mode full sidebar logo URL (both mark and text).
sidebar_logo_modestringSidebar rendering mode — square mark+text or full logo image.
support_emailstringAgency inbox email for white-label support submissions.
support_urlstringURL to agency support/help page.
suppress_member_welcome_emailbooleanTri-state override for member welcome emails. null = use plan default, true/false = explicit override.
terms_of_service_urlstringTerms of service URL for branded emails and legal links.
watermark_enabled_by_defaultbooleanWhether to include watermark on newly generated reports.
watermark_settingsobjectWatermark configuration object (null resets to defaults).
watermark_urlstringWatermark image URL for reports.
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_update_workspace ~166

PATCH /workspaces/{workspaceId} — update workspace name, archive state, kind, or mode.

NameTypeReqDescription
archivedboolean
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
kindstring
namestring
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
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.
workspace_typestring

No output schema declared.

No examples provided.

aidelly_update_workspace_member ~148

PATCH /workspaces/{workspaceId}/members — update a workspace member role.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
rolestringyes
user_idstringyes
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_upload_media ~303

Default image-attach path for MCP: upload media in one step, server-side, with no client-to-Supabase connection required. Preferred for all browser-based chat clients (ChatGPT, Claude.ai) and safe for any client. Provide exactly one of source_url (a public HTTPS URL the server fetches — best for anything non-trivial and not subject to a payload size cap), data_url, or file_base64 (small inline images only; large payloads hit the MCP tool-call size limit). Returns media_id and read_url for aidelly_create_post content.media.

NameTypeReqDescription
bodyobjectOptional body override for endpoints with sparse parameter schemas.
brand_idstring
content_typestringRequired when using file_base64 or data_url.
data_urlstringData URL such as data:image/png;base64,...
file_base64stringBase64-encoded file bytes.
file_namestringyes
folderstring
idempotency_keystringyes
queryobjectOptional query overrides for endpoints with sparse parameter schemas.
source_urlstringPublic HTTPS URL to fetch server-side.
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 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.