# SendIt MCP server

AI-native social media publishing to LinkedIn, Instagram, Threads, TikTok, and X.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-shree-git-sendit
- Repository: https://github.com/Shree-git/sendit

## Install
- Endpoint: https://sendit.infiniteappsai.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://sendit.infiniteappsai.com/mcp

## Tools
- publish_content (Publish Content) - Publish content to social media platforms.

MEDIA RULES:
• mediaUrl must be a public HTTPS URL — NOT a local file path.
• If the user shares an image/video in chat, call create_upload_session FIRST to get a browser upload link, then use the returned URL here.
• Text-only works on: LinkedIn, Threads, X, Facebook.
• Image required: Instagram, Pinterest.
• TikTok supports one video or 1-35 Photo Mode images.
• Video required: YouTube.

Call validate_content to check before publishing. Endpoint: https://sendit.infiniteappsai.com/mcp
- schedule_content (Schedule Content) - Schedule content for future publishing. Same media rules as publish_content apply.

• mediaUrl must be a public HTTPS URL — call create_upload_session if user shares a file in chat.
• Content is validated at schedule time, not publish time. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_analytics (Get Analytics) - Get engagement analytics for a platform. Facebook and TikTok can include account-wide posts not published through SendIt; unresolved TikTok inbox-draft deliveries may appear as placeholders until SendIt can link them. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_teams (List Teams) - List all teams you belong to. Returns team names, IDs, and your role. Use the returned team ID with the team_id parameter in other tools to operate in team context. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_connected_accounts (List Connected Accounts) - List all connected social media accounts. Pass team_id to see a team's accounts instead of your personal ones. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_tiktok_creator_info (Get TikTok Creator Info) - Fetch fresh TikTok Content Posting API creator info for the connected account. Use this before rendering TikTok publish settings. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_scheduled_posts (Get Scheduled Posts) - List scheduled posts and their current status, including pending, publishing, TikTok draft-delivered, published, failed, or cancelled posts. Endpoint: https://sendit.infiniteappsai.com/mcp
- delete_scheduled_post (Delete Scheduled Post) - Cancel a scheduled post before it's published. Endpoint: https://sendit.infiniteappsai.com/mcp
- delete_post (Delete Published Post) - Delete a published post from a platform. Supports: X, Facebook, LinkedIn, Threads, YouTube, Pinterest, Bluesky, Mastodon, Telegram.

Provide the post ID (database ID returned when published through SendIt), the platform post ID, or the post URL. Endpoint: https://sendit.infiniteappsai.com/mcp
- edit_post (Edit Published Post) - Edit a published post on a supported platform. Updates the text/caption of an already published post.

SUPPORTED: YouTube (title/description/tags), LinkedIn, Facebook, Mastodon, Telegram, Bluesky
NOT SUPPORTED: X, Threads, Instagram, Pinterest, TikTok

Requires the published post ID returned when the post was originally published through SendIt. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_platform_requirements (Get Platform Requirements) - Get detailed content requirements for a platform.

Returns: Character limits, media specifications, rate limits, and special notes.

Call this when you need specifics like exact character counts, file size limits, or supported formats. The publish_content description has a quick reference, but this tool provides complete details. Endpoint: https://sendit.infiniteappsai.com/mcp
- validate_content (Validate Content) - Validate content against platform requirements BEFORE publishing.

USE THIS WHEN:
• Unsure if content will work on target platforms
• Publishing to multiple platforms with different requirements
• Want to catch errors before attempting publish

Returns specific errors (e.g., 'TikTok requires video', 'Instagram needs media') and warnings (e.g., 'text close to character limit'). Endpoint: https://sendit.infiniteappsai.com/mcp
- upload_media (Upload Media) - FOR CLAUDE DESKTOP ONLY (with filesystem access).
For Claude.ai/web: Use create_upload_session instead - it provides a browser upload link.

Upload local media to cloud storage, returning a public HTTPS URL.

WHEN TO USE:
• Instagram, LinkedIn, Threads, X: REQUIRED for local files before calling publish_content
• TikTok: NOT NEEDED - pass local path directly to publish_content

SUPPORTED FORMATS:
• Images: jpg, png, gif, webp (max 10MB)
• Videos: mp4, mov, webm (max 100MB)

