Jentic publishes the only available OpenAPI specification for CleverReach API, keeping it validated and agent-ready. The CleverReach API powers email marketing automation for the European-hosted CleverReach platform, exposing operations to manage client accounts, recipient groups, individual receivers, mailings, and the global blacklist. It uses OAuth 2.0 against rest.cleverreach.com/v3 and covers the core lifecycle of building a list, validating addresses, releasing campaigns, and reading receiver counts. Agents can use it to upsert subscribers, trigger campaign sends, and query plan or contingent state for a client.
19 endpointsJentic publishes the only available OpenAPI specification for CleverReach REST API, keeping it validated and agent-ready. The CleverReach REST API is the full v3 surface for CleverReach's email marketing platform, with 120 endpoints covering clients, groups, receivers, mailings, forms, attributes, filters, advanced statistics, and the blacklist. It exposes much deeper coverage than the slim cleverreach-api spec — including segmentation filters, group-level orders and events, form management, and client-level limits and plan data. Agents can use it to drive end-to-end email marketing operations including segmentation, campaign release, and analytics.
120 endpoints# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find live events near a location"
# → Jentic returns the GET /events tool with parameter schema, agent executes.