noimosai-mcp

Orchestrates NoimosAI MCP tools for social publishing, analytics, research, and website deployment.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/AGOS-Labs/noimosai_skill --skill noimosai-mcp-agos-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: noimosai-mcp
Source: https://github.com/AGOS-Labs/noimosai_skill/tree/main/skills/noimosai-mcp
Command: npx skills add https://github.com/AGOS-Labs/noimosai_skill --skill noimosai-mcp-agos-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating dozens of NoimosAI MCP tools across workspaces, billing rules, and platform-specific posting requirements is error-prone; this Skill provides playbooks that sequence the right tools, enforce draft-before-publish safety, and prevent wasted credits. ## Core Features & Use Cases - Social publishing workflows: Draft, schedule, or publish posts per platform (X, Instagram, TikTok, YouTube, Pinterest, and more) with correct media and payload requirements, plus long-form articles via WordPress and Substack. - Analytics-grounded marketing: Pull GSC, GA4, social performance, keyword, and competitor data, then feed real numbers into content decisions in a ship-measure-fix loop. - Website and media operations: Build and deploy hosted websites, generate images and video, manage brand guides, knowledge bases, GEO tracking, and lead-generation outreach. - Use Case: Ask the agent to write a personalized Instagram post: it reads workspace context and past posts, matches the account's voice, attaches a generated image, and saves a draft for your approval. ## Quick Start Ask the agent to draft a social media post for your connected account using the NoimosAI MCP tools, starting from your workspace context and recent posts.

Frequently Asked Questions about noimosai-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a social media post with NoimosAI MCP tools?

Read workspace context and recent posts first, write the text yourself, then call the post tool with an explicit mode. Use draft mode unless the user approved the exact content; publish and schedule modes are only for approved text.

How do I connect an Instagram or X account to NoimosAI?

Call get_connect_url with the provider name and give the user the returned link. They complete OAuth and select accounts in the browser; verify the new providerAccountId with list_integrations afterward.

Does NoimosAI MCP charge credits for read-only tools?

Yes, most catalog tools deduct at least one credit per execution, including database reads and analytics. Only dedicated tools like get_workspace_context and knowledge-base reads are free, so batch billed calls where possible.

Why did my NoimosAI post fail for Instagram or Pinterest?

Instagram, TikTok, YouTube, Pinterest, and Snapchat require media, and Pinterest also needs a boardId from list_pinterest_boards. Missing requirements are rejected before sending, and no entry in the batch publishes until fixed.

Can I upload a website through the hosted NoimosAI MCP server?

No, upload_website_source only exists on the local stdio server because it reads directories from the machine it runs on. Use the local server or the NoimosAI app to push site source, then publish after approval.