Returns { url: 'https://...' } for use in publish_content mediaUrl parameter. Endpoint: https://sendit.infiniteappsai.com/mcp
- create_upload_session (Create Upload Session) - Create a browser upload link for media files. ALWAYS use this when the user shares an image or video in chat — their file is local and cannot be passed directly to publish_content.

WORKFLOW:
1. Call this tool to get an uploadUrl
2. Give the user the link to open in their browser and upload their file
3. After upload, call get_upload_session to get the public media URL(s)
4. Use the returned URL with publish_content or schedule_content

Supports up to 20 files per session. Expires in 15 minutes. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_upload_session (Get Upload Session) - Check the status of an upload session and get the media URL(s) once uploaded.

Call this after the user clicks the upload link to see if they've completed the upload.

Returns:
• status: 'pending' - User hasn't uploaded yet
• status: 'uploaded' - Upload complete, includes mediaUrl, mediaUrls, fileCount, mediaItems
• status: 'expired' - Session expired (15 min limit) Endpoint: https://sendit.infiniteappsai.com/mcp
- create_goal (Create Product Hunt Goal) - Create a new maker goal on Product Hunt.

REQUIREMENTS:
• Must have Product Hunt account connected
• Write access requires app whitelisting by Product Hunt
• Goal title limited to 280 characters

If write access is not available, you'll receive an error with instructions to request whitelisting. Endpoint: https://sendit.infiniteappsai.com/mcp
- complete_goal (Complete Product Hunt Goal) - Mark a Product Hunt goal as complete or incomplete.

REQUIREMENTS:
• Must have Product Hunt account connected
• Write access requires app whitelisting by Product Hunt Endpoint: https://sendit.infiniteappsai.com/mcp
- upvote_product (Upvote Product Hunt Product) - Upvote a product on Product Hunt.

REQUIREMENTS:
• Must have Product Hunt account connected
• Write access requires app whitelisting by Product Hunt

Provide the Product Hunt post ID (not the slug). Endpoint: https://sendit.infiniteappsai.com/mcp
- get_producthunt_analytics (Get Product Hunt Analytics) - Get analytics for your products on Product Hunt.

Returns:
• Total products, votes, comments, reviews
• Number of featured products
• Per-product metrics including vote counts and ratings

Works with read-only access (no whitelisting required). Endpoint: https://sendit.infiniteappsai.com/mcp
- bulk_schedule (Bulk Schedule Posts) - Schedule multiple posts at once from CSV content.

USE THIS WHEN:
• User has a spreadsheet or list of posts to schedule
• Planning a content calendar for a month
• Migrating content from another tool

CSV FORMAT (required columns):
• platform: linkedin, instagram, x, tiktok, threads
• scheduled_time: ISO 8601 format (e.g., 2024-02-15T10:00:00Z)
• text: Post content/caption

OPTIONAL COLUMNS:
• media_url: Image or video URL
• first_comment: First comment to add (Instagram/LinkedIn)
• hashtags: Additional hashtags to append

PROCESS:
1. First call with validate_only: true to check for errors
2. Review validation report with user
3. Call again with validate_only: false to execute import Endpoint: https://sendit.infiniteappsai.com/mcp
- preview_content (Preview Content) - Generate a visual preview of how content will appear on each platform.

USE THIS WHEN:
• Before publishing to see how posts will look
• To validate content against platform requirements
• To check character counts, hashtag limits, and media requirements

