Provider hosted
Tools: 52

MRI Vault | Formerly VaultRE | MRI Software AU

MRI Vault | Formerly VaultRE | MRI Software AU

MRI Vault is a cloud-based real estate CRM that streamlines the sales process by unifying marketing, sales, trust accounting, and commercial operations, helping agencies work smarter and grow faster.

Use in your AI tool

Connect straight to this server’s public endpoint.

Remote MCP URL
https://mcp.vaultre.com.au/mcp

Use on MCPBundles

We add this server to your workspace, walk through sign-in once, then open Studio with tools ready to run.

Last probed Sep 14, 2026 · mcp.vaultre.com.au

52tools discovered

Tools discovered (52)

Showing 25 of 52 from the live probe.

  • Get Open Home Times Tool

    Get upcoming open homes for the authenticated account (VaultRE getAccountUpcomingOpenHomes). Uses GET /account/upcomingOpenHomes. Returns items with id, start, end, user, property details, and extraAgents. days: number of days to look ahead (default 7).

  • Get Tasks Tool

    List tasks for the account (VaultRE getTasks). Uses GET /tasks. Filter by user_id to see tasks assigned to a specific user. Filter by completed=true/false to see only done or pending tasks.

  • Create Task Tool

    Create a new task (VaultRE addTask). Uses POST /tasks. due_date: ISO 8601 date string, e.g. "2026-08-01". extra_fields: additional VaultRE task fields, e.g. {"assignedTo": {"id": 123}, "contactId": 456}.

  • Update Task Tool

    Update an existing task (VaultRE updateTask). Uses PUT /tasks/{id}. Supply only the fields you want to change. extra_fields: additional VaultRE task fields.

  • Delete Task Tool

    Delete a task (VaultRE deleteTask). Uses DELETE /tasks/{id}. Returns {"deleted": true, "task_id": N} on success.

  • Complete Task Tool

    Mark a task as completed (VaultRE completeTask). Uses PUT /tasks/{id}/complete.

  • Uncomplete Task Tool

    Mark a completed task as incomplete (VaultRE uncompleteTask). Uses PUT /tasks/{id}/uncomplete.

  • Get All Properties Tool

    Fetch all properties across all classes (VaultRE getProperties). Uses GET /properties. Returns every property type in a single call. For class-specific results with native status filtering, prefer the dedicated tools (e.g. get_residential_sale_properties_tool). status: optional client-side filter, e.g. "sale" or "lease".

  • Get Residential Sale Properties Tool

    Fetch residential sale properties (VaultRE getResidentialSaleProperties). Uses GET /properties/residential/sale. status: VaultRE status filter, e.g. "prospect", "appraisal", "listing", "conditional", "unconditional", "settled", "withdrawn", "fallen".

  • Get Rural Properties Tool

    Fetch rural sale properties (VaultRE getRuralProperties). Uses GET /properties/rural/sale. status: VaultRE status filter, e.g. "prospect", "appraisal", "listing".

  • Get Commercial Sale Properties Tool

    Fetch commercial sale properties (VaultRE getCommercialSaleProperties). Uses GET /properties/commercial/sale. status: VaultRE status filter, e.g. "prospect", "appraisal", "listing".

  • Get Commercial Lease Properties Tool

    Fetch commercial lease properties (VaultRE getCommercialLeaseProperties). Uses GET /properties/commercial/lease. status: VaultRE status filter, e.g. "prospect", "appraisal", "management".

  • Get Business Properties Tool

    Fetch business sale properties (VaultRE getBusinessProperties). Uses GET /properties/business/sale. status: VaultRE status filter, e.g. "prospect", "appraisal", "listing".

  • Get Land Properties Tool

    Fetch land sale properties (VaultRE getLandProperties). Uses GET /properties/land/sale. status: VaultRE status filter, e.g. "prospect", "appraisal", "listing".

  • Get Livestock Properties Tool

    Fetch livestock sale properties (VaultRE getLivestockProperties). Uses GET /properties/livestock/sale. status: VaultRE status filter, e.g. "prospect", "appraisal", "listing".

  • Get Clearing Sales Properties Tool

    Fetch clearing sales properties (VaultRE getClearingSalesProperties). Uses GET /properties/clearingSales/sale. status: VaultRE status filter, e.g. "prospect", "appraisal", "listing".

  • Create Open Home Tool

    Create a new open home on a property life (VaultRE addOpenHome). Uses POST /properties/{id}/{salelease}/{lifeid}/openHomes. salelease must be "sale" or "lease". Times must be naive ISO 8601 (no offset, no Z), e.g. "2026-07-27T14:00:00". The server resolves the account timezone and attaches the correct offset. Any offset in the input is stripped — do NOT add +HH:MM or Z.

  • Update Open Home Tool

    Update an existing open home (VaultRE updateOpenHome). Uses PUT /properties/{id}/{salelease}/{lifeid}/openHomes/{openhome_id}. Times must be naive ISO 8601 (no offset) — the account timezone is applied server-side.

  • Delete Open Home Tool

    Delete an open home (VaultRE deleteOpenHome). Uses DELETE /properties/{id}/{salelease}/{lifeid}/openHomes/{openhome_id}. Returns {"deleted": true, "openhome_id": N} on success.

  • List Contact Categories Tool

    List all contact categories available in the account (VaultRE getContactCategories). Uses GET /categories/contact. Returns id, name, and grouping for each category.

  • Get Contact Category Tool

    Get a single contact category by ID (VaultRE getContactCategory). Uses GET /categories/contact/{id}.

  • Get Contact Category Memberships Tool

    Get the categories a contact belongs to (VaultRE getCategoriesContact). Uses GET /contacts/{id}/categories.

  • Set Contact Categories Tool

    Replace all categories for a contact (VaultRE updateCategoriesContact). Uses PUT /contacts/{id}/categories. Existing categories not listed are removed. Use list_contact_categories_tool to find valid category IDs.

  • Attach Contact Categories Tool

    Add categories to a contact without removing existing ones (VaultRE attachCategoryContact). Uses POST /contacts/{id}/categories. Existing memberships are preserved.

  • Add Contact Tool

    Create a new contact in VaultRE (addContact). Uses POST /contacts. Only first_name and last_name are required. phone_type: Mobile (default), Home, Work, Business, Direct, Other. extra_fields: arbitrary VaultRE fields, e.g. {"partnerFirstName": "Sue", "birthday": "1980-01-15"}.

Get your MCP into directories

A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.

Directory coverage for brands

Frequently Asked Questions

What is the MRI Vault | Formerly VaultRE | MRI Software AU MCP server?

MRI Vault is a cloud-based real estate CRM that streamlines the sales process by unifying marketing, sales, trust accounting, and commercial operations, helping agencies work smarter and grow faster.

How do I connect MRI Vault | Formerly VaultRE | MRI Software AU to my AI agent?

Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.

How many tools does MRI Vault | Formerly VaultRE | MRI Software AU provide?

MCPBundles probed 52 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.

What authentication does MRI Vault | Formerly VaultRE | MRI Software AU require?

MRI Vault | Formerly VaultRE | MRI Software AU may require signing in to the provider before tools can run. Connect through MCPBundles or your MCP client and complete any provider login when prompted.

Maintain this listing

Operate MRI Vault | Formerly VaultRE | MRI Software AU? Verify ownership to take over this directory entry.

Operate MRI Vault | Formerly VaultRE | MRI Software AU?

This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Claim this listing