Jentic publishes the only available OpenAPI specification for Climbo API, keeping it validated and agent-ready. This is the agency-focused slice of Climbo's reputation management platform: ten endpoints for managing client accounts, billing plans, plan changes, account status changes, and webhook subscriptions. Authentication uses a static x-api-key header. Resellers and agencies use it to programmatically provision and manage their downstream client accounts on Climbo's white-label platform.
10 endpointsJentic publishes the only available OpenAPI specification for Climbo API, keeping it validated and agent-ready. Climbo 2.0 is a white-label review management platform for agencies and their clients. The API exposes 32 endpoints across two operating modes: Agency Mode (manage downstream client accounts, plans, billing, webhooks) and Clients Mode (run reviews, templates, campaigns, contacts, feedback, and locations for a single business). Authentication uses a static x-api-key header, and the full surface is well suited to building review collection workflows, automating campaign sends, and replying to reviews at scale.
32 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.