HubSpot for your agents.
Connect HubSpot once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to HubSpot.
What agents can do with HubSpot
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
hubspot_list_contactsList contacts from HubSpot CRM, newest first.
hubspot_get_contactGet a single contact by id (from list_contacts).
hubspot_list_dealsList deals from HubSpot CRM, newest first.
hubspot_list_companiesList companies from HubSpot CRM, newest first.
hubspot_search_contactsSearch contacts by property values. `q` searches across name and email.
hubspot_create_contactCreate a new contact with properties like email, firstname, lastname, and phone.
hubspot_update_contactUpdate an existing contact's properties by contact id. Only send fields to change.
hubspot_create_dealCreate a new deal with amount, pipeline stage, and associated contact/company.
hubspot_get_dealGet a single deal by id with all properties.
hubspot_search_dealsSearch deals by property values. Body contains filter groups and optional query.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Create a new app (or open an existing one).
- Go to the 'App access token' section and create a private access token.
- Select the scopes: contacts, deals, companies, tickets (read or write as needed).
- Copy the token; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect HubSpot to Even: call connect_begin("hubspot") on the even-connect MCP and walk me through it.
List HubSpot contacts and deals, then search by name and email for sales.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.