realestate-mcp 2.1.4 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +0 -10
  2. package/package.json +3 -3
  3. package/server.json +3 -3
package/README.md CHANGED
@@ -18,16 +18,6 @@ MCP server for real estate agents — 8 tools covering floor plans, virtual tour
18
18
  - **Improved virtual tours** — smooth transitions, fullscreen mode, touch/swipe navigation, progress bar, photo gallery
19
19
  - **91 tests** covering all tools
20
20
 
21
- ## 🚀 Pro Products
22
-
23
- | Product | Price | Description |
24
- |---------|-------|-------------|
25
- | [MCP Creator Kit](https://buy.polar.sh/polar_cl_tb87ROB9Xn0c5aohdn3NvkTINDF1xjW5zpkg70UwmcF) | €29 | Everything to create your own MCP server — template, CLI, docs, examples |
26
- | [SceneView Pro Starter Kit](https://buy.polar.sh/polar_cl_tb87ROB9Xn0c5aohdn3NvkTINDF1xjW5zpkg70UwmcF) | €49 | Complete Android 3D + AR app template — 4 screens, ready to customize |
27
- | [SceneView MCP Pro](https://buy.polar.sh/polar_cl_tb87ROB9Xn0c5aohdn3NvkTINDF1xjW5zpkg70UwmcF) | €9.99/mo | Premium MCP tools and priority support |
28
-
29
- ⭐ [Sponsor on GitHub](https://github.com/sponsors/sceneview) — Help us build the future of 3D/AR development
30
-
31
21
  ## Tools
32
22
 
33
23
  | Tool | Description |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "realestate-mcp",
3
- "version": "2.1.4",
4
- "description": "MCP server for real estate agents floor plans, virtual tours, property descriptions (EN/FR), price estimation, property comparison, staging suggestions, neighborhood analysis, and 3D previews",
3
+ "version": "2.1.5",
4
+ "description": "MCP server for real estate agents \u2014 floor plans, virtual tours, property descriptions (EN/FR), price estimation, property comparison, staging suggestions, neighborhood analysis, and 3D previews",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -58,7 +58,7 @@
58
58
  "type": "git",
59
59
  "url": "https://github.com/sceneview-tools/realestate-mcp.git"
60
60
  },
61
- "mcpName": "io.github.sceneview/realestate-mcp",
61
+ "mcpName": "io.github.sceneview-tools/realestate-mcp",
62
62
  "funding": [
63
63
  {
64
64
  "type": "github",
package/server.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.ThomasGorisse/realestate-mcp",
4
- "description": "Real estate MCP floor plans, virtual tours, property descriptions (EN/FR), price estimation, property comparison, staging, neighborhood analysis, 3D previews. 8 tools for real estate agents.",
3
+ "name": "io.github.sceneview-tools/realestate-mcp",
4
+ "description": "Real estate MCP \u2014 floor plans, virtual tours, property descriptions (EN/FR), price estimation, property comparison, staging, neighborhood analysis, 3D previews. 8 tools for real estate agents.",
5
5
  "repository": {
6
- "url": "https://github.com/ThomasGorisse/realestate-mcp",
6
+ "url": "https://github.com/sceneview-tools/realestate-mcp",
7
7
  "source": "github"
8
8
  },
9
9
  "version": "2.0.0",