zameen-mcp
Zameen.com の不動産リスティング調査のための MCP サーバー
認証済み / Titanium エージェントフィルタリング・ローカルウォッチリスト・リスティング詳細・ エージェントメッセージ下書き — あらゆる MCP クライアントで 9 つの構造化ツールとして利用可能。
Zameen.com — パキスタン最大の不動産ポータル — の不動産リスティングを調査するための MCP (Model Context Protocol) サーバーです。壊れやすいスクリーンスクレイピングの代わりに、構造化されたツールを通じて利用します。
商標に関するお知らせ: 「Zameen」および Zameen.com のロゴは Zameen.com (EMPG) の商標です。 これらは本ツールが接続するサービスを識別する目的でのみ使用されています。本プロジェクトは Zameen.com とは無関係であり、Zameen.com の承認を受けていません。
Claude Desktop、Hermes Agent、Cursor など、あらゆる MCP クライアントで動作します。
インストール
# run directly with no permanent install (recommended)
uvx zameen-mcp
# or install as an isolated CLI tool
pipx install zameen-mcpMCP クライアントに登録
{
"mcpServers": {
"zameen": {
"command": "uvx",
"args": ["zameen-mcp"]
}
}
}これで完了です — AI クライアントに 9 つのツールが表示されます。
Related MCP server: Zillow MCP Server
ツール
ツール | 機能 |
| 構造化検索: 都市、目的、種別、ベッド数、価格、面積、キーワード、並び順 |
| 1 件のリスティングの詳細ページ全体 (URL または数値 ID) |
| 検証済みの都市スラッグ + 不動産種別 |
| 検索条件をローカルに保存。後で再チェックすると新着のみを報告 |
| 保存したウォッチの管理 |
| リスティングに対する丁寧な問い合わせ文を作成 — 下書きのみ、送信はしない |
| 認証済みセッションが読み込まれているかどうか |
Zameen.com の UI ではできないバッジレベルのフィルタリング: verified_only、
agent_tier (例: "titanium")、exclude_promoted。
全パラメータのリファレンス + 自然言語チートシート: docs/TOOLS.md
任意: Zameen アカウントにログイン
匿名検索はそのまま動作します。あなたのログイン済みセッション (保存済み検索、パーソナライズされたページ) も利用するには:
pipx inject zameen-mcp playwright && .venv/bin/playwright install chromium # pipx
uv tool install zameen-mcp --with playwright && playwright install chromium # uv
zameen-mcp-login # opens a Chromium window; YOU log in; cookies stay localあなたのパスワードがこのソフトウェアによって表示・保存されることはありません — 保存されるのは結果として得られるセッションクッキーのみで、あなたのマシン上の ~/.zameen-mcp/ に保持されます。いつでも消去できます: zameen-mcp-login --logout。
データの保存場所
すべての状態は ~/.zameen-mcp/ に保存されます (watches.json、session_state.json、
chrome-profile/)。ZAMEEN_MCP_HOME 環境変数で上書きできます。
session_state.json はパスワードと同様に扱ってください: 有効な間、アカウントへのアクセス権を付与します。
開発
git clone <repo-url> && cd zameen.com
uv venv .venv && uv pip install -p .venv/Scripts/python.exe -e ".[dev]"
.venv/Scripts/python.exe -m pytest -q # offline suite against real captured pages
.venv/Scripts/python.exe smoke_test.py # live end-to-end checkコンプライアンスとフェアユース
Zameen.com の
robots.txtは主要都市のリスティングページのクロールを禁止しています。 このサーバーは対話的で人間のペースに合わせた調査 — ユーザーがアシスタントに質問する形 — のために構築されており、 一括取得や再配布を目的としていません。リクエストはブラウザ風のヘッダーで一度に 1 件ずつ送信されます。ペーシングを削除したり、 無人で検索をループさせたりしないでください。
リスティングデータは Zameen.com およびその広告主に帰属します。「Zameen」は Zameen.com の商標です。本プロジェクトは無関係であり、承認を受けていません。
価格はエージェントが入力した掲載時点のものであり、検証済みの市場評価ではありません。
制限事項
設計上読み取り専用: 投稿、メッセージ送信、アカウント変更はできません — エージェントへの連絡は 意図的に人間のアクションとなっています (
draft_agent_messageは下書きのみ)。バッジフィルターは取得した結果ページ (呼び出しあたり最大 3 ページ) に対して動作します。
パーサーは Zameen の現在の HTML を対象としています。サイトのリニューアルによりパーサーの更新が 必要になる場合があります (フィクスチャにより回帰を簡単に検出できます)。
MIT ライセンス — LICENSE を参照。
Maintenance
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
- AlicenseNot gradedqualityFmaintenanceProvides real-time access to Zillow real estate data, enabling property search, details, Zestimates, market trends, and mortgage calculations via natural language.1047MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates Zillow real estate data with AI assistants, enabling property search, neighborhood insights, and affordability calculations through natural language.101MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search for German property listings (rent/buy) on immowelt.de with structured JSON output, no API key required.
- AlicenseAqualityBmaintenanceEnables AI agents to search Dutch housing listings on Kamernet.nl, retrieve full listing details, and optionally reply to landlords; designed for personal use in finding rooms, studios, and apartments.31MIT
Related MCP Connectors
Zillow MCP for AI agents: property data, Zestimates & listings — 300+ fields per home. Free tier.
Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.
Search and manage Paraguay & LatAm real estate from any AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lonewolfmasanaga/zameen.com-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server