Enterprise1-minute readEN · DE · IT

AIエージェントのためのHubSpotとMCPの接続方法

HubSpot CRM、マーケティングハブ、セールスハブをMCP経由でAIエージェントと統合します。AnythingMCPダッシュボードを通じて、連絡先、取引、チケットを管理します。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Summary

HubSpot CRM、マーケティングハブ、セールスハブをMCP経由でAIエージェントと統合します。AnythingMCPダッシュボードを通じて、連絡先、取引、チケットを管理します。

HubSpotとMCPによるAI駆動のCRM

HubSpotの包括的なCRMプラットフォームは、数十万のビジネスのために連絡先、取引、チケット、マーケティングキャンペーンを管理します。HubSpotをMCPに接続することで、AIエージェントが顧客ライフサイクル全体を管理できるようになります。

ステップバイステップガイド

ステップ1: AnythingMCPをデプロイする

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

ステップ2: RESTコネクタを作成する

http://localhost:3000でAnythingMCPダッシュボードを開き、新しいRESTコネクタを作成します。ベースURLをhttps://api.hubapi.comに設定します。

ステップ3: 認証を設定する

コネクタ設定で、HubSpotのプライベートアプリアクセストークンを使用してBearerトークン認証を設定するか、より詳細な権限のためにOAuth 2.0を使用します。

ステップ4: ツールをインポートしてカスタマイズする

ダッシュボードで連絡先、取引、会社、チケットのエンドポイントを設定します。HubSpotのOpenAPI仕様をインポートするか、手動でエンドポイントを設定できます。

ステップ5: テストして接続する

ダッシュボードで各ツールをテストし、その後MCPクライアントを設定します:

{
  "mcpServers": {
    "hubspot": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

AIエージェントのユースケース

  • "TechStartup IncのCEO、Jane Doeの連絡先を作成する"
  • "10,000ドル以上の交渉段階のすべての取引を表示する"
  • "Acme Corpの取引をクローズドウィンに移動する"
  • "今週追加された新しい連絡先は何件ですか?"
  • "サポートチケットを作成する:顧客が請求の不一致を報告"

ベストプラクティス

  1. プライベートアプリトークンを使用する — サーバー間の統合のために
  2. 権限のスコープを設定する — ツールが実際に必要とするスコープのみを要求する
  3. レート制限 — HubSpotはプライベートアプリに対して10秒あたり100リクエストを許可します
  4. 関連付け — 関連付けAPIを使用して、連絡先、会社、取引をリンクします

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

関連ガイド

connectors

Clockify を MCP に — あらゆる AI エージェントから Clockify を操作

Manage Clockify (time tracking, projects, tasks, clients, tags, workspace users, reports) from any AI agent. 18 tools, X-Api-Key auth.

connectors

Asana を MCP に — あらゆる AI エージェントから Asana を操作

Asana REST API — tasks, projects, sections, milestones, users, teams. Triage assignment, change due dates, query workload, scan project status updates. PAT auth.

connectors

GitHub を MCP に — あらゆる AI エージェントから GitHub を操作

GitHub REST + GraphQL — repos, issues, PRs, actions, search, code review, security advisories. Read/write across the user, org, and enterprise scopes via a fine-grained PAT.

connectors

Jira を MCP に — あらゆる AI エージェントから Jira を操作

Atlassian Jira Cloud REST v3 — JQL search, issue CRUD + transitions, sprint & board management, project metadata, comment / attachment workflows. Basic-auth via API token.

connectors

Linear を MCP に — あらゆる AI エージェントから Linear を操作

Linear GraphQL API — issues, cycles, projects, roadmaps, comments. Create / triage / transition issues, query cycle burndown, fetch team workload, label management.

connectors

Notion を MCP に — あらゆる AI エージェントから Notion を操作

Notion workspace API — databases, pages, blocks, users. Query by filter/sort, create pages, update properties, search across the workspace. Internal-integration token auth.