Returns an HTML preview mockup for each platform with validation results:
• Character count vs limit
• Hashtag count (Instagram has 30 max)
• Media requirement check
• Platform-specific warnings and errors Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_x (Connect X) - Get the OAuth URL to connect your X account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_linkedin (Connect LinkedIn) - Get the OAuth URL to connect your LinkedIn account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_linkedin-page (Connect LinkedIn Page) - Get the OAuth URL to connect your LinkedIn Page account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_facebook (Connect Facebook) - Get the OAuth URL to connect your Facebook account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_instagram (Connect Instagram) - Get the OAuth URL to connect your Instagram account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_threads (Connect Threads) - Get the OAuth URL to connect your Threads account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_bluesky (Connect Bluesky) - Get the credential setup schema to connect Bluesky using API key or token credentials. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_mastodon (Connect Mastodon) - Get the OAuth URL to connect your Mastodon account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_nostr (Connect Nostr) - Get the custom connection setup instructions for Nostr. Note: This is an unofficial connector and may change without notice. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_youtube (Connect YouTube) - Get the OAuth URL to connect your YouTube account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_tiktok (Connect TikTok) - Get the OAuth URL to connect your TikTok account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_lemmy (Connect Lemmy) - Get the credential setup schema to connect Lemmy using API key or token credentials. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_discord (Connect Discord) - Get the webhook setup schema to connect Discord. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_slack (Connect Slack) - Get the webhook setup schema to connect Slack. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_telegram (Connect Telegram) - Get the credential setup schema to connect Telegram using API key or token credentials. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_pinterest (Connect Pinterest) - Get the OAuth URL to connect your Pinterest account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_dribbble (Connect Dribbble) - Get the OAuth URL to connect your Dribbble account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_devto (Connect DEV.to) - Get the credential setup schema to connect DEV.to using API key or token credentials. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_hashnode (Connect Hashnode) - Get the credential setup schema to connect Hashnode using API key or token credentials. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_gmb (Connect Google My Business) - Get the OAuth URL to connect your Google My Business account. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_whop (Connect Whop) - Get the credential setup schema to connect Whop using API key or token credentials. Note: This is an unofficial connector and may change without notice. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_producthunt (Connect Product Hunt) - Get the OAuth URL to connect your Product Hunt account. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_library (List Content Library) - List saved content from your library. Returns drafts, templates, and evergreen content. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_library_item (Get Library Item) - Get a specific content library item by ID. Endpoint: https://sendit.infiniteappsai.com/mcp
- save_to_library (Save to Library) - Save content to your library as a draft, template, or evergreen content for reuse. Endpoint: https://sendit.infiniteappsai.com/mcp
- update_library_item (Update Library Item) - Update an existing content library item. Endpoint: https://sendit.infiniteappsai.com/mcp
- delete_library_item (Delete Library Item) - Delete a content library item. Endpoint: https://sendit.infiniteappsai.com/mcp
- publish_from_library (Publish from Library) - Publish content directly from your library to one or more platforms. Endpoint: https://sendit.infiniteappsai.com/mcp
- trigger_scheduled_post (Trigger Scheduled Post) - Manually trigger a scheduled post to publish immediately. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_dead_letter (List Dead Letter Posts) - List posts that failed all retry attempts and were moved to the dead letter queue. Review and decide to requeue or discard them. Endpoint: https://sendit.infiniteappsai.com/mcp
- requeue_dead_letter (Requeue Dead Letter Post) - Requeue a dead letter post for another publishing attempt. Creates a new scheduled post from the dead letter entry. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_brand_voices (List Brand Voices) - List all brand voice profiles. Brand voices guide AI content generation with tone, personality, writing rules, and example posts. Endpoint: https://sendit.infiniteappsai.com/mcp
- create_brand_voice (Create Brand Voice) - Create a brand voice profile to guide AI content generation.

Configurable fields:
• tone: Overall tone (professional, casual, energetic, witty, etc.)
• personality: Brand personality description
• writingStyle: Writing style guidelines
• doRules: Array of things the brand voice SHOULD do
• dontRules: Array of things the brand voice should NEVER do
• examplePosts: Example posts in this brand voice
• approvedHashtags: Preferred hashtags to prioritize
• bannedWords: Words to never use in content
• keyPhrases: Key phrases to incorporate naturally Endpoint: https://sendit.infiniteappsai.com/mcp
- set_default_brand_voice (Set Default Brand Voice) - Set a brand voice profile as the default. The default brand voice is automatically used by all AI content generation tools. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_pending_approvals (List Pending Approvals) - List all scheduled posts that are pending approval. These posts won't be published until approved. Endpoint: https://sendit.infiniteappsai.com/mcp
- approve_post (Approve Post) - Approve a scheduled post that is pending approval. Once approved, it will be published at the scheduled time. Endpoint: https://sendit.infiniteappsai.com/mcp
- reject_post (Reject Post) - Reject a scheduled post that is pending approval. The post will not be published. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_inbox (List Social Inbox) - List comment threads on your published posts.

