Groniz MCP
Managing social media shouldn’t mean jumping between platforms, reconnecting accounts, and rewriting the same post for every channel.
What it can do
- IntegrationList: This tool list available integrations to schedule posts to. Optionally pass a group id (from the groupList tool) to only list integrations belonging to that group
- GroupList: This tool lists the available groups (customers). Use a group id with the integrationList tool to filter the integrations belonging to that group
- IntegrationSchema: Everytime we want to schedule a social media post, we need to understand the schema of the integration. This tool helps us get the schema of the integration. Sometimes we might get
What data it sees
Do you need an account
No: the server works without sign-in
Managing social media shouldn’t mean jumping between platforms, reconnecting accounts, and rewriting the same post for every channel.
With Groniz, you connect your social accounts once and give your AI agents one place to publish and schedule content across 32+ networks, including X, Instagram, Threads, TikTok, and YouTube.
Your agents can turn ideas, launch notes, blog posts, product updates, and campaign briefs into platform-ready content, then publish immediately or schedule it for later. Groniz handles authentication, account permissions, platform-specific formatting, and content delivery behind the scenes—so you can focus on the message instead of managing APIs and browser tabs.
Use Groniz to:
- Publish a product launch across multiple channels
- Turn one update into platform-specific posts
- Schedule campaigns without opening every social app
- Manage multiple connected accounts from one place
- Add social publishing to your own AI agent or product
You stay in control of the accounts and workflows. Your agents handle the repetitive publishing work.
Connect once, tell your agents what you want to share, and run your social media with less manual work.
Server tool list (11)
Raw names from tools/list. Only developers need these.
| integrationList | This tool list available integrations to schedule posts to. Optionally pass a group id (from the groupList tool) to only list integrations belonging to that group |
| groupList | This tool lists the available groups (customers). Use a group id with the integrationList tool to filter the integrations belonging to that group |
| integrationSchema | Everytime we want to schedule a social media post, we need to understand the schema of the integration. This tool helps us get the schema of the integration. Sometimes we might get a schema back the requires some id, for that, you can get information from 'tools' And use the triggerTool function. |
| triggerTool | After using the integrationSchema, we sometimes miss details we can't ask from the user, like ids. Sometimes this tool requires to user prompt for some settings, like a word to search for. methodName is required [input:callable-tools] |
| integrationSchedulePostTool | This tool allows you to schedule a post to a social media platform, based on integrationSchema tool. So for example: If the user want to post a post to LinkedIn with one comment - socialPost array length will be one - postsAndComments array length will be two (one for the post, one for the comment) If the user want to post 20 posts for facebook each in individual days without comments - socialPost array length will be 20 - postsAndComments array length will be one If the tools return errors, you would need to rerun it with the right parameters, don't ask again, just run it |
| generateVideoOptions | All the options to generate videos, some tools might require another call to generateVideoFunction |
| videoFunctionTool | Sometimes when we want to generate videos we might need to get some additional information like voice_id, etc |
| generateVideoTool | Generate video to use in a post, in case the user specified a platform that requires attachment and attachment was not provided, ask if they want to generate a picture of a video. In many cases 'videoFunctionTool' will need to be called first, to get things like voice id Here are the type of video that can be generated: |
| generateImageTool | Generate image to use in a post, in case the user specified a platform that requires attachment and attachment was not provided, ask if they want to generate a picture of a video. |
| uploadFromUrlTool | Upload a remote image or video into the media library from a public URL. Use this before scheduling a post when the user provides an external media URL (not already hosted on our domain), so the attachment passes the upload-domain validation. Returns the hosted media { id, path } to use as an attachment, or { error } on failure. |
| ask_groniz | Ask agent 'groniz' a question. Agent description: Agent that helps manage and schedule social media posts for users |