JUHE API Marketplace
ascentkorea avatar
MCP Server

Hubble MCP Server

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.

0
GitHub Stars
11/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "hubble",
3 "command": "uv",
4 "args": [
5 "--directory",
6 "",
7 "run",
8 "data_api.py"
9 ],
10 "env": {
11 "HUBBLE_API_KEY": ""
12 }
13}
JSON13 lines
  1. Home
  2. MCP Servers
  3. hubble_mcp

README Documentation

hubble_mcp

⚠️ 주의

현재는 사내 VPN 환경에서만 사용 가능합니다.

간혹 API 가 실패 할수 있으니, 데이터 응답을 정상적으로 수신 했는지 확인이 필요 합니다.
(클로드가 툴 사용한 메시지를 클릭하면, API 응답 메시지 확인이 가능합니다. )

set-up-your-environment

  • Claude Desktop 설치

    • https://claude.ai/download
  • uv 설치 (hubble MCP Server 는 파이썬으로 작성되었습니다.) - 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 다운로드

    • https://github.com/ascentkorea/hubble_mcp/releases
      • zip 파일 다운로드후, 압축해제 (아래 설정파일 에서 해당 경로 필요)
      • 가장 최신 버전 사용
  • HUBBLE_API_KEY 발급

claude_desktop_config.json 파일 설정

  • 클로드 데스크탑 > 파일 > 설정(Ctrl + ,) > 개발자 > 설정 편집
    • json 파일 수정 이후, 클로드 데스크탑 > 파일 > 종료 를 통해서 다시 시작 필요!
  • 맥일경우 uv 실행 파일의 절대 경로 필요, 아래 맥 샘플 참조
{
  "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: 키워드에 대한 검색량(월별 검색량), 구글 SERP에 출현하는 feature type 요약, 검색 인텐트(INCT), 한국의 경우 성비/연령비
  • get_graph_info: 키워드간의 관계 정보
  • crawl_google_serp: 구글 SERP API
  • crawl_web_page: 일반 웹페이지 수집 API
  • crawl_google_suggest_extension: 구글 서제스트 API
  • crawl_google_trends: 구글 트렌드 API

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved