OpenChannel Market is an app-marketplace platform that lets SaaS vendors stand up a branded marketplace for their ecosystem partners. The Market API exposes the full marketplace surface — apps and app versions, developer accounts, custom checkout and refund webhooks, subscriptions, reviews, statistics, and admin operations. It supports the full app lifecycle from draft creation through publish-to-live, and provides search, text search, and bySafeName lookups for storefront integrations. The API is the same one used by OpenChannel's own admin interfaces, so it offers parity with what marketplace operators see in the UI.
72 endpointsOpenChannel Market is an embedded app-marketplace platform that lets SaaS vendors run a branded marketplace for their integration partners. This listing covers the same 72-endpoint surface as the sibling 'market' listing — apps, versions, developer accounts, custom-gateway payments and refunds, search, reviews, statistics, and admin operations. Versions move through draft, pending, and live states and are exposed via /apps/{appId}/versions/{version} with status transitions, while storefront discovery is supported through /apps/textSearch and /apps/bySafeName/{safeName}.
72 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.