Returns threads from your social inbox, showing comments and replies from followers on your posts across all platforms. Endpoint: https://sendit.infiniteappsai.com/mcp
- reply_to_comment (Reply to Comment) - Reply to a comment on one of your published posts.

Supported platforms: X (reply tweets), Threads, Instagram, Facebook, YouTube.
Not supported: LinkedIn, Pinterest, TikTok. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_best_times (Get Best Times to Post) - Get the optimal posting times for a platform based on your historical engagement data.

Returns top time slots ranked by engagement score. Falls back to industry defaults when insufficient personal data exists. Endpoint: https://sendit.infiniteappsai.com/mcp
- score_content (Score Content Quality) - Score content quality on a 0-100 scale before publishing.

Evaluates 5 factors (20 points each):
1. Text length optimization for target platforms
2. Hashtag count optimization
3. Posting time alignment with best engagement windows
4. Media presence (images/videos)
5. Content patterns (CTA, hooks, formatting, emoji)

Returns overall score, per-factor breakdown, and improvement suggestions. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_audit_log (Get Audit Log) - Retrieve audit log entries for your account.

Shows a timestamped trail of all actions performed: publishes, schedules, account connections, content library changes, etc.

Filter by action type, resource type, or date range. Endpoint: https://sendit.infiniteappsai.com/mcp
- generate_ai_media (Generate AI Media) - Generate AI images or videos using approved media providers.

Supported providers:
- heygen-mcp: HeyGen Direct API or MCP video/avatar generation
- codex-oauth-image: Codex OAuth image generation for gpt-image-2

Returns a job ID that can be polled for status. Endpoint: https://sendit.infiniteappsai.com/mcp
- check_ai_media_status (Check AI Media Status) - Check the status of an AI media generation job.

Returns current status (pending, processing, completed, failed) and result URL when complete. Endpoint: https://sendit.infiniteappsai.com/mcp
- generate_content (Generate AI Content) - Generate AI-powered platform-optimized content without publishing.

Uses AI to create platform-specific text, hashtags, and titles from a prompt or media URL.
Respects brand voice profiles if configured.

Returns generated content variants for each target platform. Use publish_content to publish the generated content, or publish_ai to generate and publish in one step. Endpoint: https://sendit.infiniteappsai.com/mcp
- publish_ai (AI Generate & Publish) - Generate AI content and publish it in a single step.

Combines generate_content + publish_content into one call.
First generates platform-optimized content using AI, then publishes to the specified platforms.

Same platform requirements as publish_content apply. Endpoint: https://sendit.infiniteappsai.com/mcp
- create_library_item (Create Library Item) - Save content to your library as a draft, template, or evergreen content for reuse. Alias for save_to_library. Endpoint: https://sendit.infiniteappsai.com/mcp
- draft_reply (Draft Reply) - Generate an AI-powered reply draft for a social mention. Returns a draft with tone and safety flags. Endpoint: https://sendit.infiniteappsai.com/mcp
- summarize_mentions (Summarize Mentions) - Cluster and summarize recent social mentions by theme and sentiment using AI. Endpoint: https://sendit.infiniteappsai.com/mcp
- generate_post_bundle (Generate Post Bundle) - Generate multi-variant AI content with quality scoring for multiple platforms. Returns the best variant plus alternatives. Endpoint: https://sendit.infiniteappsai.com/mcp
- critique_post (Critique Post) - Score and critique post content with AI-powered suggestions. Returns a quality score (0-100), breakdown, and improvement tips. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_platform (Connect Platform) - Connect a platform dynamically by platform ID. Returns OAuth URL, webhook setup details, or credential form contract depending on the platform auth method. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_platform_settings_schema (Get Platform Settings Schema) - Get the JSON schema contract for content.platformSettings.<platformId>, including platform-specific publish options, validation-only gates, and supported per-platform content overrides. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_connectors (List Available Connectors) - List all available connectors in the SendIt platform.

Returns connectors organized by category: organic, paid_media, automation, workspace.
Each connector includes its ID, name, status, auth strategy, and capabilities.

Use this to discover what integrations are available before connecting. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_connector_capabilities (Get Connector Capabilities) - Get detailed capabilities and operations for a specific connector.

Returns supported operations, auth requirements, rate limits, and constraints. Endpoint: https://sendit.infiniteappsai.com/mcp
- connect_connector (Connect a Connector) - Initiate authentication flow for a connector.

