Server Details
The Venturu MCP server. Search and contact business listings and brokers on Venturu.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
9 toolscontact_brokerContact BrokerInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| message | Yes | ||
| inquiryType | No | buying |
contact_sellerContact SellerInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| listingId | Yes |
get_brokerGet Broker DetailsRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
get_businessGet Business DetailsRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
list_business_categoriesList Business CategoriesRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_languagesList LanguagesRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
search_brokersSearch BrokersRead-onlyInspect
Search for business brokers (agents) on Venturu by location, name, languages, and more. Returns verified brokers with email and phone redacted.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| name | No | ||
| page | No | ||
| sort | No | ||
| limit | No | ||
| state | No | ||
| county | No | ||
| zipCode | No | ||
| countryCode | No | ||
| languageIds | No | ||
| neighborhood | No | ||
| opportunityScore | No |
search_businessesSearch BusinessesRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| limit | No | ||
| state | No | ||
| cursor | No | ||
| maxSde | No | ||
| minSde | No | ||
| listedBy | No | ||
| location | No | ||
| maxPrice | No | ||
| minPrice | No | ||
| statuses | No | ||
| maxProfit | No | ||
| minProfit | No | ||
| saleTypes | No | ||
| maxRevenue | No | ||
| minRevenue | No | ||
| visaQualified | No | ||
| maxDownPayment | No | ||
| maxSdeMultiple | No | ||
| minDownPayment | No | ||
| minSdeMultiple | No | ||
| businessTypeIds | No | ||
| orderByProperty | No | recommended | |
| sbaPrequalified | No | ||
| maxEmployeeCount | No | ||
| minEmployeeCount | No | ||
| orderByDirection | No | desc | |
| propertyIncluded | No | ||
| maxRevenueMultiple | No | ||
| minRevenueMultiple | No | ||
| maxEstablishmentAge | No | ||
| maxOpportunityScore | No | ||
| maxOwnerWorkedHours | No | ||
| minEstablishmentAge | No | ||
| minOpportunityScore | No | ||
| minOwnerWorkedHours | No | ||
| buyerFinancingAvailable | No | ||
| includeMissingMultiples | No |
who_am_iWho am IRead-onlyInspect
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).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!