General Tools
resbid.com
Search and retrieve details for Australian house and land packages on the RESBID marketplace, including locations and enquiries.
ENDPOINT 1
https://www.resbid.com/api/mcp
MCP server metadata
- Name
- RESBID
- Version
- 1.0.0
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_packagesSearch live house and land packages on the RESBID marketplace (Australia).
Inferred read-onlyget_package_detailsGet 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-onlylist_locationsList the Australian states, suburbs and estates that currently have house and land packages on RESBID, with package counts and browsable URLs.
Inferred read-onlysubmit_enquirySend a buyer enquiry about a specific RESBID package to its builder.
Potential side effectsCONNECT 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.
resbid.com 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.