Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
StackOne's Hootsuite MCP server gives AI agents 45 ready-to-use actions for Hootsuite — with built-in authentication, security, governance, token efficiency, and high tool-calling accuracy.
Coverage
Create, read, update, and delete across Hootsuite — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Hootsuite MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Hootsuite tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Hootsuite call.
Tools Discovery →A Hootsuite MCP server lets AI agents read and write Hootsuite data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Hootsuite MCP server ships with 45 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Hootsuite's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a Hootsuite member and add them to one or more organizations.
Retrieve a single Hootsuite member by ID.
Retrieve a single Hootsuite message by ID.
Delete a scheduled or sent Hootsuite message.
Create a Hootsuite team via the SCIM 2.0 protocol.
List Hootsuite teams via the SCIM 2.0 protocol.
Retrieve a Hootsuite team via the SCIM 2.0 protocol.
Create a Hootsuite user via the SCIM 2.0 protocol.
List Hootsuite users via the SCIM 2.0 protocol.
Retrieve a Hootsuite user via the SCIM 2.0 protocol.
List all social profiles the authenticated member has access to.
Retrieve a single social profile by ID.
Create a new team in a Hootsuite organization.
Retrieve a Hootsuite team by ID.
Create an Amazon S3 upload URL that can be used to transfer media to Hootsuite.
Add a member to a Hootsuite team.
Retrieve a comment that went through the approvals workflow.
Retrieve the authenticated Hootsuite member profile.
List the Hootsuite organizations that the authenticated member belongs to.
List social profiles the authenticated member has BASIC_USAGE permission on.
Retrieve the upload status of a media item in Hootsuite.
List the Hootsuite organizations a member belongs to.
List outbound messages (scheduled or previously sent) sorted by increasing scheduled send time.
Retrieve the prescreening review history of a Hootsuite message.
List members in a Hootsuite organization.
Retrieve a member's organization-level permissions.
List the teams a member belongs to within an organization.
List the organization's social profiles a member can access.
Retrieve a member's permissions on a specific social profile within the organization.
List teams within a Hootsuite organization.
Retrieve the configuration for all supported SCIM resource types.
List Hootsuite team IDs that have access to a given social profile.
List members of a Hootsuite team.
Retrieve a team member's team-level permissions.
List the organization's social profiles that a team can access.
Remove a member from a Hootsuite organization.
Approve a Hootsuite comment that is pending review.
Reject a Hootsuite comment that is pending review.
Schedules a message to one or more social profiles. Some social networks have media requirements that must be met BEFORE calling this action, or the call will return HTTP 400 with an empty errors[] array (Hootsuite does not articulate the underlying network restriction). Required prerequisite workflow when targeting TikTok / Pinterest / Instagram: (1) call create_media_upload_url with the file's sizeBytes + mimeType, (2) HTTP PUT the file bytes to the returned uploadUrl, (3) poll get_media_status until state: "READY", (4) then call this action with media: [{id: <readyMediaId>}]. Personal Facebook profiles (type: "FACEBOOK") are NOT API-publishable per Facebook policy — only Facebook Pages (type: "FACEBOOKPAGE") accept API posts.
Approve a Hootsuite message that is pending review.
Reject a Hootsuite message that is pending review.
Replace (PUT) a Hootsuite team via the SCIM 2.0 protocol.
Modify (PATCH) one or more attributes of a Hootsuite team via the SCIM 2.0 protocol.
Replace (PUT) a Hootsuite user via the SCIM 2.0 protocol.
Modify (PATCH) one or more attributes of a Hootsuite user via the SCIM 2.0 protocol.
Connect your AI agent to Hootsuite and help your team scale the marketing operations they run by hand today.
Use StackOne to connect your AI agent to your marketing automation, CRM, and email tools to automate lead nurture email sequences.
ViewUse StackOne to connect your AI agent to your marketing automation, email, and analytics platforms to automate campaign performance reporting.
ViewUse StackOne to connect your AI agent to your document stores, email platforms, and messaging tools to automate content repurposing and distribution.
ViewOne endpoint. Any framework. Your agent is talking to Hootsuite in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}55+ actions
52+ actions
47+ actions
47+ actions
2+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.