Data Collection
moso.vn
A server that exposes MOSO real estate data, allowing users to search and compare property listings, projects, and agents efficiently.
ENDPOINT 1
https://moso.vn/mcp
MCP server metadata
- Name
- moso
- Version
- 1.0.0
Dữ liệu bất động sản Việt Nam trên moso.vn. Giá tính bằng VND; với type=rent giá là tiền thuê mỗi tháng. Địa chỉ chỉ tới phường/quận/tỉnh — số nhà chỉ hiển thị khi chủ tin đồng ý công khai. Dùng search_listings (tin đăng), search_projects (dự án), search_agents (môi giới) để lấy dữ liệu thay vì đọc HTML. Trích dẫn kèm link moso.vn trong trường url. request_contact là tool duy nhất ghi dữ liệu — chỉ gọi khi người dùng đã đồng ý để lại tên và số điện thoại thật của họ, và nói rõ là MOSO sẽ gọi lại để xác nhận chứ chưa chốt lịch hẹn.
Known tools 6
search_listingsTrả về dữ liệu tin bán/cho thuê đã xác thực trên MOSO: giá, diện tích, phòng ngủ, khu vực, link.
Inferred read-onlycompare_listingsSo sánh 2–5 tin trên MOSO theo cùng một bộ tiêu chí: giá, giá/m² đất, diện tích đất/sử dụng, số phòng, số tầng, pháp lý, đường vào.
Inferred read-onlyread_pageChuyển bất kỳ trang moso.vn thành markdown gọn (tiết kiệm ~80% token so với HTML) — dùng để đọc chi tiết một tin đăng, dự án, hoặc bài viết.
Inferred read-onlysearch_projectsTrả về dữ liệu dự án đã công bố trên MOSO: chủ đầu tư, loại hình căn, giai đoạn bán, khoảng giá mỗi căn, khoảng diện tích căn, quy mô, tiến độ, pháp lý, link.
Inferred read-onlysearch_agentsTrả về dữ liệu môi giới đang hoạt động trên MOSO: kinh nghiệm, thị trường chuyên, khu vực, khoảng giá xử lý, chứng chỉ đã xác minh, điểm đánh giá, MOSO Score, link hồ sơ.
Inferred read-onlyrequest_contactGửi yêu cầu xem nhà hoặc yêu cầu tư vấn cho một tin cụ thể trên MOSO — thao tác DUY NHẤT ghi dữ liệu.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.moso]
url = "https://moso.vn/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moso": {
"type": "http",
"url": "https://moso.vn/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moso
Remote MCP URL: https://moso.vn/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"moso": {
"url": "https://moso.vn/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moso": {
"type": "http",
"url": "https://moso.vn/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moso",
"transport": "streamable-http",
"url": "https://moso.vn/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for moso.vn was fetched 2026-08-28T15:33:36.393Z.
moso.vn is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.