For OAuth2 connectors, returns an authorization URL.
For API key connectors, stores the provided key.
For webhook connectors, registers the webhook URL. Endpoint: https://sendit.infiniteappsai.com/mcp
- disconnect_connector (Disconnect a Connector) - Disconnect and revoke credentials for a connector. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_connected_connectors (List Connected Connectors) - List all currently connected connectors with their status and health.
Includes both legacy platform connections and new connector connections. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_connector_health (Get Connector Health) - Get health status and SLO metrics for a connector. Endpoint: https://sendit.infiniteappsai.com/mcp
- execute_connector_operation (Execute Connector Operation) - Execute a specific operation on a connected connector.

Use get_connector_capabilities to discover available operations.
Operations include read/write actions specific to each connector. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_ad_accounts (List Ad Accounts) - List all connected advertising accounts across platforms.
Returns ad accounts from Meta Ads, Google Ads, LinkedIn Ads, TikTok Ads, etc. Endpoint: https://sendit.infiniteappsai.com/mcp
- create_ad_campaign (Create Ad Campaign) - Create a new advertising campaign on a connected ad platform.

Supports campaign creation across Meta Ads, Google Ads, LinkedIn Ads, TikTok Ads, Pinterest Ads, and all other connected ad platforms.

The AI Campaign Builder agent can help design optimal campaign structures. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_ad_campaigns (List Ad Campaigns) - List campaigns for an ad account with status and performance summary. Endpoint: https://sendit.infiniteappsai.com/mcp
- update_ad_campaign (Update Ad Campaign) - Update campaign settings (name, budget, dates, status). Endpoint: https://sendit.infiniteappsai.com/mcp
- create_ad_creative (Create Ad Creative) - Create an ad creative (image, video, carousel, or text ad).

The Creative Asset agent can help generate ad visuals and copy. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_ad_performance (Get Ad Performance) - Get performance metrics for campaigns, ad sets, or creatives.

Returns impressions, clicks, spend, conversions, CTR, CPC, CPM, ROAS, and custom metrics.
Supports date range filtering and breakdown by day. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_unified_ad_report (Get Unified Ad Report) - Get a cross-platform advertising performance report.

Aggregates metrics across all connected ad platforms into a single view.
Useful for comparing performance across Meta, Google, LinkedIn, TikTok, etc. Endpoint: https://sendit.infiniteappsai.com/mcp
- repurpose_url (Repurpose URL Content) - Takes a URL (article, YouTube video, or podcast) and repurposes its content into platform-optimized posts.

Supports:
• Web articles — extracts text content
• YouTube videos — extracts transcript/captions
• Podcast RSS feeds — extracts episode descriptions and show notes

Returns platform-specific formatted output (X threads, Instagram carousel slides, Medium articles, etc.) with a quality score (0-100) for each variant. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_agents (List AI Agents) - List all available AI agents and their capabilities.

SendIt includes 12 specialized agents:
• Strategy Planner - Content strategy from audience/trend analysis
• Content Ideation - Topic ideas from trends and calendar gaps
• Multi-Format Composer - Platform-optimized content from a brief
• Creative Asset - AI image/video generation orchestration
• Variant Repurposer - Repurpose content for different platforms
• Calendar Optimizer - Optimal posting time suggestions
• Listening Analyst - Social mention and sentiment analysis
• Inbox Reply - Contextual reply drafts with brand voice
• Campaign Builder - Ad campaign structure recommendations
• Budget Optimizer - Spend pacing and budget reallocation
• Experimentation - A/B test design and analysis
• Executive Insights - Executive summary reports Endpoint: https://sendit.infiniteappsai.com/mcp
- invoke_agent (Invoke AI Agent) - Invoke a specific AI agent with given inputs.

The agent will execute within policy constraints and return structured output.
All agent runs are logged for audit and traceability. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_agent_run (Get Agent Run Details) - Get the details and output of a specific agent run. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_agent_runs (List Agent Runs) - List recent agent runs with status and summary. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_agent_policies (Get Agent Policies) - Get the active policies/guardrails for an agent. Endpoint: https://sendit.infiniteappsai.com/mcp
- update_agent_policy (Update Agent Policy) - Create or update a policy/guardrail for an agent.

