Skip to main content
Glama
bobbyseamoss

apillow-mcp

by bobbyseamoss

Apillow MCP Server

AI エージェント向けの Zillow 物件データ。物件の検索、Zestimate、価格履歴、学校の評価などを、Claude、Cursor、または MCP 互換の AI ツールから直接取得できます。

クイックスタート

pip install apillow-mcp

Claude Desktop

~/.claude/claude_desktop_config.json に追加:

{
    "mcpServers": {
        "apillow": {
            "command": "apillow-mcp",
            "env": {
                "APILLOW_API_KEY": "your_key_here"
            }
        }
    }
}

まだ API キーがありませんか?エージェントが作成してくれます — サインアップを依頼するだけです。

Claude Code

claude mcp add apillow -- apillow-mcp

Related MCP server: Zillow56 MCP Server

ツール

物件データ

ツール

説明

search_properties

都市またはエリアで検索(例:「Austin TX」)

search_by_zip

郵便番号で検索(例:[90210])

get_property

Zillow 物件 ID で検索

get_property_by_url

Zillow リスティング URL からデータを取得

アカウント

ツール

説明

signup

無料アカウントを作成(月50リクエスト)、API キーを即時取得

check_usage

現在の使用量、クォータ、プラン詳細を確認

upgrade_plan

プランをアップグレードするための Stripe 支払いリンクを取得

会話例

あなた: Austin TX で $500K 以下の3ベッドルームの家を探してください

エージェント: search_properties("Austin TX", type="sale", max_items=10) を呼び出し 8件のリスティングが見つかりました。$500K 以下の上位オプションはこちらです...

あなた: その最初の物件の近くにはどの学校がありますか?

エージェント: get_property(zpid=12345678) を呼び出し 近くに3つの学校があります:Austin Elementary(評価 8/10)、...

料金

  • Free:月50リクエスト(エージェント経由でサインアップ)

  • Pro:月$9.99 — 3,333リクエスト

  • Ultra:月$29.99 — 10,000リクエスト

  • Mega:月$99.99 — 50,000リクエスト

リンク

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    Enables access to the Zillow56 API to search for real estate listings and rental market trends using locations, coordinates, or specific property filters. It also provides comprehensive housing market snapshots and historical data based on the Zillow Home Value Index (ZHVI).
    37
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides real-time access to Zillow real estate data, enabling property search, details, Zestimates, market trends, and mortgage calculations via natural language.
    10
    47
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Integrates Zillow real estate data with AI assistants, enabling property search, neighborhood insights, and affordability calculations through natural language.
    10
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/bobbyseamoss/apillow-mcp'

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