Hubble MCP Server

by ascentkorea
  • Apple

hubble_mcp

⚠️注意

現在は社内VPN環境でのみ利用可能です。

APIが失敗することがあるため、データ応答を正常に受信したことを確認する必要があります。
(クロードがツール使用したメッセージをクリックすると、API応答メッセージの確認が可能です。)

set-up-your-environment

  • Claude Desktopのインストール
  • uvのインストール(hubble MCP ServerはPythonで書かれています) - https://modelcontextprotocol.io/quickstart/server#set-up-your-environment
    • Windows
      powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
      一部のセキュリティプログラムのリアルタイム監視でuv命令がブロックされた場合、リアルタイム監視を中断または該当ファイルを除外してください〜
    • MacOS/Linux
      curl -LsSf https://astral.sh/uv/install.sh | sh
  • Hubble MCP Server ダウンロード
  • HUBBLE_API_KEY発行

claude_desktop_config.jsonファイルの設定

  • クラウドデスクトップ>ファイル>設定(Ctrl +、)>開発者>設定の編集
    • jsonファイルを修正した後、クロードデスクトップ>ファイル>シャットダウンを介して再起動が必要です!
  • Macの場合、uv実行可能ファイルの絶対パスが必要です、以下のMacサンプルを参照してください
{ "mcpServers": { "hubble": { "command": "uv", "args": [ "--directory", "<Hubble MCP Server 다운로드후 zip 파일 압축 해제후 data_api.py 파일 있는 경로>", "run", "data_api.py" ], "env": { "HUBBLE_API_KEY": "<HUBBLE_API_KEY>" } } } }

Windows設定ファイルのサンプル

{ "mcpServers": { "hubble": { "command": "uv", "args": [ "--directory", "C:\\Users\\XXXX\\Documents\\hubble\\hubble_mcp", "run", "data_api.py" ], "env": { "HUBBLE_API_KEY": "xxx-xxxx-xxxx-xxx" } } } }

MacOS/Linux 設定ファイルのサンプル

{ "mcpServers": { "hubble": { "command": "/Users/XXX/.local/bin/uv", "args": [ "--directory", "/Users/XXX/workspace/hubble/hubble_mcp", "run", "data_api.py" ], "env": { "HUBBLE_API_KEY": "xxx-xxxx-xxxx-xxx" } } } }

提供されるtool(機能)の説明( https://hubble-data-api.ascentlab.io/

  • get_search_path: 検索パス API
  • get_keyword_info: キーワードに対する検索量(月別検索量)、Google SERPに出現する feature type まとめ、検索インテント(INCT)、韓国の場合は性比/年齢比
  • get_graph_info:キーワード間の関係情報
  • crawl_google_serp:Google SERP API
  • crawl_web_page:一般的なウェブページ収集API
  • crawl_google_suggest_extension: Google サージェスト API
  • crawl_google_trends:GoogleトレンドAPI

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

A Python-based Model Context Protocol server that integrates with Claude Desktop, allowing users to connect to Hubble API services by configuring the server with their Hubble API key.

  1. set-up-your-environment
    1. claude\_desktop\_config.jsonファイルの設定
      1. 提供されるtool(機能)の説明( )

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Python-based server that implements the Model Context Protocol to interface with Claude Desktop as an MCP client, supporting interaction through efficient memory management.
          Last updated -
          1
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
          Last updated -
          JavaScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
          Last updated -
          2
          14
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that provides tools for interacting with HubSpot CRM, allowing users to create, update, delete, and fetch summary records stored as Note engagements in HubSpot.
          Last updated -
          JavaScript
          MIT License

        View all related MCP servers

        ID: vkqa4eluk5