Skip to main content
Glama

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

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.2/5 across 7 of 7 tools scored. Lowest: 2.6/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: bulk_schedule_posts handles batch operations, schedule_post handles single posts, delete_post and update_post manage scheduled posts, get_accounts and get_all_posts retrieve different data types, and get_subscription_status provides account information. An agent can easily distinguish between these tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (e.g., bulk_schedule_posts, delete_post, get_accounts). The verbs are appropriate and predictable (get, schedule, update, delete), making the set highly readable and uniform.

Tool Count5/5

With 7 tools, this server is well-scoped for social media marketing management. Each tool serves a clear purpose (scheduling, retrieval, deletion, updates, account management, and subscription checks), and none feel redundant or unnecessary for the domain.

Completeness4/5

The tool set covers core social media marketing workflows: creating, updating, deleting, and retrieving posts, along with account and subscription management. A minor gap is the inability to manage published posts (only scheduled ones), but agents can work around this limitation, and overall coverage is strong for the domain.

Available Tools

7 tools
bulk_schedule_postsInspect

Schedule multiple social media posts at once (up to 50 posts per batch). More efficient than scheduling posts individually.

ParametersJSON Schema
NameRequiredDescriptionDefault
postsYesArray of posts to schedule
delete_postInspect

Delete a scheduled post (cannot delete published posts)

ParametersJSON Schema
NameRequiredDescriptionDefault
postIdYesID of the post to delete
platformYesPlatform the post is on
get_accountsInspect

Get all connected social media accounts across all platforms

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of accounts to return per platform
platformNoFilter by platform or get all platformsall
get_all_postsInspect

Get all posts across all platforms

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of posts to return
statusNoFilter by post status (use "any" to get all statuses)
platformNoFilter by platform or get all platformsall
get_subscription_statusInspect

Get current subscription status and usage

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

schedule_postInspect

Schedule a new social media post

ParametersJSON Schema
NameRequiredDescriptionDefault
contentYesPost content
platformYesSocial media platform
accountIdYesAccount ID to post from
mediaUrlsNoOptional media URLs
scheduledForYesWhen to publish the post
update_postInspect

Update a scheduled post (cannot update published posts)

ParametersJSON Schema
NameRequiredDescriptionDefault
postIdYesID of the post to update
contentNoNew content for the post (optional)
platformYesPlatform the post is on
mediaUrlsNoNew media URLs (optional)
scheduledForNoNew scheduled time in ISO 8601 format (optional)

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources