Server Details
Venturu's MCP server turns AI agents into deal scouts - letting them search the Venturu marketplace for businesses up for sale, discover brokers who can guide the process, and reach out directly to sellers or brokers to get the conversation started.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
9 toolscontact_brokerInspect
Send a contact message to a broker on Venturu by their profile slug. Requires an authenticated Venturu account. Provide the broker slug and the message to send. Use search_brokers to find broker slugs.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| message | Yes |
contact_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_brokerInspect
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_businessInspect
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_categoriesInspect
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_languagesInspect
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_brokersInspect
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_businessesInspect
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. Other filters: price, revenue, business type, state, etc. Returns censored listing data with titles and addresses handled according to listing visibility settings.
| Name | Required | Description | Default |
|---|---|---|---|
| sde | No | ||
| bbox | No | ||
| limit | No | ||
| price | No | ||
| state | No | ||
| cursor | No | ||
| profit | No | ||
| revenue | No | ||
| listedBy | No | ||
| location | No | ||
| statuses | No | ||
| saleTypes | No | ||
| downPayment | No | ||
| sdeMultiple | No | ||
| employeeCount | No | ||
| visaQualified | No | ||
| businessTypeIds | No | ||
| orderByProperty | No | recommended | |
| revenueMultiple | No | ||
| sbaPrequalified | No | ||
| establishmentAge | No | ||
| opportunityScore | No | ||
| orderByDirection | No | desc | |
| ownerWorkedHours | No | ||
| propertyIncluded | No | ||
| buyerFinancingAvailable | No | ||
| includeMissingMultiples | No |
who_am_iInspect
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 | |||
To claim this server, publish 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 verified, the server will appear as claimed by you.
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!