← Registry

General Tools

resbid.com

Search and retrieve details for Australian house and land packages on the RESBID marketplace, including locations and enquiries.

1 endpoint4 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://www.resbid.com/api/mcp

No auth detected

MCP server metadata

Name
RESBID
Version
1.0.0
Capabilities
tools
Server instructions

RESBID is an Australian marketplace for house and land packages. Use search_packages to find live stock (filter by state, suburb, price, bedrooms), get_package_details for the full details of one package, and list_locations to see where stock currently exists. Prices are in AUD. Only call submit_enquiry after the buyer has agreed to enquire and given their real name and email — it emails the builder and RESBID, and a person follows up. Never invent packages, prices or availability; rely only on what the tools return.

Known tools 4

search_packages

Search live house and land packages on the RESBID marketplace (Australia).

Inferred read-only
get_package_details

Get full buyer-facing details for one RESBID house and land package: price, home and land specs, inclusions, estate, registration timing and its URL.

Inferred read-only
list_locations

List the Australian states, suburbs and estates that currently have house and land packages on RESBID, with package counts and browsable URLs.

Inferred read-only
submit_enquiry

Send a buyer enquiry about a specific RESBID package to its builder.

Potential side effects

CONNECT 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.resbid]
url = "https://www.resbid.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "resbid": {
      "type": "http",
      "url": "https://www.resbid.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: resbid
Remote MCP URL: https://www.resbid.com/api/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": {
    "resbid": {
      "url": "https://www.resbid.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "resbid": {
      "type": "http",
      "url": "https://www.resbid.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "resbid",
  "transport": "streamable-http",
  "url": "https://www.resbid.com/api/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 resbid.com was fetched 2026-08-23T11:09:39.640Z.

Trust status Trusted

resbid.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.