# mcp-server MCP server

The Venturu MCP server. Search and contact business listings and brokers on Venturu.

## Links
- Registry page: https://www.getdrio.com/mcp/com-venturu-mcp-server

## Install
- Endpoint: https://www.venturu.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://www.venturu.com/mcp

## Tools
- list_business_categories (List Business Categories) - Returns all industry categories and their business types with IDs. Use the business type IDs in search_businesses (businessTypeIds) to filter listings by category. Call this first when you need to discover which IDs to use for a given industry or business type. Endpoint: https://www.venturu.com/mcp
- list_languages (List Languages) - Returns all languages with their IDs. Use these IDs in search_brokers (languageIds) to find brokers who speak specific languages. Call this when you need to discover which language IDs to use. Endpoint: https://www.venturu.com/mcp
- search_businesses (Search Businesses) - Search for businesses (listings) for sale on Venturu. Supports natural-language location (e.g. 'Palm Beach, FL', 'Miami', '33101') via the location parameter, or an exact bbox. Use flat min/max fields for ranges (e.g. minPrice/maxPrice, minRevenue/maxRevenue, minProfit/maxProfit, minSde/maxSde, minOpportunityScore/maxOpportunityScore). Returns censored listing data with titles and addresses handled according to listing visibility settings. Endpoint: https://www.venturu.com/mcp
- search_brokers (Search Brokers) - Search for business brokers (agents) on Venturu by location, name, languages, and more. Returns verified brokers with email and phone redacted. Endpoint: https://www.venturu.com/mcp
- get_business (Get Business Details) - Get full details for a single business (listing) by its slug. Call this when the user asks for more information about a specific business. Use the slug from search_businesses results. Endpoint: https://www.venturu.com/mcp
- get_broker (Get Broker Details) - Get full details for a single broker (agent) by their profile slug. Call this when the user asks for more information about a specific broker. Use the slug from search_brokers results. Endpoint: https://www.venturu.com/mcp
- contact_broker (Contact Broker) - Send a contact message to a broker on Venturu by their profile slug. Requires an authenticated Venturu account. Set inquiryType to "buying" (default) for buyer representation or "selling" for seller representation. Provide the broker slug and the message to send. Use search_brokers to find broker slugs. Endpoint: https://www.venturu.com/mcp
- contact_seller (Contact Seller) - Send a contact message to a seller on Venturu by their listing ID. Requires an authenticated Venturu account. Provide the listing ID and the message to send. Use search_businesses to find listing IDs. Endpoint: https://www.venturu.com/mcp
- who_am_i (Who am I) - Returns the identity of the currently authenticated user. Requires authentication. Use this to verify that the connection is correctly authenticated (e.g. in the voice agent). Endpoint: https://www.venturu.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.venturu
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 13, 2026
- Source: https://registry.modelcontextprotocol.io
