Claude Code Policy: Write Managed Settings Fast
Read More
Enterprise Connectors
SendIt logo. SendIt MCP server connector.

SendIt MCP Server

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

ToolsTools
148
Last updatedLast Updated
Jun 14, 2026
CategoryCategory
All
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the SendIt MCP Server?

The SendIt MCP server gives AI agents structured, permission-aware access to SendIt through the Model Context Protocol. With 148 pre-built actions, agents can read, create, and update SendIt data on behalf of authorized users.

Willow ships the SendIt MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how SendIt is being used by every AI agent in your stack.

Tools

Tool

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.
Tool

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.
Tool

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.
Tool

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.
Tool

list_connected_accounts

List all connected social media accounts. Pass team_id to see a team's accounts instead of your personal ones.
Tool

get_tiktok_creator_info

Fetch fresh TikTok Content Posting API creator info for the connected account. Use this before rendering TikTok publish settings.
Tool

get_scheduled_posts

List scheduled posts and their current status, including pending, publishing, TikTok draft-delivered, published, failed, or cancelled posts.
Tool

delete_scheduled_post

Cancel a scheduled post before it's published.
Tool

delete_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.
Tool

edit_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.
...
1–10 of 148 tools
Customize tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

ReviewEdit descriptions
ConfigureChange arguments
ApproveSelect tools
Create NewAdd tool

Set Up Your SendIt MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-sendit": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/sendit"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-sendit": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/sendit"
    }
  }
}

Claude Code

CLI
claude mcp add willow-sendit --transport http https://<org>.mcp-s.com/mcp/mcp/sendit

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/sendit",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for SendIt

Willow adds the layer SendIt and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

SendIt MCP Server FAQ

What is the SendIt MCP server?

The SendIt MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write SendIt data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's SendIt MCP server different from the official one?

The official SendIt MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the SendIt MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the SendIt MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in SendIt, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which SendIt actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow SendIt MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved SendIt MCP locally, you'll see it.

What does the SendIt MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the SendIt MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

SendIt MCP Server | Willow