Policy types:
• brand_safety - Content must align with brand guidelines
• platform_compliance - Must follow platform ad policies
• approval_gate - Require human approval before execution
• budget_limit - Cap spending or resource usage
• content_filter - Filter certain topics or language Endpoint: https://sendit.infiniteappsai.com/mcp
- list_workflows (List Workflows) - List all automation workflows with their status and trigger info. Endpoint: https://sendit.infiniteappsai.com/mcp
- create_workflow (Create Workflow) - Create a new automation workflow.

Workflows consist of a trigger and a sequence of steps.

Trigger types:
• manual - Run on demand
• schedule - Cron-based schedule
• event - Triggered by SendIt events (post published, mention detected, etc.)
• webhook - Triggered by external webhook
• connector_event - Triggered by connector-specific events

Step types:
• connector_action - Execute a connector operation
• connector_operation - Alias of connector_action
• agent_invoke - Run an AI agent
• condition - Conditional control step (skip subsequent steps)
• delay - Wait for a duration
• http_request - Outbound HTTP request
• transform - Transform data between steps
• notify - Send notification (email, Slack, etc.) Endpoint: https://sendit.infiniteappsai.com/mcp
- update_workflow (Update Workflow) - Update a workflow's configuration or status. Endpoint: https://sendit.infiniteappsai.com/mcp
- delete_workflow (Delete Workflow) - Delete a workflow permanently. Endpoint: https://sendit.infiniteappsai.com/mcp
- trigger_workflow (Trigger Workflow) - Manually trigger a workflow run. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_workflow_runs (List Workflow Runs) - List recent runs for a workflow. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_workflow_run (Get Workflow Run Details) - Get detailed step-by-step execution log for a workflow run. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_unified_analytics (Get Unified Analytics) - Get cross-platform analytics combining organic and paid performance.

Aggregates metrics across all connected platforms into a single view.
Supports time-series breakdowns and platform comparison. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_attribution_report (Get Attribution Report) - Generate an attribution report showing how channels contribute to conversions.

Models:
• first_touch - All credit to first interaction
• last_touch - All credit to last interaction
• linear - Equal credit across all touchpoints
• time_decay - More credit to recent touchpoints
• position_based - 40% first, 40% last, 20% middle
• data_driven - ML-based attribution Endpoint: https://sendit.infiniteappsai.com/mcp
- get_anomaly_alerts (Get Anomaly Alerts) - Get recent anomaly alerts detected across metrics.

Includes sudden drops/spikes in engagement, unusual spend patterns, and content performance outliers. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_benchmark_comparison (Get Benchmark Comparison) - Compare your performance against industry benchmarks.

Returns how your engagement rates, growth, and content performance compare to similar accounts in your industry. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_post_analytics (Get Post Analytics) - Fetch drilldown analytics for one published post, including per-snapshot metrics and campaign context. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_analytics_reports (List Analytics Reports) - List saved analytics report definitions for the current personal or team scope. Endpoint: https://sendit.infiniteappsai.com/mcp
- run_analytics_report (Run Analytics Report) - Execute one saved analytics report immediately and return the generated run plus aggregated analytics data. Endpoint: https://sendit.infiniteappsai.com/mcp
- create_scheduled_report (Create Scheduled Report) - Create a recurring analytics report that's generated and delivered automatically. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_conversations (List Conversations) - List unified inbox conversations across all connected channels.

Aggregates comments, mentions, DMs, and messages from all organic and workspace connectors into a single inbox view. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_conversation (Get Conversation) - Get full conversation thread with all messages. Endpoint: https://sendit.infiniteappsai.com/mcp
- reply_to_conversation (Reply to Conversation) - Send a reply in a conversation.

The reply is sent through the original channel (e.g., Instagram comment, X reply, Facebook comment, etc.).

Replies require conversation reply routing metadata (credential + operation). Provide "routing" once and it will be stored on the conversation for future replies.

Use the Inbox Reply agent to get AI-drafted replies with brand voice. Endpoint: https://sendit.infiniteappsai.com/mcp
- update_conversation (Update Conversation) - Update conversation status, priority, assignment, or tags. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_inbox_summary (Get Inbox Summary) - Get a summary of the unified inbox: total conversations, unread count, sentiment breakdown, and response time metrics. Endpoint: https://sendit.infiniteappsai.com/mcp
- escalate_to_support (Escalate to Support) - Escalate a social conversation to a connected support platform (Zendesk, Intercom, etc.).

