I need some pointers! I built an agent prototype in Claude that handles prospect follow-up post webinars. The problem is I’ve no idea how to “connect it” to HubSpot. If you’ve done it before, could you please share your insights? I’d really appreciate it.
Hi Kristen. You might need to stand up an MCP server that exposes skills and tools for your agent. Or hubspot has service keys in the developer section that will expose hubspot data to the agent.
Thank you! I’ll look into service keys… Jason M.
Love this community! Jason M. Antoine L. Kristen S. you all rock
Hey Kristen S. - quick concrete add. Two parts here and the thread’s only covered one:
Connection: skip building your own MCP server cause HubSpot has an official one now (beta). Create a Private App in HubSpot (that’s the “service keys” Jason meant), grab the access token, then add HubSpot MCP as a connector in Claude or point your agent at it. ~10 min.
2. the missing piece here is that - MCP lets the agent *act*, but something has to fire it after a webinar. Use a HubSpot workflow + webhook or for an scheduled job that checks for new attendees That’s the whole thing. And please take Antoine L. up on the pairing offer seems like the fastest path by far 🙌
Easy tip: ask Claude to write the guide. It'll give you every step in a bullet
Late to this, but one piece the connection setup won't solve: reliability once the agent is actually drafting follow-ups. The teams I have seen do this well keep a human in the loop for the first few hundred sends, log every draft next to the source data it used, and watch two numbers: how often a human edits the draft before it goes out, and reply rate versus the old manual flow. Once edit rate drops below roughly 10 percent you can let more of it run unattended. The HubSpot MCP gets you the plumbing, but that guardrail layer is what keeps it from quietly emailing the wrong thing after a webinar. Happy to share the simple intake and logging setup if it helps.
