Ocoya Social Media Connector for AI agents.
9 live capabilities
Manage your social media content calendar and marketing workflows from a single chat.
Waiting for input…
Why people use Ocoya Social Media
Ocoya Social Media for Social Media Marketing Audits
This Connector puts that data in front of your agent. Instead of hunting through menus, you just ask for a status update. You get a clear summary of your posts, profiles, and workflows in seconds, letting you focus on strategy instead of clicking.
What Vinkius changes
You get a direct line to your social media data without leaving your chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking if a post went live
A manager asks the agent to check the status of a specific tweet.
- Real-world use case 02
Auditing marketing automations
An agency owner wants to make sure all client workflows are running.
- Real-world use case 03
Switching between client brands
A user needs to see the profiles for a specific brand.
Complete set · 9capabilities
The complete Ocoya Social Media capability set.
These are the exact actions your AI can choose when you ask it to work with Ocoya Social Media.
01—03
3 capabilities in this set.
Part of 9 available through Ocoya Social Media.
- 01 Capability
Get automation
Pull details for a specific workflow to see how it's configured. This is useful for debugging your marketing logic.
- 02 Capability
Get me
Get the basic info for the currently authenticated user. Use this to confirm which account your agent is currently managing.
- 03 Capability
Get post
Look up a single post to see its specific content and status. This helps you verify if a specific piece of content went live.
04—06
3 capabilities in this set.
Part of 9 available through Ocoya Social Media.
- 04 Capability
Get profile
Fetch details for a specific social media profile. Use this to check connection status or profile names quickly.
- 05 Capability
Get workspace
Get the configuration and data for a specific workspace. This is helpful for switching between different brand accounts.
- 06 Capability
List automations
See a full list of all active workflows in your account. Use this to audit your entire marketing automation setup.
07—09
3 capabilities in this set.
Part of 9 available through Ocoya Social Media.
- 07 Capability
List posts
View every post in your queue, whether it's scheduled or already live. This gives you a complete view of your content calendar.
- 08 Capability
List profiles
Get a complete list of all social media profiles connected to your account. Use this to see every platform you're currently managing.
- 09 Capability
List workspaces
See every workspace you have access to in Ocoya. This is the fastest way to see all your different client accounts.
Set up in minutes
One URL. Then ask Ocoya Social Media to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Ocoya Social Media from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xBFeszz5t2yo0Qbm3vAAwxN1rRhE8zXfq9llnsVU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Ocoya Social Media, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Ocoya Social Media for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xBFeszz5t2yo0Qbm3vAAwxN1rRhE8zXfq9llnsVU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Ocoya Social Media URL.
- Step 03
Save and start
Save the connection and enable Ocoya Social Media in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ocoya-social-media": {
"url": "https://edge.vinkius.com/vk_preview_xBFeszz5t2yo0Qbm3vAAwxN1rRhE8zXfq9llnsVU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Ocoya Social Media
Open Agent mode in chat and ask: "Using Ocoya Social Media, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ocoya-social-media": {
"url": "https://edge.vinkius.com/vk_preview_xBFeszz5t2yo0Qbm3vAAwxN1rRhE8zXfq9llnsVU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Ocoya Social Media
Ask Copilot: "Using Ocoya Social Media, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ocoya-social-media": {
"url": "https://edge.vinkius.com/vk_preview_xBFeszz5t2yo0Qbm3vAAwxN1rRhE8zXfq9llnsVU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Ocoya Social Media
Open Cascade and ask: "Using Ocoya Social Media, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ocoya-social-media": {
"url": "https://edge.vinkius.com/vk_preview_xBFeszz5t2yo0Qbm3vAAwxN1rRhE8zXfq9llnsVU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Ocoya Social Media
Ask Cline: "Using Ocoya Social Media, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ocoya-social-media --transport http "https://edge.vinkius.com/vk_preview_xBFeszz5t2yo0Qbm3vAAwxN1rRhE8zXfq9llnsVU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Ocoya Social Media
Ask Claude: "Using Ocoya Social Media, show me...". 9 tools are ready
Where the request belongs
Work Ocoya can move forward.
This is for social media managers and agency owners who are tired of manual auditing and want to see their entire content schedule in one place.
Social Media Manager
Checks if the 'Black Friday' posts are live across all platforms without opening a browser.
Marketing Agency Owner
Audits 10+ client workspaces at once to ensure all automations are active and healthy.
Content Creator
Quickly pulls a list of scheduled posts to see what's coming up next in their content calendar.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHootsuite (Social Media Management)
Manage social media via Hootsuite. schedule posts, manage social profiles, and monitor outbound messages.
Loomly
Plan and approve social media content with a collaborative calendar that streamlines reviews and keeps your brand consistent.
Later (Social Media Management)
Manage social media via Later. schedule posts, access your media library, and analyze profile performance.
Planable
Collaborate, approve, and manage your social media content calendar autonomously using AI.
Buffer
Plan, schedule, and publish social media content across all your channels with analytics that show what is working.
Ayrshare
Social media automation platform. publish posts, schedule content, and track analytics via AI.
Bring your own AI
Change the model, client or framework. Keep Ocoya connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Ocoya.
The practical details behind the request, access and result.
Can the Ocoya Social Media MCP help me see my scheduled posts?
Yes, it lets your agent pull your entire content queue. You can ask for a summary of what's coming up next week or check the status of specific posts.
How do I use the Ocoya Social Media MCP to check my automations?
You can ask your agent to list all active workflows. It will show you exactly what automations are running in your account so you can verify your marketing logic.
Can I manage multiple workspaces with the Ocoya Social Media MCP?
Yes, it can retrieve details for any workspace you have access to. This makes it easy to switch between different brands or clients in a single chat.
Does the Ocoya Social Media MCP work for Instagram and Twitter?
It works for any social profile connected to your Ocoya account. You can pull profile details and post statuses for all your connected platforms.
How does the Ocoya Social Media MCP help with marketing audits?
It allows you to quickly pull lists of posts, profiles, and automations. This gives you a bird's-eye view of your entire social media footprint in seconds.
Is the Ocoya Social Media MCP good for checking if my content went live?
Yes, it is perfect for verifying live status. You can ask your agent to check a specific post, and it will pull the latest data to confirm it's live.
Where do I find my API Key?
Your API Key can be generated in the Ocoya Developer or Integrations settings page.
What access does this Connector need?
It requires your API Key to access your profiles, workspaces, and posts.
What access does this MCP need?
It requires your API Key to access your profiles, workspaces, and posts.
One connection away
Give your agent a direct line to Ocoya.
Connect Ocoya once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available