Creates a support ticket from the conversation context. Endpoint: https://sendit.infiniteappsai.com/mcp
- autopilot_set_goal (Set Autopilot Goal) - Set a social media goal for the AI autopilot to work toward.

The autopilot will use AI agents to plan content, generate posts, and schedule them.
Example goals: 'Grow LinkedIn followers by 20%', 'Post 5x/week on Instagram about AI'. Endpoint: https://sendit.infiniteappsai.com/mcp
- autopilot_generate_plan (Generate Autopilot Plan) - Generate a weekly content plan for an autopilot goal.

Chains 5 AI agents: Strategy Planner -> Content Ideation -> Calendar Optimizer -> Multi-Format Composer -> Variant Repurposer.
Returns a plan with individual post items for review. Endpoint: https://sendit.infiniteappsai.com/mcp
- autopilot_approve_plan (Approve Autopilot Plan) - Approve all pending items in an autopilot plan, or approve/reject individual items.

After approval, use autopilot_execute_plan to schedule the approved posts. Endpoint: https://sendit.infiniteappsai.com/mcp
- autopilot_execute_plan (Execute Autopilot Plan) - Schedule all approved posts in an autopilot plan.

Posts are spaced out over time and scheduled via the standard publishing pipeline. Endpoint: https://sendit.infiniteappsai.com/mcp
- autopilot_get_progress (Get Autopilot Progress) - Get progress metrics for an autopilot goal — weeks planned, posts approved, scheduled, published. Endpoint: https://sendit.infiniteappsai.com/mcp
- autopilot_list_goals (List Autopilot Goals) - List all autopilot goals for the current user. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_projects (List Projects) - List imported product/codebase projects for social strategy and content generation. Endpoint: https://sendit.infiniteappsai.com/mcp
- create_project (Create Project) - Create a Projects workspace for a product, app, or codebase. Endpoint: https://sendit.infiniteappsai.com/mcp
- import_project_source (Import Project Source) - Import GitHub, app-store, website, file, or media source context into a project. Endpoint: https://sendit.infiniteappsai.com/mcp
- analyze_project (Analyze Project) - Analyze a project for audience, positioning, differentiators, content pillars, and risks. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_project_analysis (Get Project Analysis) - Fetch stored project analysis, strategy, recent generations, and activity. Endpoint: https://sendit.infiniteappsai.com/mcp
- generate_project_strategy (Generate Project Strategy) - Generate project-local brand voice, positioning, audience, and social content strategy. Endpoint: https://sendit.infiniteappsai.com/mcp
- request_project_content (Request Project Content) - Generate UGC, slideshow, remix, caption, or calendar content from project intelligence. Endpoint: https://sendit.infiniteappsai.com/mcp
- save_project_content_to_library (Save Project Content To Library) - Generate project content and save the outputs into the reusable content library. Endpoint: https://sendit.infiniteappsai.com/mcp
- schedule_content_advanced (Schedule Content Advanced) - Schedule content with explicit target accounts, queue placement, recurrence, platform overrides, media library attachments, and score gating. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_scheduled_post (Get Scheduled Post) - Fetch one scheduled post with approval, recurrence, retry, and published-link metadata. Endpoint: https://sendit.infiniteappsai.com/mcp
- edit_scheduled_post (Edit Scheduled Post) - Edit a pending scheduled post. Supports text, media, platform, timing, approval-scope, and publish-now updates. Endpoint: https://sendit.infiniteappsai.com/mcp
- retry_scheduled_post (Retry Scheduled Post) - Retry a failed scheduled post, optionally editing the content, narrowing to failed platforms, rescheduling, or publishing immediately. Endpoint: https://sendit.infiniteappsai.com/mcp
- duplicate_scheduled_post (Duplicate Scheduled Post) - Create a new scheduled post by duplicating an existing scheduled post. If no time is supplied, SendIt shifts it forward automatically. Endpoint: https://sendit.infiniteappsai.com/mcp
- suggest_next_schedule_time (Suggest Next Schedule Time) - Suggest the next recommended publish time using best-times insights or configured queue slots without creating a post. Endpoint: https://sendit.infiniteappsai.com/mcp
- suggest_queue_slots (Suggest Queue Slots) - Suggest reusable queue slots derived from best-time insights for one or more platforms. Endpoint: https://sendit.infiniteappsai.com/mcp
- schedule_multilang_content (Schedule Multilang Content) - Schedule the same post in multiple languages, linking all variants into one translation group. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_calendar_events (List Calendar Events) - List scheduled and published calendar events with optional date-range, status, platform, and pagination filters. Endpoint: https://sendit.infiniteappsai.com/mcp
- update_calendar_event (Update Calendar Event) - Update one calendar event by rescheduling it, changing status, reassigning it, or storing metadata. Endpoint: https://sendit.infiniteappsai.com/mcp
- bulk_update_calendar_events (Bulk Update Calendar Events) - Apply one bulk action to many calendar events at once, including shifts, explicit reschedules, queue moves, cancellations, or assignments. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_recurring_series (List Recurring Series) - List recurring scheduled-post series and their recurrence metadata. Endpoint: https://sendit.infiniteappsai.com/mcp
- update_recurring_series (Update Recurring Series) - Update the recurrence rule or end date for future occurrences in a recurring series. Endpoint: https://sendit.infiniteappsai.com/mcp
- cancel_recurring_series (Cancel Recurring Series) - Cancel a recurring series and stop future pending occurrences from publishing. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_calendar_gaps (Get Calendar Gaps) - Detect open days in the publishing calendar and return gap metadata for planning. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_calendar_recommendations (Get Calendar Recommendations) - Return top recommended recurring posting slots from historical performance data. Endpoint: https://sendit.infiniteappsai.com/mcp
- get_approval_comments (Get Approval Comments) - List approval comments for one scheduled post in team approval scope. Endpoint: https://sendit.infiniteappsai.com/mcp
- list_media_assets (List Media Assets) - List media library assets with filtering by collection, type, tags, search, and pagination. Endpoint: https://sendit.infiniteappsai.com/mcp

