Skip to main content

Connect in Seconds

The Venturu MCP server uses Streamable HTTP transport, which means most modern MCP clients can connect with just a URL — no local installation, no API keys, no configuration files.
https://www.venturu.com/mcp

Setup by Client

  1. Open Claude Desktop and go to Settings > Developer > Edit Config
  2. Add the Venturu server to your claude_desktop_config.json:
{
  "mcpServers": {
    "venturu": {
      "url": "https://www.venturu.com/mcp"
    }
  }
}
  1. Save the file and restart Claude Desktop
  2. You should see the Venturu tools appear in the tools menu (hammer icon)

Verify the Connection

Once connected, try a simple prompt to confirm everything is working:
Search for restaurants for sale in Miami under $500,000
The AI should call the search_businesses tool and return a list of matching business listings from Venturu.
If you see business results, you’re connected. No API key needed for search tools.

Optional: Authenticate for Full Access

Search and detail tools work without authentication. To use contact tools (sending messages to brokers and sellers), you’ll need to authenticate with your Venturu account. When you attempt to use a tool like contact_broker, your MCP client will walk you through an OAuth login flow — just approve the connection with your Venturu credentials.

Learn About Authentication

Details on the OAuth 2.0 + PKCE flow and what each scope provides.

Next Steps

Explore All Tools

See the full reference for all 9 available tools.

Rate Limits

Understand the request limits for anonymous and authenticated usage.