INDIVIDUAL MCP TOOL
submit_enquiry
Send a buyer enquiry about a specific RESBID package to its builder.
LIVE ENDPOINT
https://www.resbid.com/api/mcp
Connect to this endpoint to inspect the live schema for submit_enquiry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.
Related tools
search_packages— Search live house and land packages on the RESBID marketplace (Australia).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.list_locations— List the Australian states, suburbs and estates that currently have house and land packages on RESBID, with package counts and browsable URLs.