Schedule and manage social media posts across all platforms — Facebook, Instagram, X, LinkedIn, TikTok, Pinterest, YouTube — powered by Ocoya.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"ocoya": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-ocoya",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_workspaces tool to list all ocoya workspaces you have access to. use this first to get a workspace id for other operations”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Schedule and manage social media posts across all platforms from your AI agents.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-ocoya
| Tool | Description |
|---|---|
list_workspaces | List your Ocoya workspaces (get workspace ID) |
list_social_profiles | List connected social accounts in a workspace |
create_post | Create and schedule a post (or save as draft) |
list_posts | List posts filtered by status (draft/scheduled/posted) |
update_post | Reschedule a post |
delete_post | Delete a post and cancel its schedules |
list_automations | List Ocoya automation workflows |
| Variable | Required | Description |
|---|---|---|
OCOYA_API_KEY | Yes | Ocoya API key — generate from your Ocoya dashboard (Settings → API) |
OCOYA_API_KEY in the secrets panel{
"tool": "create_post",
"arguments": {
"workspace_id": "ws_abc123",
"caption": "Excited to announce our new feature! Check it out at example.com",
"social_profile_ids": ["prof_twitter", "prof_linkedin"],
"scheduled_at": "2026-03-20T09:00:00Z"
}
}
Combine with the Notion MCP to automate social publishing:
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-ocoya \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-OCOYA-API-KEY: your-ocoya-api-key' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "create_post",
"arguments": {
"workspace_id": "your-workspace-id",
"caption": "Hello world!",
"social_profile_ids": ["profile-id-1"]
}
}
}'
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-ocoya
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Yes. The Ocoya MCP includes a create_post tool that lets Claude create posts in your Ocoya account from a plain-English prompt. You can also update and delete posts — no Ocoya UI needed.
Yes. The Ocoya MCP includes tools to list and retrieve workspaces from your Ocoya account. Claude can filter, sort, and summarize workspaces based on your instructions.
Yes. The Ocoya MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 7 Ocoya tools are available everywhere you connect it — install once on Aerostack.
Yes. The Ocoya MCP includes tools to update posts in your Ocoya account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Ocoya API.