insider-one-mcp
Insider One ships a first-party REMOTE MCP server at https://mcp.insiderone.com/mcp that exposes 35 tools over the Insider One analytics, campaign and template surface. It is listed in the Claude Connectors directory (no-code install) and reachable from any MCP client via `npx mcp-remote`. Authentication is OAuth 2.0 (Client ID + Client Secret generated in the InOne panel, per-channel scopes chosen at credential-generation time); the authorization server is https://gw.useinsider.com and it publishes RFC 8414 + RFC 9728 discovery documents.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
List Email Campaigns— Lists email campaigns.Get Email Campaign Analytics— Retrieves analytics for a specific email campaign.Get Email Overall Analytics— Retrieves overall email analytics.Get Email Template— Retrieves the content of an email template.Search Email Templates— Searches the email template library.List Email Template Categories— Lists email template categories.Create Email Campaign— Creates an email campaign draft in the InOne panel.Create Email Template— Creates an email template draft.Update Email Template— Updates an existing email template.Duplicate Email Template— Duplicates an existing email template.Delete Email Template— Deletes an email template.List SMS Campaigns— Lists SMS campaigns.Get SMS Campaign Analytics— Retrieves analytics for a specific SMS campaign.Get SMS Overall Analytics— Retrieves overall SMS analytics.Get SMS Transactional Analytics— Retrieves transactional SMS analytics.Get SMS OTP/Verify Analytics— Retrieves SMS OTP and Verify analytics.List WhatsApp Campaigns— Lists WhatsApp campaigns.Get WhatsApp Campaign Analytics— Retrieves analytics for a specific WhatsApp campaign.Get WhatsApp Overall Analytics— Retrieves overall WhatsApp analytics.Get WhatsApp Transactional Analytics— Retrieves transactional WhatsApp analytics.Get WhatsApp OTP/Verify Analytics— Retrieves WhatsApp OTP and Verify analytics.Create WhatsApp Template— Creates a WhatsApp template draft that enters the standard approval flow.Delete WhatsApp Template— Deletes a WhatsApp template.Get App Push Overall Analytics— Retrieves overall app push analytics.Get InApp Details— Retrieves details for an InApp campaign.Get Message Center Messages— Retrieves Message Center messages.Get Web Push Campaign Analytics— Retrieves analytics for a specific Web Push campaign.Get Web Push Overall Analytics— Retrieves overall Web Push analytics.Get Web Push Top Metrics— Retrieves top Web Push metrics with breakdowns.Get Architect Journeys— Lists Architect journeys.Get Architect Journey Analytics— Retrieves analytics for a specific Architect journey.Get Architect Overall Analytics— Retrieves overall Architect journey analytics.Get Architect Element Analytics— Retrieves analytics for Architect elements and channels.Get Architect Goals Information— Lists configured conversion goals.Get Architect Goals Analytics— Retrieves conversion goal analytics.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.