## Resources
- sendit://docs/workflow - How to use SendIt tools for publishing content MIME type: text/markdown
- sendit://docs/platform-capabilities - Complete reference of what each platform supports (text, images, video, carousels) MIME type: text/markdown
- sendit://meta/capabilities - Machine-readable feature matrix for tools, stability, and platform capabilities. MIME type: application/json
- sendit://meta/platform-settings - Machine-readable schema contracts for content.platformSettings by platform. MIME type: application/json
- ui://sendit/widget/publish-result.html - Displays publishing results with platform links and actions MIME type: text/html;profile=mcp-app
- ui://sendit/widget/validation-result.html - Shows content validation results with platform-specific feedback MIME type: text/html;profile=mcp-app
- ui://sendit/widget/accounts-carousel.html - Carousel of connected social media accounts MIME type: text/html;profile=mcp-app
- ui://sendit/widget/oauth-prompt.html - OAuth authorization flow prompt for connecting accounts MIME type: text/html;profile=mcp-app
- ui://sendit/widget/schedule-result.html - Scheduled post confirmation with management actions MIME type: text/html;profile=mcp-app
- ui://sendit/widget/scheduled-list.html - List of pending scheduled posts MIME type: text/html;profile=mcp-app
- ui://sendit/widget/analytics-card.html - Platform analytics with interactive charts MIME type: text/html;profile=mcp-app
- ui://sendit/widget/upload-session.html - Media upload session flow for web users MIME type: text/html;profile=mcp-app
- ui://sendit/apps/publish-app.html - Interactive UI for composing and publishing posts to social media MIME type: text/html;app=mcp
- ui://sendit/apps/accounts-app.html - Interactive UI for managing connected social media accounts MIME type: text/html;app=mcp
- ui://sendit/apps/analytics-app.html - Interactive UI for viewing post analytics and engagement metrics MIME type: text/html;app=mcp
- ui://sendit/apps/scheduler-app.html - Interactive UI for managing scheduled posts MIME type: text/html;app=mcp
- ui://sendit/apps/upload-app.html - Interactive UI for uploading media files MIME type: text/html;app=mcp

## Prompts
Not captured

## Metadata
- Owner: io.github.Shree-git
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jan 27, 2026
- Source: https://registry.modelcontextprotocol.io
