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
See and control every tool call
Available Tools
7 toolsbulk_schedule_postsInspect
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_postInspect
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_accountsInspect
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_postsInspect
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_statusInspect
Get current subscription status and usage
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
schedule_postInspect
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_postInspect
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) |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!