INDIVIDUAL MCP TOOL
aidelly_create_media_upload_url
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).
LIVE ENDPOINT
https://app.aidelly.ai/api/mcp/public-api
Connect to this endpoint to inspect the live schema for aidelly_create_media_upload_url and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests code or command execution.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aidelly-public-api-mcp-http]
url = "https://app.aidelly.ai/api/mcp/public-api"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aidelly-public-api-mcp-http": {
"type": "http",
"url": "https://app.aidelly.ai/api/mcp/public-api"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aidelly-public-api-mcp-http
Remote MCP URL: https://app.aidelly.ai/api/mcp/public-api
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aidelly-public-api-mcp-http": {
"url": "https://app.aidelly.ai/api/mcp/public-api"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aidelly-public-api-mcp-http": {
"type": "http",
"url": "https://app.aidelly.ai/api/mcp/public-api"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aidelly-public-api-mcp-http",
"transport": "streamable-http",
"url": "https://app.aidelly.ai/api/mcp/public-api"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
aidelly_action_post_approval— POST /posts/approvals — approve, reject (with reason), return to draft, or comment on one or many pending posts.aidelly_add_competitor— Register a competitor root domain to track in the workspace.aidelly_add_creator— Register a creator handle on a specific platform to track.aidelly_add_queue_items— POST /queues/{id}/items — add content items to queue tail for distribution at next available slots.aidelly_bulk_create_posts— Create up to 50 scheduled posts in one call.aidelly_cancel_post— Cancel a scheduled post.aidelly_cancel_scheduled_post— DELETE /scheduled-posts/{id} — cancel a scheduled post (and its pending recycles).aidelly_connect_ecommerce_store— POST /ecommerce/stores — connect a new Shopify / WooCommerce / Etsy / Wix store.