INDIVIDUAL MCP TOOL
aidelly_get_approval_settings
GET /workspaces/{workspaceId}/approval-settings — read member and owner-review approval settings.
LIVE ENDPOINT
https://app.aidelly.ai/api/mcp/public-api
Connect to this endpoint to inspect the live schema for aidelly_get_approval_settings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.