Oktopost Connector for AI agents.
10 live capabilities
Manage B2B social media campaigns and track lead generation data.
Waiting for input…
Why people use Oktopost
Oktopost for B2B Lead Generation
This Connector lets you pull your Oktopost data directly into your AI agent so you can manage your B2B social media without constant tab-switching. Instead of digging through a dashboard to see how a campaign is doing, you can just ask your agent to pull the latest stats or list your active leads.
What Vinkius changes
You get a direct line to your Oktopost data without the dashboard fatigue.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick campaign status checks
A social media manager needs to know if the 'Summer Sale' posts are live.
- Real-world use case 02
Automated lead identification
A demand gen lead wants to see new prospects.
- Real-world use case 03
Instant performance reporting
A marketing analyst needs a quick update on a specific campaign.
Complete set · 10capabilities
The complete Oktopost capability set.
These are the exact actions your AI can choose when you ask it to work with Oktopost.
01—04
4 capabilities in this set.
Part of 10 available through Oktopost.
- 01 Capability
Get campaign details
Get the specific settings and info for a single campaign. This helps you see exactly how a campaign is configured.
- 02 Capability
Get analytics report
Pull a summary of performance metrics like clicks and shares. Use this to see how your content is actually performing.
- 03 Capability
Get message details
See the specific content and status of a single social message. This is useful for checking if a specific post went live correctly.
- 04 Capability
Get social profile details
Look up the metadata and status of a connected social profile. Use this to verify that your LinkedIn or Twitter accounts are properly linked.
05—07
3 capabilities in this set.
Part of 10 available through Oktopost.
- 05 Capability
List campaigns
See a list of all your active and archived social media campaigns. This gives you a quick overview of your entire social strategy.
- 06 Capability
List social contacts
Pull a list of leads and contacts found through social engagement. This helps you identify new potential customers from your social channels.
- 07 Capability
List social conversions
See the conversions and goals met from your social activities. This shows you which campaigns are actually driving business results.
08—10
3 capabilities in this set.
Part of 10 available through Oktopost.
- 08 Capability
List social messages
View all scheduled and sent messages across your campaigns. This is perfect for checking your upcoming content calendar at a glance.
- 09 Capability
List social profiles
See every social profile currently linked to your Oktopost account. Use this to manage your multi-channel presence in one place.
- 10 Capability
List oktopost tags
See the different tags used to organize your content and campaigns. This helps you understand how your marketing assets are categorized.
Set up in minutes
One URL. Then ask Oktopost to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Oktopost 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_qnyk7CjpcXDKStreusJgV4omWqlZzXGgpjUfUuKK/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 Oktopost, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Oktopost for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qnyk7CjpcXDKStreusJgV4omWqlZzXGgpjUfUuKK/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 Oktopost URL.
- Step 03
Save and start
Save the connection and enable Oktopost in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"oktopost": {
"url": "https://edge.vinkius.com/vk_preview_qnyk7CjpcXDKStreusJgV4omWqlZzXGgpjUfUuKK/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 Oktopost
Open Agent mode in chat and ask: "Using Oktopost, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"oktopost": {
"url": "https://edge.vinkius.com/vk_preview_qnyk7CjpcXDKStreusJgV4omWqlZzXGgpjUfUuKK/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 Oktopost
Ask Copilot: "Using Oktopost, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"oktopost": {
"url": "https://edge.vinkius.com/vk_preview_qnyk7CjpcXDKStreusJgV4omWqlZzXGgpjUfUuKK/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 Oktopost
Open Cascade and ask: "Using Oktopost, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"oktopost": {
"url": "https://edge.vinkius.com/vk_preview_qnyk7CjpcXDKStreusJgV4omWqlZzXGgpjUfUuKK/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 Oktopost
Ask Cline: "Using Oktopost, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add oktopost --transport http "https://edge.vinkius.com/vk_preview_qnyk7CjpcXDKStreusJgV4omWqlZzXGgpjUfUuKK/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 Oktopost
Ask Claude: "Using Oktopost, show me...". 10 tools are ready
Where the request belongs
Work Oktopost can move forward.
This is for marketing professionals who are tired of manual data entry and jumping between multiple social media dashboards to find performance metrics.
Social Media Manager
Uses this on a Tuesday to quickly check the status of scheduled posts across multiple platforms without logging into the main dashboard.
Demand Generation Lead
Uses this to pull a list of new leads identified from LinkedIn engagement to hand off to the sales team.
Marketing Analyst
Uses this to fetch aggregated analytics reports for specific campaigns to include in weekly performance decks.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMaropost
Automate marketing and commerce via Maropost. manage contacts, campaigns, and workflows.
Buttondown
Manage your newsletter via Buttondown. track subscribers, send emails, and monitor analytics directly from any AI agent.
Cakemail
Manage email marketing via Cakemail. track campaigns, manage contact lists, and monitor analytics directly from any AI agent.
VBOUT
Run marketing campaigns with email automation, social media management, and landing pages in one affordable platform.
Envoke Marketing
Equip your AI agent to manage email campaigns, track contact lists, and monitor performance via the Envoke API.
EmailOctopus
Send beautiful email campaigns at a fraction of the cost with a platform built for startups and growing businesses.
Bring your own AI
Change the model, client or framework. Keep Oktopost 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 Oktopost.
The practical details behind the request, access and result.
Can I use Oktopost MCP to write and schedule new social posts?
No, this Connector is designed for management and data retrieval. You can use it to check what is already scheduled or sent, but it does not have the capability to create or publish new content.
Does Oktopost MCP work for multiple social platforms?
Yes, it connects to your Oktopost account, which manages multiple platforms including LinkedIn, Twitter, and Facebook. You can see profiles and messages for all of them.
How do I see the leads my AI agent found from social media?
Your agent can use this Connector to pull a list of contacts and leads identified through your social engagement. You can ask for the latest leads from specific platforms like LinkedIn.
Can Oktopost MCP give me click and share data?
Yes, it can pull aggregated performance reports. You can ask your agent for specific metrics like clicks, shares, and conversion rates for any of your campaigns.
How do I connect Oktopost to my AI client?
You can connect it easily by subscribing via the Vinkius catalog and providing your Oktopost Account ID and API Key. Once connected, your agent can access all the capabilities.
Can I see my organization's tags using Oktopost MCP?
Yes, you can list all the organization tags used in your account. This helps you see how your content and campaigns are categorized across your strategy.
How do I find my Oktopost API credentials?
Log in to your Oktopost account and navigate to App Settings > API to find your Account ID and generate an API Key.
Can I see leads generated from social media?
Yes! Use the list_social_contacts capability to retrieve a list of individuals who have engaged with your posts and been identified as leads.
Does this support LinkedIn and Twitter?
Yes, Oktopost supports major B2B social platforms. Use list_social_profiles to see all your connected accounts and their statuses.
One connection away
Give your agent a direct line to Oktopost.
Connect Oktopost once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available