The HubSpot Meetings API exposes the public-facing meeting links that sales reps and customer success managers publish through the HubSpot Sales scheduler. Through it an integration can list every published meeting link on a HubSpot account, fetch the rendered availability page for a specific link, and book a slot programmatically on behalf of a contact. It is the same booking surface that powers the HubSpot meeting widget on customer-facing sites.
4 endpointsThe HubSpot CRM Tasks API manages Task records — to-dos that sales reps and CSMs use to follow up with contacts, deals, and tickets in HubSpot. Tasks have due dates, owners, statuses, types (call, email, to-do), and priorities, and can be associated with any other CRM object. The API exposes single-record CRUD, batch read, batch create, batch update, batch upsert by unique property, batch archive, and a full search endpoint with filters on owner, due date, status, and any custom property.
11 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.