mcpserver.lol
registry/mcp-server-51
Connection check verified live · 28h ago

mcp-server-51

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

Tools 9
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

9 tools

Read from the running server on 28h ago.

contact_broker slug*message*inquiryType
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 "s…
contact_seller message*listingId*
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…
get_broker read-only slug*
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 resu…
get_business read-only slug*
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 resul…
list_business_categories read-only
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…
list_languages read-only
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…
search_brokers read-only citynamepagesortlimitstate +6
Search for business brokers (agents) on Venturu by location, name, languages, and more. Returns verified brokers with email and phone redacted.
search_businesses read-only bboxlimitstatecursormaxSdeminSde +32
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…
who_am_i read-only
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).