Connect your AI assistant¶
Pick your tool below. Each setup is under 2 minutes - paste a URL, sign in, you're done.
The same MarketBuddy MCP server works with every supported assistant. The URL is the same in every section below:
You sign in with your normal MarketBuddy email and password - no separate account, no extra fee. MCP is included with every MarketBuddy plan, including the 14-day free trial.
ChatGPT¶
ChatGPT plan required
Custom connectors are available on ChatGPT Plus, Pro, Business, Enterprise, and Edu plans. They are not available on the free plan today. On Business, Enterprise, and Edu workspaces, only owners and admins can configure connectors.
- In ChatGPT, open Settings → Apps → Advanced and turn on Developer mode.
- Click Add custom connector (or Create).
- Fill in:
- Name:
MarketBuddy - Description:
Australian commercial real estate listings and market data - MCP server URL:
https://mcp.marketbuddy.com.au/mcp - Authentication:
OAuth
- Name:
- Click Create, sign in with your MarketBuddy account, and click Allow.
-
In a new chat, click the + menu and turn on MarketBuddy for that conversation. Then ask:
Claude Desktop and Claude.ai¶
Claude plan required
Custom connectors are available on the Claude Free plan (limited to one connector) and on the Pro, Max, Team, and Enterprise plans. The same steps work for the Claude Desktop app and Claude.ai in your browser.
- In Claude, open Customize → Connectors and click Add custom connector.
- Enter:
- Name:
MarketBuddy - URL:
https://mcp.marketbuddy.com.au/mcp
- Name:
- Click Add. Claude will open a browser tab - sign in with your MarketBuddy account and click Allow.
-
Start a new conversation and ask:
The first time Claude calls MarketBuddy in a chat, it'll ask for permission. Click Allow (or Allow always to skip future prompts).
Microsoft Copilot Studio¶
Environment Maker role required
You need the Environment Maker security role to add tools to an agent in your Copilot Studio environment.
- Open Microsoft Copilot Studio and open the agent you want to add MarketBuddy to.
- Scroll to the Tools section and click Add tool → New tool.
- Select Model Context Protocol.
- Fill in:
- Server name:
MarketBuddy - Server description:
Australian commercial real estate listings and market data - Server URL:
https://mcp.marketbuddy.com.au/mcp - Authentication:
OAuth 2.0
- Server name:
- For the OAuth 2.0 type, select Dynamic discovery.
- Click Create, then Create a new connection and click Add to agent.
- The first time the agent uses MarketBuddy, end users are prompted to sign in.
Cursor¶
- In Cursor, open Cursor Settings → Features → MCP.
-
Click Add new MCP server and paste:
-
Save, then click Connect next to the MarketBuddy server. Cursor opens a browser window - sign in with your MarketBuddy account and click Allow.
-
In the Cursor chat panel, ask:
Claude Code¶
In your terminal:
Run /mcp in Claude Code and choose MarketBuddy to authenticate - Claude Code opens a browser tab for you to sign in and authorise access. After that, your session is remembered.
To remove the connector later:
Other MCP-compatible clients¶
Any client that supports MCP over streamable HTTP with OAuth 2.1 (PKCE + Dynamic Client Registration) can connect using the same URL:
- Server URL:
https://mcp.marketbuddy.com.au/mcp - Transport: Streamable HTTP
- Authentication: OAuth 2.1 (interactive) or
Authorization: Bearer pdj_<token>(programmatic)
For clients that only speak stdio, bridge through mcp-remote:
{
"mcpServers": {
"marketbuddy": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.marketbuddy.com.au/mcp"]
}
}
}
For automated workflows (n8n, Make, custom scripts), authenticate with a bearer token instead of the interactive OAuth flow - see Advanced: programmatic access.
What's next¶
- What you can ask - a gallery of prompts to copy and paste.
- Troubleshooting - fixes for the most common connection issues.
- Still stuck? Reach our team via the Support Portal.