Server Details
VibeMarketing (https://vibemarketing.ninja/mcp) is a directory service that catalogs and provides information about various MCP (Model Context Protocol) servers. It serves as a centralized resource where users can discover different MCP servers and their capabilities. Examples of servers listed in the directory include Sequential Thinking MCP (for dynamic problem-solving through structured thought sequences) and Memory MCP (a knowledge graph-based persistent memory system).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
7 toolsbulk_schedule_postsTry in Inspector
Schedule multiple social media posts at once (up to 50 posts per batch). More efficient than scheduling posts individually.
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes | Array of posts to schedule |
delete_postTry in Inspector
Delete a scheduled post (cannot delete published posts)
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | ID of the post to delete | |
| platform | Yes | Platform the post is on |
get_accountsTry in Inspector
Get all connected social media accounts across all platforms
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of accounts to return per platform | |
| platform | No | Filter by platform or get all platforms | all |
get_all_postsTry in Inspector
Get all posts across all platforms
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of posts to return | |
| status | No | Filter by post status (use "any" to get all statuses) | |
| platform | No | Filter by platform or get all platforms | all |
get_subscription_statusTry in Inspector
Get current subscription status and usage
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
schedule_postTry in Inspector
Schedule a new social media post
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Post content | |
| platform | Yes | Social media platform | |
| accountId | Yes | Account ID to post from | |
| mediaUrls | No | Optional media URLs | |
| scheduledFor | Yes | When to publish the post |
update_postTry in Inspector
Update a scheduled post (cannot update published posts)
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | ID of the post to update | |
| content | No | New content for the post (optional) | |
| platform | Yes | Platform the post is on | |
| mediaUrls | No | New media URLs (optional) | |
| scheduledFor | No | New scheduled time in ISO 8601 format (optional) |