VOOZH about

URL: https://glama.ai/mcp/servers/HasData/hasdata-mcp?locale=ja-JP

⇱ hasdata-mcp by HasData | Glama


👁 HasData_bannner

HasData MCPサーバー

👁 MCP Compatible
👁 Tools
👁 Transport
👁 hasdata-mcp MCP server

HasDataスクレイピングおよび検索API用のModel Context Protocolサーバーです。MCP互換のAIクライアントを40種類のすぐに使えるデータツールに接続します。


クイックスタート

Claude Desktop: claude_desktop_config.json に追加します:

{
 "mcpServers": {
 "hasdata": {
 "type": "http",
 "url": "https://mcp.hasdata.com/api/mcp",
 "headers": {
 "x-api-key": "<your-api-key>"
 }
 }
 }
}

Claude Code:

claude mcp add hasdata -t http https://mcp.hasdata.com/api/mcp --header "x-api-key: <your-api-key>"

Cursor: ~/.cursor/mcp.json または .cursor/mcp.json に追加します:

{
 "mcpServers": {
 "hasdata": {
 "url": "https://mcp.hasdata.com/api/mcp",
 "headers": {
 "x-api-key": "<your-api-key>"
 }
 }
 }
}

カスタムヘッダー付きのストリーミングHTTPをサポートするその他のMCPクライアント:

フィールド

URL

https://mcp.hasdata.com/api/mcp

トランスポート

HTTP (ストリーミング)

ヘッダー

x-api-key: <your-api-key>

APIキーはHasDataダッシュボードから取得してください。有効なキーがないリクエストは 401 Unauthorized を返します。


Related MCP server: Hyperbrowser MCP Server

できること

"Find the cheapest flights from NYC to London next month and compare prices."
"Monitor iPhone 16 prices on Amazon across the last 7 days."
"Pull all 5-star reviews for this product ASIN and summarize the common themes."
"Get me all software engineer job postings in Berlin from Indeed and Glassdoor."
"Find the top-rated Italian restaurants in Chicago using Google Maps."
"What are people searching for related to 'AI agents' on Google Trends this week?"

スクレイピングコードは不要。プロキシの管理も不要。解析ロジックも不要。ただ尋ねるだけです。


対応クライアント

クライアント

対応状況

Claude Desktop

Claude Code

Claude.ai (Web)

Cursor

Windsurf

VS Code (GitHub Copilot)

Gemini CLI

カスタムエージェント (OpenAI, LangChain等)

MCPストリーミングHTTPトランスポートとカスタムヘッダーをサポートするすべてのクライアントで動作します。


ツール

検索、Eコマース、マップ、旅行、不動産など、40種類のツールを提供します。

Web

ツール

説明

web_scraping_web_scraping

オプションパラメータを指定して任意のURLをスクレイピング

Google

ツール

説明

google_serp_serp

Google検索結果

google_serp_serp_light

Google検索結果 (軽量版)

google_serp_news

Googleニュース結果

google_serp_shopping

Googleショッピング結果

google_serp_images_images

Google画像検索結果

google_serp_events

Googleイベント結果

google_serp_product

Google商品詳細

google_serp_immersive_product

Google没入型商品詳細

google_serp_ai_overview

Google AI概要結果

google_serp_ai_mode

Google AIモード結果

google_maps_search

Googleマップ検索

google_maps_place

placeIdによる場所の詳細

google_maps_reviews

場所のレビュー

google_maps_photos

場所の写真

google_maps_contributor_reviews

投稿者IDによるレビュー

google_trends_search

Googleトレンドデータ

google_travel_flights

Googleフライト結果

bing_serp

Bing検索結果

Eコマース

ツール

説明

amazon_search

Amazon検索結果

amazon_product

ASINによるAmazon商品詳細

amazon_reviews

Amazon商品レビュー

shopify_products

Shopifyストア商品

shopify_collections

Shopifyストアコレクション

不動産

ツール

説明

zillow_listing

Zillow物件検索

zillow_property

Zillow物件詳細

redfin_listing

Redfin物件検索

redfin_property

Redfin物件詳細

求人

ツール

説明

indeed_listing

Indeed求人リスト

indeed_job

Indeed求人詳細

glassdoor_listing

Glassdoor求人リスト

glassdoor_job

Glassdoor求人詳細

旅行・地域情報

ツール

説明

airbnb_listing

場所と日付によるAirbnbリスト

airbnb_property

Airbnb物件詳細

yelp_search

Yelp検索結果

yelp_place

Yelp場所詳細

yellowpages_search

YellowPages検索結果

yellowpages_place

YellowPages場所詳細

ソーシャル

ツール

説明

instagram_profile

Instagram公開プロフィール詳細


HasDataを選ぶ理由

多くのスクレイピングAPIは生のHTMLを返すだけで終わってしまいます。JavaScriptを多用するサイトでは、その半分がタイムアウトしてしまいます。HasDataのツールは各サイト固有の解析済みJSONを返すため、モデルはマークアップの塊を処理する必要がなく、実際に活用できる構造化フィールドを受け取ることができます。

始める前に知っておくべきこと:

  • 各ツールはサイト専用です。 amazon_product はASIN、バリエーション、販売者データを理解しています。google_maps_place は営業時間、座標、評価を理解しています。汎用的なスクレイパーを呼び出して結果を期待するのとは異なります。

  • リモートサーバーです。 ローカルでは何も実行されません。Nodeプロセスの管理、バージョンの固定、マシンでのコールドスタートは不要です。

  • クレジットはREST APIと同じです。 すでにHasDataをご利用の場合、既存の残高とレート制限がそのまま適用されます。

  • 認証はリクエストごとに行われます。 x-api-key ヘッダーはすべての呼び出しに必要です。セッションやトークン交換はありません。


ユースケース

競合インテリジェンス: amazon_searchgoogle_serp_shopping に同じクエリを指定し、価格、ランキング、レビュー数を比較させます。1つのプロンプトで実行可能です。

リードジェネレーション: キーワードと都市で google_maps_search を実行し、企業名、住所、電話番号、評価を取得します。yellowpages_search と組み合わせることで、より広範な情報を収集できます。

市場調査: google_trends_searchgoogle_serp_news を同じセッションで実行することで、検索ボリュームのシグナルと、その背後にある編集上の文脈の両方を得ることができます。

不動産: zillow_listing はベッド数、バス数、価格帯、物件タイプのフィルタを受け付けます。モデルはブラウザを操作することなく、フィルタリングされたリストを取得して要約できます。

採用: indeed_listingglassdoor_listing はどちらも場所とキーワードを受け付けます。両方を実行することで、モデルは重複を排除し、新着順にランク付けできます。

旅行: google_travel_flights は価格、経由地、所要時間を含む構造化された旅程を返します。これを airbnb_listing と組み合わせれば、1回の会話で旅行計画全体を作成できます。


請求

各ツールの呼び出しには、直接APIを呼び出す場合と同様にHasDataクレジットが消費されます。 詳細はクレジットと同時実行数をご覧ください。


リソース

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HasData/hasdata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server