Ortto MCP
Ortto ships a first-party hosted MCP server, announced in the 1.27 release (19 December 2025) and documented in its own help-center category (help.ortto.com/c-332-ortto-mcp). It is a remote HTTP MCP endpoint with three regional deployments matching Ortto's data-residency regions (US, EU, AU). There is no stdio package: an MCP client connects directly to the URL, so an agent can reach it without anything installed locally. Authentication is a scoped JWT the customer mints in the Ortto app under CDP > Data sources > MCP data source and passes as a ?jwt= query parameter on the endpoint URL — the server is not OAuth-protected and serves no OAuth metadata. The tool surface is read-heavy (campaigns, contacts, audiences, reports, schema, brand book) with a small set of write tools for email assets and knowledge-base articles.
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.
Descriptor
Candidate descriptor · transport
Tools
get_campaigns— Retrieve a list of your campaigns with filtering and pagination options.get_contacts— Retrieve contacts with filtering and search capabilities.get_audiences— List all audiences in your account with search and pagination support.get_email_report— Email campaign performance metrics including opens and clicks.get_journey_report— Journey performance analytics.get_journey_shape_report— Metrics for a specific shape within a journey.get_sms_report— SMS campaign engagement statistics.get_push_report— Push notification delivery and engagement analytics.list_reports— List user-created reports with filtering options.get_report— Retrieve a specific report's data over a customizable timeframe.get_schema— Complete account data schema including custom fields.get_brand_book— Brand settings, colors and fonts.create_asset— Create an HTML email asset with metadata.get_asset_html— Retrieve the HTML content of an existing asset.update_asset_meta— Update asset names, subject lines and sender information.get_index— Retrieve knowledge base structure and hierarchy.create_category— Create a new knowledge base category.create_article_from_html— Create a knowledge base article from HTML with categorization.move_article— Relocate an article between categories.modify_index— Update knowledge base organization.
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.