Skip to main content

Give Your AI Access to Business Data

The Venturu MCP server lets AI assistants search thousands of businesses for sale, discover brokers, and contact sellers — all through a standardized protocol that works with any MCP-compatible client. Whether you’re building an AI-powered business acquisition tool, a conversational broker finder, or just want to search Venturu from your favorite AI assistant, the MCP server is the fastest way to get started.

Search Businesses

Full-featured business search with location, price, revenue, industry filters, and more.

Discover Brokers

Find verified business brokers by location, language, ratings, and experience.

Get Full Details

Retrieve comprehensive details for any listing or broker profile.

Contact Directly

Send messages to brokers and sellers through the platform (requires authentication).

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external tools and data sources. Instead of building custom integrations for each AI platform, a single MCP server works with all compatible clients — Claude, ChatGPT, Cursor, Windsurf, and more.

Server Details

PropertyValue
Server Namecom.venturu/mcp-server
Endpointhttps://www.venturu.com/mcp
TransportStreamable HTTP
AuthenticationOAuth 2.0 with PKCE (optional for read-only tools)
Tools9 tools across search, detail, contact, and utility categories

Quick Start

Add the Venturu MCP server to your client in seconds:
{
  "mcpServers": {
    "venturu": {
      "url": "https://www.venturu.com/mcp"
    }
  }
}

Full Quickstart Guide

Step-by-step setup for Claude Desktop, ChatGPT, Cursor, and other clients.

Available Tools

The server exposes 9 tools organized into four categories:
CategoryToolsAuth Required
Searchsearch_businesses, search_brokersNo
Detailget_business, get_brokerNo
Lookuplist_business_categories, list_languagesNo
Contactcontact_broker, contact_sellerYes
Identitywho_am_iYes
Most tools work without authentication, making it easy to start exploring right away. Authentication is only required for tools that take action on behalf of a user.

Tools Reference

Complete documentation for all 9 tools with parameters, examples, and response formats.