Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

9 tools
contact_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
messageYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYes
listingIdYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNo
nameNo
pageNo
sortNo
limitNo
stateNo
countyNo
zipCodeNo
countryCodeNo
languageIdsNo
neighborhoodNo
opportunityScoreNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
sdeNo
bboxNo
limitNo
priceNo
stateNo
cursorNo
profitNo
revenueNo
listedByNo
locationNo
statusesNo
saleTypesNo
downPaymentNo
sdeMultipleNo
employeeCountNo
visaQualifiedNo
businessTypeIdsNo
orderByPropertyNorecommended
revenueMultipleNo
sbaPrequalifiedNo
establishmentAgeNo
opportunityScoreNo
orderByDirectionNodesc
ownerWorkedHoursNo
propertyIncludedNo
buyerFinancingAvailableNo
includeMissingMultiplesNo
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).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.