Server Details
Remote MCP server implementing the Streamable HTTP transport with 25 tools for AI assistants. Enables programmatic management of multi-platform content publishing — create posts, run automations, manage RSS feeds, generate hashtags, search images, and publish to 13+ platforms (Instagram, LinkedIn, X, WordPress, etc.). Authenticated via Bearer token.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
25 toolscreate_automationInspect
Create a new automation. Types: write_social, write_blog, rss_social, rss_blog, rss_digest_blog. Schedule uses cron syntax (e.g. '0 9 * * 1' for Mondays at 9am).
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Automation type | |
| title | No | Automation title | |
| topic | No | Topic for write-type automations (required for write_social, write_blog) | |
| prompt | No | Custom prompt/instructions for content generation | |
| schedule | No | Cron schedule expression (e.g. '0 9 * * 1') | |
| channel_ids | No | Channel IDs to publish to | |
| auto_publish | No | Auto-publish generated content (default false) | |
| workspace_id | Yes | Workspace ID |
create_postInspect
Create a draft post for a specific channel. Content structure depends on the channel placement.
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Post content | |
| channel_id | Yes | Channel ID to publish to | |
| workspace_id | Yes | Workspace ID | |
| automation_id | No | Link to an automation (optional) |
create_sourceInspect
Add an RSS feed source to a workspace for use with rss-type automations
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | RSS feed URL | |
| workspace_id | Yes | Workspace ID |
delete_automationInspect
Delete an automation and its outputs
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes | Automation ID |
delete_postInspect
Delete a post. Only works for draft posts (status NONE).
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post ID |
delete_sourceInspect
Remove an RSS feed source
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | Source ID |
generate_hashtagsInspect
Generate platform-optimized hashtags for content
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of hashtags (default 10) | |
| content | Yes | Post content to generate hashtags for | |
| platform | Yes | Target platform |
get_automationInspect
Get detailed information about a specific automation
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes | Automation ID |
get_postInspect
Get detailed information about a specific post including its content and metrics
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post ID |
get_subscription_statusInspect
Check the current subscription plan and usage limits
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_assetsInspect
List media assets in a workspace's library
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50) | |
| label_id | No | Filter by label | |
| workspace_id | Yes | Workspace ID |
list_automationsInspect
List automations in a workspace. Returns automation configs with their output channels.
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace ID |
list_channelsInspect
List available publishing channels in a workspace. Channels represent specific destinations like a Facebook page, Telegram group, or WordPress blog.
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Filter by platform (e.g. 'instagram', 'linkedin', 'x') | |
| workspace_id | Yes | Workspace ID |
list_connectionsInspect
List platform connections (OAuth integrations) in a workspace
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace ID |
list_labelsInspect
List labels in a workspace for organizing content
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace ID |
list_postsInspect
List posts in a workspace with optional filters. Status values: NONE (draft), PENDING, RUNNING, SUCCESS, FAILURE.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50) | |
| status | No | Filter by post status | |
| workspace_id | Yes | Workspace ID | |
| automation_id | No | Filter by automation |
list_sourcesInspect
List RSS feed sources in a workspace
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace ID |
list_workspacesInspect
List all workspaces the authenticated user has access to
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
media_assistInspect
Search for stock images or generate AI images for posts
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query or image description | |
| action | Yes | Search stock photos or generate with AI | |
| workspace_id | Yes | Workspace ID |
publish_postInspect
Publish a draft post to its platform. The post will be sent to the channel it was created for.
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post ID to publish |
run_automationInspect
Trigger content generation for an automation immediately. Creates posts based on the automation config.
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes | Automation ID to run |
text_assistInspect
AI-powered text enhancement. Actions: proofread (fix grammar/spelling), rephrase (rewrite), generate (create new text).
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Input text to process | |
| style | No | Writing style (default Auto) | |
| action | Yes | Type of text assistance | |
| context | No | Additional context for generation | |
| workspace_id | Yes | Workspace ID |
update_automationInspect
Update an existing automation's settings
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| topic | No | New topic | |
| prompt | No | New prompt/instructions | |
| schedule | No | New cron schedule | |
| auto_publish | No | Auto-publish setting | |
| automation_id | Yes | Automation ID |
update_postInspect
Update a draft post's content before publishing
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Updated content | |
| post_id | Yes | Post ID |
validate_rssInspect
Validate an RSS feed URL and get feed metadata before adding it as a source
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | RSS feed URL to validate |
Verify Ownership
This connector has been claimed. The /.well-known/glama.json file has been verified and ownership is confirmed.
Glama periodically re-verifies ownership. If the file is removed, the claim will be revoked.
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!