arcade-mcp/toolkits
Renato Byrro de227c5f51
Hubspot toolkit (#363)
Reviewer:

1. DM me to get a client ID/secret for the Hubspot app and login
credentials for a sample Hubspot account
2. For now, you'll need to run the engine on the branch
`nate/token-introspection` for the auth flow to work with Hubspot
3. Add the following to `auth.providers` in your engine yaml:

```yaml
- id: arcade-hubspot
  description: 'Hubspot provider'
  enabled: true
  type: oauth2
  provider_id: hubspot
  client_id: ${env:HUBSPOT_CLIENT_ID}
  client_secret: ${env:HUBSPOT_CLIENT_SECRET}
```
2025-04-22 17:43:15 -03:00
..
code_sandbox Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
dropbox Fix missing dependency in Dropbox toolkit pyproject (#346) 2025-04-04 14:40:05 -03:00
github Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
google Add Google File Picker Tool (#361) 2025-04-18 18:25:05 -07:00
hubspot Hubspot toolkit (#363) 2025-04-22 17:43:15 -03:00
linkedin Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
math Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
notion Increase httpx timeout for a Notion Tool (#358) 2025-04-10 11:39:33 -07:00
reddit Toolkit Release: Reddit 0.1.0 (#370) 2025-04-18 11:01:28 -07:00
salesforce Update Salesforce provider id (#373) 2025-04-22 16:32:05 -03:00
search Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
slack Toolkit Release: Slack (#351) 2025-04-07 15:00:45 -07:00
spotify Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
stripe Add Stripe toolkit (#333) 2025-04-14 10:29:23 -07:00
web Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
x Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
zoom Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00
TOOLKIT_RELEASE_MANAGERS.txt Release Arcade Math 1.0.0 (#300) 2025-03-17 12:58:17 -07:00